Prepare 9.0.4 release

This commit is contained in:
squidfunk 2023-01-12 09:09:49 +01:00
parent f9c992c624
commit ed638a4ca0
5 changed files with 21 additions and 7 deletions

View File

@ -1,8 +1,15 @@
mkdocs-material-9.0.4 (2022-01-12)
* Fixed #4823: Improved contrast ratio in footer (9.0.2 regression)
* Fixed #4832: Set navigation items back to black (9.0.3 regression)
* Fixed #4843: Emojis broken due to maxcdn.com shutting down
* Upgraded Python Markdown Extensions to 9.9.1
mkdocs-material-9.0.3+insiders-4.27.1 (2022-01-08) mkdocs-material-9.0.3+insiders-4.27.1 (2022-01-08)
- Fixed rendering of succeeding navigation items in typeset plugin * Fixed rendering of succeeding navigation items in typeset plugin
- Fixed #4795: Built-in typeset plugin changes MkDocs' title precedence * Fixed #4795: Built-in typeset plugin changes MkDocs' title precedence
- Fixed #4724: Blog plugin not rendering integrate table of contents * Fixed #4724: Blog plugin not rendering integrate table of contents
mkdocs-material-9.0.3 (2022-01-08) mkdocs-material-9.0.3 (2022-01-08)

View File

@ -2,6 +2,13 @@
## Material for MkDocs ## Material for MkDocs
### 9.0.4 <small>January 12, 2023</small> { id="9.0.4" }
- Fixed #4823: Improved contrast ratio in footer (9.0.2 regression)
- Fixed #4832: Set navigation items back to black (9.0.3 regression)
- Fixed #4843: Emojis broken due to maxcdn.com shutting down
- Upgraded Python Markdown Extensions to 9.9.1
### 9.0.3 <small>January 8, 2023</small> { id="9.0.3" } ### 9.0.3 <small>January 8, 2023</small> { id="9.0.3" }
- Improved discernability of section index pages in navigation - Improved discernability of section index pages in navigation

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.3"> <meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-9.0.4">
{% 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.3", "version": "9.0.4",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "mkdocs-material", "name": "mkdocs-material",
"version": "9.0.3", "version": "9.0.4",
"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.3", "version": "9.0.4",
"description": "Documentation that simply works", "description": "Documentation that simply works",
"keywords": [ "keywords": [
"mkdocs", "mkdocs",