From ed638a4ca09c274e4fc7a7d58b5a5da14e760677 Mon Sep 17 00:00:00 2001 From: squidfunk Date: Thu, 12 Jan 2023 09:09:49 +0100 Subject: [PATCH] Prepare 9.0.4 release --- CHANGELOG | 13 ++++++++++--- docs/changelog/index.md | 7 +++++++ material/base.html | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 5 files changed, 21 insertions(+), 7 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index da084f50d..9c577cddb 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,8 +1,15 @@ +mkdocs-material-9.0.4 (2022-01-12) + + * Fixed #4823: Improved contrast ratio in footer (9.0.2 regression) + * Fixed #4832: Set navigation items back to black (9.0.3 regression) + * Fixed #4843: Emojis broken due to maxcdn.com shutting down + * Upgraded Python Markdown Extensions to 9.9.1 + mkdocs-material-9.0.3+insiders-4.27.1 (2022-01-08) -- Fixed rendering of succeeding navigation items in typeset plugin -- Fixed #4795: Built-in typeset plugin changes MkDocs' title precedence -- Fixed #4724: Blog plugin not rendering integrate table of contents + * Fixed rendering of succeeding navigation items in typeset plugin + * Fixed #4795: Built-in typeset plugin changes MkDocs' title precedence + * Fixed #4724: Blog plugin not rendering integrate table of contents mkdocs-material-9.0.3 (2022-01-08) diff --git a/docs/changelog/index.md b/docs/changelog/index.md index 027ef1a72..5597389eb 100644 --- a/docs/changelog/index.md +++ b/docs/changelog/index.md @@ -2,6 +2,13 @@ ## Material for MkDocs +### 9.0.4 January 12, 2023 { id="9.0.4" } + +- Fixed #4823: Improved contrast ratio in footer (9.0.2 regression) +- Fixed #4832: Set navigation items back to black (9.0.3 regression) +- Fixed #4843: Emojis broken due to maxcdn.com shutting down +- Upgraded Python Markdown Extensions to 9.9.1 + ### 9.0.3 January 8, 2023 { id="9.0.3" } - Improved discernability of section index pages in navigation diff --git a/material/base.html b/material/base.html index fa86170e6..0208a3a01 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 e3b383493..9cc4f9fb5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "mkdocs-material", - "version": "9.0.3", + "version": "9.0.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "mkdocs-material", - "version": "9.0.3", + "version": "9.0.4", "license": "MIT", "dependencies": { "array-flat-polyfill": "^1.0.1", diff --git a/package.json b/package.json index 8028aa8f7..672ad3e84 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mkdocs-material", - "version": "9.0.3", + "version": "9.0.4", "description": "Documentation that simply works", "keywords": [ "mkdocs",