diff --git a/CHANGELOG b/CHANGELOG index 9936d3d6d89..aa899dfd49d 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 f6a6e0f60f8..6292e3b33ff 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 a5e4471232d..b734c86a928 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 9a23bae4f30..d694d350caa 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 814c4298944..cb229aedf88 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 31adeb1ada3..52be5f64cd2 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",