mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Prepare 9.1.4 release
This commit is contained in:
parent
183b0be124
commit
087df3345e
@ -1,3 +1,8 @@
|
|||||||
|
mkdocs-material-9.1.4 (2023-03-24)
|
||||||
|
|
||||||
|
* Fixed #5239: Instant loading breaks anchors in details (9.1.1 regression)
|
||||||
|
* Fixed #5211: Anchor following not working for Chinese (9.1.2 regression)
|
||||||
|
|
||||||
mkdocs-material-9.1.3 (2023-03-14)
|
mkdocs-material-9.1.3 (2023-03-14)
|
||||||
|
|
||||||
* Added Kurdish (Soranî) translations
|
* Added Kurdish (Soranî) translations
|
||||||
@ -15,7 +20,7 @@ mkdocs-material-9.1.2 (2023-03-09)
|
|||||||
|
|
||||||
* Updated Icelandic, Korean and Swedish translations
|
* Updated Icelandic, Korean and Swedish translations
|
||||||
* Fixed #5168: Mermaid text boxes overflow (9.0.13 regression)
|
* Fixed #5168: Mermaid text boxes overflow (9.0.13 regression)
|
||||||
* Fixed #5155: table of contents not highlighting percent-encoded URLs
|
* Fixed #5155: Table of contents not highlighting percent-encoded URLs
|
||||||
|
|
||||||
mkdocs-material-9.1.1 (2023-03-05)
|
mkdocs-material-9.1.1 (2023-03-05)
|
||||||
|
|
||||||
|
@ -2,6 +2,11 @@
|
|||||||
|
|
||||||
## Material for MkDocs
|
## Material for MkDocs
|
||||||
|
|
||||||
|
### 9.1.4 <small>March 24, 2023</small> { id="9.1.4" }
|
||||||
|
|
||||||
|
- Fixed #5239: Instant loading breaks anchors in details (9.1.1 regression)
|
||||||
|
- Fixed #5211: Anchor following not working for Chinese (9.1.2 regression)
|
||||||
|
|
||||||
### 9.1.3 <small>March 14, 2023</small> { id="9.1.3" }
|
### 9.1.3 <small>March 14, 2023</small> { id="9.1.3" }
|
||||||
|
|
||||||
- Added Kurdish (Soranî) translations
|
- Added Kurdish (Soranî) translations
|
||||||
@ -14,7 +19,7 @@
|
|||||||
|
|
||||||
- Updated Icelandic, Korean and Swedish translations
|
- Updated Icelandic, Korean and Swedish translations
|
||||||
- Fixed #5168: Mermaid text boxes overflow (9.0.13 regression)
|
- Fixed #5168: Mermaid text boxes overflow (9.0.13 regression)
|
||||||
- Fixed #5155: table of contents not highlighting percent-encoded URLs
|
- Fixed #5155: Table of contents not highlighting percent-encoded URLs
|
||||||
|
|
||||||
### 9.1.1 <small>March 5, 2023</small> { id="9.1.1" }
|
### 9.1.1 <small>March 5, 2023</small> { id="9.1.1" }
|
||||||
|
|
||||||
|
@ -28,7 +28,7 @@
|
|||||||
<link rel="next" href="{{ page.next_page.url | url }}">
|
<link rel="next" href="{{ page.next_page.url | 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-9.1.3">
|
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-9.1.4">
|
||||||
{% 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": "9.1.3",
|
"version": "9.1.4",
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 2,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "mkdocs-material",
|
"name": "mkdocs-material",
|
||||||
"version": "9.1.3",
|
"version": "9.1.4",
|
||||||
"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": "9.1.3",
|
"version": "9.1.4",
|
||||||
"description": "Documentation that simply works",
|
"description": "Documentation that simply works",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"mkdocs",
|
"mkdocs",
|
||||||
|
Loading…
Reference in New Issue
Block a user