mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Prepare 9.1.7 release
This commit is contained in:
parent
6398f529d6
commit
0028518f1a
11
CHANGELOG
11
CHANGELOG
@ -1,3 +1,14 @@
|
||||
mkdocs-material-9.1.7+insiders-4.32.6 (2023-04-22)
|
||||
|
||||
- Fixed #5336: Interplay of blog plugin with git-revision-date-localized
|
||||
|
||||
mkdocs-material-9.1.7 (2023-04-22)
|
||||
|
||||
- Updated Persian (Farsi) and Turkish translations
|
||||
- Fixed #5401: Added missing flag to disable built-in tags plugin
|
||||
- Fixed #5206: Ensure defaults are set for primary and accent colors
|
||||
- Fixed unnecessary inclusion of palette CSS when unused
|
||||
|
||||
mkdocs-material-9.1.6+insiders-4.32.5 (2023-04-07)
|
||||
|
||||
* Fixed #5322: Navigation tabs hoist nested page icons
|
||||
|
@ -2,6 +2,13 @@
|
||||
|
||||
## Material for MkDocs
|
||||
|
||||
### 9.1.7 <small>April 22, 2023</small> { id="9.1.7" }
|
||||
|
||||
- Updated Persian (Farsi) and Turkish translations
|
||||
- Fixed #5401: Added missing flag to disable built-in tags plugin
|
||||
- Fixed #5206: Ensure defaults are set for primary and accent colors
|
||||
- Fixed unnecessary inclusion of palette CSS when unused
|
||||
|
||||
### 9.1.6 <small>April 7, 2023</small> { id="9.1.6" }
|
||||
|
||||
- Updated Persian (Farsi) translations
|
||||
|
@ -2,6 +2,10 @@
|
||||
|
||||
## Material for MkDocs Insiders
|
||||
|
||||
### 4.32.6 <small>April 22, 2023</small> { id="4.32.6" }
|
||||
|
||||
- Fixed #5336: Interplay of blog plugin with git-revision-date-localized
|
||||
|
||||
### 4.32.5 <small>April 7, 2023</small> { id="4.32.5" }
|
||||
|
||||
- Fixed #5322: Navigation tabs hoist nested page icons
|
||||
|
@ -28,7 +28,7 @@
|
||||
<link rel="next" href="{{ page.next_page.url | url }}">
|
||||
{% endif %}
|
||||
<link rel="icon" href="{{ config.theme.favicon | url }}">
|
||||
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-9.1.6">
|
||||
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-9.1.7">
|
||||
{% 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": "9.1.6",
|
||||
"version": "9.1.7",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "mkdocs-material",
|
||||
"version": "9.1.6",
|
||||
"version": "9.1.7",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"array-flat-polyfill": "^1.0.1",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "mkdocs-material",
|
||||
"version": "9.1.6",
|
||||
"version": "9.1.7",
|
||||
"description": "Documentation that simply works",
|
||||
"keywords": [
|
||||
"mkdocs",
|
||||
|
Loading…
Reference in New Issue
Block a user