From db6e6c6f76a14021a4403c82fdc4f5ef74088e41 Mon Sep 17 00:00:00 2001 From: squidfunk Date: Thu, 23 Feb 2023 14:23:37 +0100 Subject: [PATCH] Prepare 9.0.14 release --- CHANGELOG | 10 ++++++++++ docs/changelog/index.md | 4 ++++ docs/insiders/changelog.md | 6 ++++++ material/base.html | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 6 files changed, 24 insertions(+), 4 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index dec235281..4f1ef11b2 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,13 @@ +mkdocs-material-9.0.14+insiders-4.32.1 (2023-02-23) + + * Fixed code block spans interfering with copying + * Fixed #5077: Privacy plugin breaks image alt text encoding + * Fixed #5079: Privacy plugin removing rel=me on external links + +mkdocs-material-9.0.14 (2023-02-23) + + * Fixed #5072: Rendering bug on navigation expand button in Firefox + mkdocs-material-9.0.13+insiders-4.32.0 (2023-02-19) * Added support for custom selectors for code annotations diff --git a/docs/changelog/index.md b/docs/changelog/index.md index 9bbd86c66..50a34bf5e 100644 --- a/docs/changelog/index.md +++ b/docs/changelog/index.md @@ -2,6 +2,10 @@ ## Material for MkDocs +### 9.0.14 February 23, 2023 { id="9.0.14" } + +- Fixed #5072: Rendering bug on navigation expand button in Firefox + ### 9.0.13 February 18, 2023 { id="9.0.13" } - Updated Uzbek translations diff --git a/docs/insiders/changelog.md b/docs/insiders/changelog.md index 53d6d6f9a..c99603d55 100644 --- a/docs/insiders/changelog.md +++ b/docs/insiders/changelog.md @@ -2,6 +2,12 @@ ## Material for MkDocs Insiders +### 4.32.1 February 23, 2023 { id="4.32.1" } + +- Fixed code block spans interfering with copying +- Fixed #5077: Privacy plugin breaks image `alt` text encoding +- Fixed #5079: Privacy plugin removing `rel=me` on external links + ### 4.32.0 February 19, 2023 { id="4.32.0" } - Added support for custom selectors for code annotations diff --git a/material/base.html b/material/base.html index a14950c57..0705661f5 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 82563bb9c..a67bcbe35 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "mkdocs-material", - "version": "9.0.13", + "version": "9.0.14", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "mkdocs-material", - "version": "9.0.13", + "version": "9.0.14", "license": "MIT", "dependencies": { "array-flat-polyfill": "^1.0.1", diff --git a/package.json b/package.json index e90fabc73..bfa70418e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mkdocs-material", - "version": "9.0.13", + "version": "9.0.14", "description": "Documentation that simply works", "keywords": [ "mkdocs",