From 087df3345e3ea361578058f491eef04a42e2c105 Mon Sep 17 00:00:00 2001 From: squidfunk Date: Fri, 24 Mar 2023 13:50:30 +0100 Subject: [PATCH] Prepare 9.1.4 release --- CHANGELOG | 7 ++++++- docs/changelog/index.md | 7 ++++++- material/base.html | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 5 files changed, 16 insertions(+), 6 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 62233402290..616e1eb2f15 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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) * Added Kurdish (SoranĂ®) translations @@ -15,7 +20,7 @@ mkdocs-material-9.1.2 (2023-03-09) * Updated Icelandic, Korean and Swedish translations * 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) diff --git a/docs/changelog/index.md b/docs/changelog/index.md index d78c6441504..afaeeab2239 100644 --- a/docs/changelog/index.md +++ b/docs/changelog/index.md @@ -2,6 +2,11 @@ ## Material for MkDocs +### 9.1.4 March 24, 2023 { 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 March 14, 2023 { id="9.1.3" } - Added Kurdish (SoranĂ®) translations @@ -14,7 +19,7 @@ - Updated Icelandic, Korean and Swedish translations - 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 March 5, 2023 { id="9.1.1" } diff --git a/material/base.html b/material/base.html index eac712ea7dd..520c00fa00d 100644 --- a/material/base.html +++ b/material/base.html @@ -28,7 +28,7 @@ {% endif %} - + {% endblock %} {% block htmltitle %} {% if page.meta and page.meta.title %} diff --git a/package-lock.json b/package-lock.json index 5c8cc415ce8..0dca104d42f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "mkdocs-material", - "version": "9.1.3", + "version": "9.1.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "mkdocs-material", - "version": "9.1.3", + "version": "9.1.4", "license": "MIT", "dependencies": { "array-flat-polyfill": "^1.0.1", diff --git a/package.json b/package.json index 903466b3385..e5ae586ff60 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mkdocs-material", - "version": "9.1.3", + "version": "9.1.4", "description": "Documentation that simply works", "keywords": [ "mkdocs",