Prepare 9.0.3 release

This commit is contained in:
squidfunk 2023-01-08 13:04:59 +01:00
parent 35e6eed462
commit eab3eae25d
5 changed files with 29 additions and 5 deletions

View File

@ -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) mkdocs-material-9.0.2 (2022-01-04)
* Fixed #4823: Improved contrast ratio in footer to meet WCAG guidelines * Fixed #4823: Improved contrast ratio in footer to meet WCAG guidelines
* Fixed #4819: Social plugin crashes when card generation is disabled * 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) mkdocs-material-9.0.1 (2022-01-03)

View File

@ -2,6 +2,18 @@
## Material for MkDocs ## 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" } ### 9.0.2 <small>January 4, 2023</small> { id="9.0.2" }
- Fixed #4823: Improved contrast ratio in footer to meet WCAG guidelines - Fixed #4823: Improved contrast ratio in footer to meet WCAG guidelines

View File

@ -28,7 +28,7 @@
<link rel="next" href="{{ page.next_page.url | url }}"> <link rel="next" href="{{ page.next_page.url | url }}">
{% endif %} {% endif %}
<link rel="icon" href="{{ config.theme.favicon | url }}"> <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 %} {% endblock %}
{% block htmltitle %} {% block htmltitle %}
{% if page.meta and page.meta.title %} {% if page.meta and page.meta.title %}

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{ {
"name": "mkdocs-material", "name": "mkdocs-material",
"version": "9.0.2", "version": "9.0.3",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "mkdocs-material", "name": "mkdocs-material",
"version": "9.0.2", "version": "9.0.3",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"array-flat-polyfill": "^1.0.1", "array-flat-polyfill": "^1.0.1",

View File

@ -1,6 +1,6 @@
{ {
"name": "mkdocs-material", "name": "mkdocs-material",
"version": "9.0.2", "version": "9.0.3",
"description": "Documentation that simply works", "description": "Documentation that simply works",
"keywords": [ "keywords": [
"mkdocs", "mkdocs",