From 2eff27fb2bfd09371301794d050fff7a22229902 Mon Sep 17 00:00:00 2001 From: squidfunk Date: Sun, 5 Mar 2023 17:39:42 +0100 Subject: [PATCH] Prepare 9.1.1 release --- CHANGELOG | 7 +++++++ docs/changelog/index.md | 7 +++++++ material/base.html | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 5 files changed, 18 insertions(+), 4 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index b2135356013..969138ae0ea 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,10 @@ +mkdocs-material-9.1.1 (2023-03-05) + + * Updated Czech and Thai translations + * Improved instant loading (scroll restoration, slow connections) + * Fixed #5023: Instant loading not allowing to go back to initial page + * Fixed #3797: Instant loading does not work with section anchors in Safari + mkdocs-material-9.1.0+insiders-4.32.2 (2023-03-02) * Fixed #5127: Privacy plugin not handling large number of occurrences diff --git a/docs/changelog/index.md b/docs/changelog/index.md index f037476310f..e114e640c51 100644 --- a/docs/changelog/index.md +++ b/docs/changelog/index.md @@ -2,6 +2,13 @@ ## Material for MkDocs +### 9.1.1 March 5, 2023 { id="9.1.1" } + +- Updated Czech and Thai translations +- Improved instant loading (scroll restoration, slow connections) +- Fixed #5023: Instant loading not allowing to go back to initial page +- Fixed #3797: Instant loading does not work with section anchors in Safari + ### 9.1.0 March 2, 2023 { id="9.1.0" } - Docker image now available for `amd64`, `arm64` and `arm/v7` diff --git a/material/base.html b/material/base.html index cb1b03b26a7..dd7680a62b2 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 73552f6dc2f..51c2b936a7f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "mkdocs-material", - "version": "9.1.0", + "version": "9.1.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "mkdocs-material", - "version": "9.1.0", + "version": "9.1.1", "license": "MIT", "dependencies": { "array-flat-polyfill": "^1.0.1", diff --git a/package.json b/package.json index ac8d4c30998..3e9d4cf8437 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mkdocs-material", - "version": "9.1.0", + "version": "9.1.1", "description": "Documentation that simply works", "keywords": [ "mkdocs",