mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Prepare 8.3.9 release
This commit is contained in:
parent
409e342dfa
commit
87cac53bc6
@ -1,3 +1,9 @@
|
|||||||
|
mkdocs-material-8.3.9 (2022-07-04)
|
||||||
|
|
||||||
|
* Updated Taiwanese translations for search
|
||||||
|
* Allow ids for content tabs with special characters (for mkdocstrings)
|
||||||
|
* Fixed #4083: home not clickable when using versioning (8.3.5 regression)
|
||||||
|
|
||||||
mkdocs-material-8.3.8+insiders-4.19.1 (2022-06-25)
|
mkdocs-material-8.3.8+insiders-4.19.1 (2022-06-25)
|
||||||
|
|
||||||
* Added mkdocs-git-committers-plugin to Dockerfile
|
* Added mkdocs-git-committers-plugin to Dockerfile
|
||||||
|
@ -6,6 +6,12 @@ template: overrides/main.html
|
|||||||
|
|
||||||
## Material for MkDocs
|
## Material for MkDocs
|
||||||
|
|
||||||
|
### 8.3.9 <small>_ July 4, 2022</small> { id="8.3.9" }
|
||||||
|
|
||||||
|
- Updated Taiwanese translations for search
|
||||||
|
- Allow ids for content tabs with special characters (for mkdocstrings)
|
||||||
|
- Fixed #4083: home not clickable when using versioning (8.3.5 regression)
|
||||||
|
|
||||||
### 8.3.8 <small>_ June 24, 2022</small> { id="8.3.8" }
|
### 8.3.8 <small>_ June 24, 2022</small> { id="8.3.8" }
|
||||||
|
|
||||||
- Fixed #4053: Limit width of videos to content area
|
- Fixed #4053: Limit width of videos to content area
|
||||||
|
@ -22,7 +22,7 @@
|
|||||||
<link rel="canonical" href="{{ page.canonical_url }}">
|
<link rel="canonical" href="{{ page.canonical_url }}">
|
||||||
{% endif %}
|
{% endif %}
|
||||||
<link rel="icon" href="{{ config.theme.favicon | url }}">
|
<link rel="icon" href="{{ config.theme.favicon | url }}">
|
||||||
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-8.3.8">
|
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-8.3.9">
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
{% block htmltitle %}
|
{% block htmltitle %}
|
||||||
{% if page.meta and page.meta.title %}
|
{% if page.meta and page.meta.title %}
|
||||||
|
4
package-lock.json
generated
4
package-lock.json
generated
@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "mkdocs-material",
|
"name": "mkdocs-material",
|
||||||
"version": "8.3.8",
|
"version": "8.3.9",
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 2,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "mkdocs-material",
|
"name": "mkdocs-material",
|
||||||
"version": "8.3.8",
|
"version": "8.3.9",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"array-flat-polyfill": "^1.0.1",
|
"array-flat-polyfill": "^1.0.1",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "mkdocs-material",
|
"name": "mkdocs-material",
|
||||||
"version": "8.3.8",
|
"version": "8.3.9",
|
||||||
"description": "Documentation that simply works",
|
"description": "Documentation that simply works",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"mkdocs",
|
"mkdocs",
|
||||||
|
Loading…
Reference in New Issue
Block a user