diff --git a/CHANGELOG b/CHANGELOG index 39290927da051bf4afc633e44b41e37b7a0f146f..be4df729d284d0f5933b317b5e21a9671512637b 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,8 +1,20 @@ +mkdocs-material-9.0.3 (2022-01-08) + + * Improved discernability of section index pages in navigation + * Improved collapsing of adjacent whitespace in search plugin + * Updated Indonesian translations + * Fixed view source of this page button when edit URL points to blob + * Fixed #4829: Search overlay does not close for active anchor result + * Fixed #4824: Search plugin crashes for h1-6 contained in other elements + * Fixed #4804: Nested navigation items not expandable with keyboard + * Fixed #4689: anchor tracking not working for anchors in tables + * Upgraded to Mermaid 9.3.0 + mkdocs-material-9.0.2 (2022-01-04) * Fixed #4823: Improved contrast ratio in footer to meet WCAG guidelines * Fixed #4819: Social plugin crashes when card generation is disabled - * Fixed #4817: Search plugin crashes on numeric page titles in `nav` + * Fixed #4817: Search plugin crashes on numeric page titles in nav mkdocs-material-9.0.1 (2022-01-03) diff --git a/docs/changelog/index.md b/docs/changelog/index.md index 88ad4c68f49d0a3d54482f42dd11b23654dcd747..027ef1a72c25676de74ded0373fd99be77bc9159 100644 --- a/docs/changelog/index.md +++ b/docs/changelog/index.md @@ -2,6 +2,18 @@ ## Material for MkDocs +### 9.0.3 <small>January 8, 2023</small> { id="9.0.3" } + +- Improved discernability of section index pages in navigation +- Improved collapsing of adjacent whitespace in search plugin +- Updated Indonesian translations +- Fixed view source of this page button when edit URL points to blob +- Fixed #4829: Search overlay does not close for active anchor result +- Fixed #4824: Search plugin crashes for `h[1-6]` contained in other elements +- Fixed #4804: Nested navigation items not expandable with keyboard +- Fixed #4689: anchor tracking not working for anchors in tables +- Upgraded to Mermaid 9.3.0 + ### 9.0.2 <small>January 4, 2023</small> { id="9.0.2" } - Fixed #4823: Improved contrast ratio in footer to meet WCAG guidelines diff --git a/material/base.html b/material/base.html index 8463f3603f858bdba6decccabb1543387fa266b7..8f44e4648358f65b88f8255afc636ea959ace413 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.2"> + <meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-9.0.3"> {% endblock %} {% block htmltitle %} {% if page.meta and page.meta.title %} diff --git a/package-lock.json b/package-lock.json index ed5f94ddd23daa67e44c02877c82c9157bd3cb4a..e3b383493537f0123193f740c0dd3200df98aec2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "mkdocs-material", - "version": "9.0.2", + "version": "9.0.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "mkdocs-material", - "version": "9.0.2", + "version": "9.0.3", "license": "MIT", "dependencies": { "array-flat-polyfill": "^1.0.1", diff --git a/package.json b/package.json index c80fe6b617021f27ae4f0366a459f4af38191273..8028aa8f715c4cb2e032260347fd80c545c7724f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mkdocs-material", - "version": "9.0.2", + "version": "9.0.3", "description": "Documentation that simply works", "keywords": [ "mkdocs",