From a5438a6dc23396023bbe9d73592fccd562ee4174 Mon Sep 17 00:00:00 2001 From: squidfunk Date: Fri, 2 Aug 2024 11:27:58 +0200 Subject: [PATCH] Prepare 9.5.31 release --- CHANGELOG | 9 +++++++++ docs/changelog/index.md | 4 ++++ docs/insiders/changelog/index.md | 7 ++++++- material/__init__.py | 2 +- material/templates/base.html | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 7 files changed, 24 insertions(+), 6 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 05a28934224..4171208f82b 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,12 @@ +mkdocs-material-9.5.31+insiders-4.53.12 (2024-08-02) + + * Fixed #7410: Instant previews jump on content tabs with anchor links + * Fixed #7408: Instant previews jump on content tabs + +mkdocs-material-9.5.31 (2024-08-02) + + * Fixed #7405: DockerHub missing images > 9.5.27 due to change in Alpine/APK + mkdocs-material-9.5.30 (2024-07-23) * Fixed #7380: Navigation icons disappearing on hover in Safari diff --git a/docs/changelog/index.md b/docs/changelog/index.md index d2ed6b32b4a..5f35874409e 100644 --- a/docs/changelog/index.md +++ b/docs/changelog/index.md @@ -2,6 +2,10 @@ ## Material for MkDocs +### 9.5.31 August 2, 2024 { id="9.5.31" } + +- Fixed #7405: DockerHub missing images > 9.5.27 due to change in Alpine/APK + ### 9.5.30 July 23, 2024 { id="9.5.30" } - Fixed #7380: Navigation icons disappearing on hover in Safari diff --git a/docs/insiders/changelog/index.md b/docs/insiders/changelog/index.md index 9dd27582d6a..252087a85a6 100644 --- a/docs/insiders/changelog/index.md +++ b/docs/insiders/changelog/index.md @@ -2,7 +2,12 @@ ## Material for MkDocs Insiders -### 4.53.11 May 20, 2024 { id="4.53.11" } +### 4.53.12 August 2, 2024 { id="4.53.12" } + +- Fixed #7410: Instant previews jump on content tabs with anchor links +- Fixed #7408: Instant previews jump on content tabs + +### 4.53.11 May 27, 2024 { id="4.53.11" } - Fixed projects plugin crashing when serving before building subprojects diff --git a/material/__init__.py b/material/__init__.py index 5a4852f5189..77788798be5 100644 --- a/material/__init__.py +++ b/material/__init__.py @@ -18,4 +18,4 @@ # FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS # IN THE SOFTWARE. -__version__ = "9.5.30" +__version__ = "9.5.31" diff --git a/material/templates/base.html b/material/templates/base.html index 7e12cc6457a..fc64ac93382 100644 --- a/material/templates/base.html +++ b/material/templates/base.html @@ -32,7 +32,7 @@ {% endif %} - + {% endblock %} {% block htmltitle %} {% if page.meta and page.meta.title %} diff --git a/package-lock.json b/package-lock.json index 5c56b604078..12f69b36f00 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "mkdocs-material", - "version": "9.5.30", + "version": "9.5.31", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "mkdocs-material", - "version": "9.5.30", + "version": "9.5.31", "license": "MIT", "dependencies": { "clipboard": "^2.0.11", diff --git a/package.json b/package.json index 3c600590f5e..2cbfd8cd6b0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mkdocs-material", - "version": "9.5.30", + "version": "9.5.31", "description": "Documentation that simply works", "keywords": [ "mkdocs",