diff --git a/CHANGELOG b/CHANGELOG index efb7d71ae5eed02f29bfc2ad872e49ad0ea91def..79a37cc7c3b18b0de4c2aeea3fb4428e83313286 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,12 @@ +mkdocs-material-9.0.7 (2023-01-28) + + * Improved accessibility of sidebar navigation + * 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 + * Fixed #4884: Search query terms can't be separated by colons + mkdocs-material-9.0.6+insiders-4.29.0 (2023-01-21) * Added built-in optimize plugin for automatically compressing images diff --git a/docs/changelog/index.md b/docs/changelog/index.md index 2a1ff46290bc4b2425d52f5c0c43e4807242b19e..1500d84678c07c0961986b80a6201ac1b5ff1c21 100644 --- a/docs/changelog/index.md +++ b/docs/changelog/index.md @@ -2,6 +2,15 @@ ## Material for MkDocs +### 9.0.7 <small>January 28, 2023</small> { id="9.0.7" } + +- Improved accessibility of sidebar navigation +- 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 +- Fixed #4884: Search query terms can't be separated by colons + ### 9.0.6 <small>January 19, 2023</small> { id="9.0.6" } - Fixed #4883: Automatically disable info plugin when serving diff --git a/material/base.html b/material/base.html index fb8df4b5d4fadbd32098d7ad4b8e80e79a9a770d..94b2463afbb6d70a847810816d80668bc3e02acf 100644 --- a/material/base.html +++ b/material/base.html @@ -28,7 +28,7 @@ <link rel="next" href="{{ page.next_page.url | url }}"> {% endif %} <link rel="icon" href="{{ config.theme.favicon | url }}"> - <meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-9.0.6"> + <meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-9.0.7"> {% endblock %} {% block htmltitle %} {% if page.meta and page.meta.title %} diff --git a/package-lock.json b/package-lock.json index 7f8fb2cd8f16c8ef8d704d938be5aca5eaf42160..4e5308f79ae26d064d40d8a34783ea67bc8d8a52 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "mkdocs-material", - "version": "9.0.6", + "version": "9.0.7", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "mkdocs-material", - "version": "9.0.6", + "version": "9.0.7", "license": "MIT", "dependencies": { "array-flat-polyfill": "^1.0.1", diff --git a/package.json b/package.json index 161402d5c994972b649101710bb53ce9b1ce2652..20808e205b872eb0af6fb47e72515677ec9c0e8a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mkdocs-material", - "version": "9.0.6", + "version": "9.0.7", "description": "Documentation that simply works", "keywords": [ "mkdocs",