From 9d52e36212a6d1c32308a5e81084b81eb6f075f2 Mon Sep 17 00:00:00 2001 From: squidfunk Date: Wed, 24 Jan 2024 11:00:36 +0700 Subject: [PATCH] Prepare 9.5.5 release --- CHANGELOG | 14 ++++++++++++++ docs/changelog/index.md | 14 ++++++++++++++ material/__init__.py | 2 +- material/templates/base.html | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 6 files changed, 33 insertions(+), 5 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 9936d3d6d..aa899dfd4 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,17 @@ +mkdocs-material-9.5.5 (2024-01-24) + + * Updated Tagalog translations + * Updated Pillow to 10.2 to mitigate security vulnerabilities + * Improved resilience of instant navigation + * Fixed #6687: Updated Mermaid.js to version 10.7.0 (latest) + * Fixed #6652: Keyboard events in custom elements captured + * Fixed #6582: Instant navigation doesn't correctly handle alternate URLs + * Fixed #6565: Instant navigation doesn't allow for onclick handlers + * Fixed #6345: Instant navigation sometimes breaks browser back button + * Fixed #6334: Instant navigation doesn't correctly position anchors (Safari) + * Fixed #6275: Instant navigation doesn't correctly resolve after 404 + * Fixed #6102: Instant navigation reloads page on same link navigation + mkdocs-material-9.5.4+insiders-4.50.0 (2024-01-19) * Added configurable logging capabilities to privacy plugin diff --git a/docs/changelog/index.md b/docs/changelog/index.md index f6a6e0f60..6292e3b33 100644 --- a/docs/changelog/index.md +++ b/docs/changelog/index.md @@ -2,6 +2,20 @@ ## Material for MkDocs +### 9.5.5 January 24, 2024 { id="9.5.5" } + +- Updated Tagalog translations +- Updated Pillow to 10.2 to mitigate security vulnerabilities +- Improved resilience of instant navigation +- Fixed #6687: Updated Mermaid.js to version 10.7.0 (latest) +- Fixed #6652: Keyboard events in custom elements captured +- Fixed #6582: Instant navigation doesn't correctly handle alternate URLs +- Fixed #6565: Instant navigation doesn't allow for `onclick` handlers +- Fixed #6345: Instant navigation sometimes breaks browser back button +- Fixed #6334: Instant navigation doesn't correctly position anchors (Safari) +- Fixed #6275: Instant navigation doesn't correctly resolve after 404 +- Fixed #6102: Instant navigation reloads page on same link navigation + ### 9.5.4 January 15, 2024 { id="9.5.4" } - Fixed #6645: Local storage with invalid value can break site diff --git a/material/__init__.py b/material/__init__.py index a5e447123..b734c86a9 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.4" +__version__ = "9.5.5" diff --git a/material/templates/base.html b/material/templates/base.html index 9a23bae4f..d694d350c 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 814c42989..cb229aedf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "mkdocs-material", - "version": "9.5.4", + "version": "9.5.5", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "mkdocs-material", - "version": "9.5.4", + "version": "9.5.5", "license": "MIT", "dependencies": { "clipboard": "^2.0.11", diff --git a/package.json b/package.json index 31adeb1ad..52be5f64c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mkdocs-material", - "version": "9.5.4", + "version": "9.5.5", "description": "Documentation that simply works", "keywords": [ "mkdocs",