diff --git a/CHANGELOG b/CHANGELOG index 414ac83ec..2bf093b2d 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,11 @@ +mkdocs-material-9.3.2 (2023-09-19) + + * Updated Slovenian translations + * Updated Python dependencies in requirements to use minimum versions + * Fixed #6017: Code highlighting inconsist in Community and Insiders edition + * Fixed #6001: Contributor avatars display incorrectly in Firefox + * Fixed #6000: Blog post drafts are included in navigation + mkdocs-material-9.3.1+insiders-4.41.0 (2023-09-11) * Improved multi-instance support for optimize plugin @@ -12,7 +20,7 @@ mkdocs-material-9.3.1 (2023-09-11) mkdocs-material-9.3.0 (2023-09-11) - * Improved configuration sharing between community and Insiders edition + * Improved configuration sharing between Community and Insiders edition * Added experimental built-in group plugin for enabling plugins conditionally * Added new settings in tags plugin for enabling/disabling * Dropped support for Python 3.7 (EOL) @@ -497,7 +505,7 @@ mkdocs-material-9.0.8 (2023-01-29) mkdocs-material-9.0.7 (2023-01-28) * Improved accessibility of sidebar navigation - * Moved all translations into community edition + * Moved all translations into Community edition * Updated Polish and Portuguese (Brasilian) translations * Fixed info plugin terminating on subsequent reload when serving * Fixed #4910: Sidebar navigation labels have invalid ARIA roles diff --git a/docs/changelog/index.md b/docs/changelog/index.md index 5ee3a09f8..8d2658b15 100644 --- a/docs/changelog/index.md +++ b/docs/changelog/index.md @@ -2,13 +2,21 @@ ## Material for MkDocs +### 9.3.2 September 19, 2023 { id="9.3.2" } + +- Updated Slovenian translations +- Updated Python dependencies in requirements to use minimum versions +- Fixed #6017: Code highlighting inconsist in Community and Insiders edition +- Fixed #6001: Contributor avatars display incorrectly in Firefox +- Fixed #6000: Blog post drafts are included in navigation + ### 9.3.1 September 11, 2023 { id="9.3.1" } - Fixed crash of group plugin when used together with hooks ### 9.3.0 September 11, 2023 { id="9.3.0" } -- Improved configuration sharing between community and Insiders edition +- Improved configuration sharing between Community and Insiders edition - Added experimental built-in group plugin for enabling plugins conditionally - Added new settings in tags plugin for enabling/disabling - Dropped support for Python 3.7 (EOL) @@ -90,7 +98,7 @@ __Additions and improvements__ - Improved header partial by moving buttons into separate partials - Improved clarity of `site_url` warning in social plugin - Improved blog plugin to automatically setup directory structure -- Switched info plugin to `importlib` to mitigate deprecations +- Switched info plugin to `importlib` to mitigate deprecations - Automatically download ResizeObserver polyfill when necessary - Automatically add iframe-worker polyfill when necessary in offline plugin - Automatically focus and bring up keyboard on touch devices @@ -300,7 +308,7 @@ __Fixes__ ### 9.0.7 January 28, 2023 { id="9.0.7" } - Improved accessibility of sidebar navigation -- Moved all translations into community edition +- Moved all translations into Community edition - Updated Polish and Portuguese (Brasilian) translations - Fixed info plugin terminating on subsequent reload when serving - Fixed #4910: Sidebar navigation labels have invalid ARIA roles diff --git a/material/base.html b/material/base.html index 090bbdca5..aa7744d9e 100644 --- a/material/base.html +++ b/material/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 ad7cbb0d7..366a16d5a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "mkdocs-material", - "version": "9.3.1", + "version": "9.3.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "mkdocs-material", - "version": "9.3.1", + "version": "9.3.2", "license": "MIT", "dependencies": { "clipboard": "^2.0.11", diff --git a/package.json b/package.json index 5b242aa81..87279274d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mkdocs-material", - "version": "9.3.1", + "version": "9.3.2", "description": "Documentation that simply works", "keywords": [ "mkdocs",