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)
|
||||
|
||||
* Added mkdocs-git-committers-plugin to Dockerfile
|
||||
|
@ -6,6 +6,12 @@ template: overrides/main.html
|
||||
|
||||
## 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" }
|
||||
|
||||
- Fixed #4053: Limit width of videos to content area
|
||||
|
@ -22,7 +22,7 @@
|
||||
<link rel="canonical" href="{{ page.canonical_url }}">
|
||||
{% endif %}
|
||||
<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 %}
|
||||
{% block htmltitle %}
|
||||
{% if page.meta and page.meta.title %}
|
||||
|
4
package-lock.json
generated
4
package-lock.json
generated
@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "mkdocs-material",
|
||||
"version": "8.3.8",
|
||||
"version": "8.3.9",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "mkdocs-material",
|
||||
"version": "8.3.8",
|
||||
"version": "8.3.9",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"array-flat-polyfill": "^1.0.1",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "mkdocs-material",
|
||||
"version": "8.3.8",
|
||||
"version": "8.3.9",
|
||||
"description": "Documentation that simply works",
|
||||
"keywords": [
|
||||
"mkdocs",
|
||||
|
Loading…
Reference in New Issue
Block a user