Skip to content

Commit ed638a4

Browse files
committed
Prepare 9.0.4 release
1 parent f9c992c commit ed638a4

File tree

5 files changed

+21
-7
lines changed

5 files changed

+21
-7
lines changed

CHANGELOG

+10-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,15 @@
1+
mkdocs-material-9.0.4 (2022-01-12)
2+
3+
* Fixed #4823: Improved contrast ratio in footer (9.0.2 regression)
4+
* Fixed #4832: Set navigation items back to black (9.0.3 regression)
5+
* Fixed #4843: Emojis broken due to maxcdn.com shutting down
6+
* Upgraded Python Markdown Extensions to 9.9.1
7+
18
mkdocs-material-9.0.3+insiders-4.27.1 (2022-01-08)
29

3-
- Fixed rendering of succeeding navigation items in typeset plugin
4-
- Fixed #4795: Built-in typeset plugin changes MkDocs' title precedence
5-
- Fixed #4724: Blog plugin not rendering integrate table of contents
10+
* Fixed rendering of succeeding navigation items in typeset plugin
11+
* Fixed #4795: Built-in typeset plugin changes MkDocs' title precedence
12+
* Fixed #4724: Blog plugin not rendering integrate table of contents
613

714
mkdocs-material-9.0.3 (2022-01-08)
815

docs/changelog/index.md

+7
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
## Material for MkDocs
44

5+
### 9.0.4 <small>January 12, 2023</small> { id="9.0.4" }
6+
7+
- Fixed #4823: Improved contrast ratio in footer (9.0.2 regression)
8+
- Fixed #4832: Set navigation items back to black (9.0.3 regression)
9+
- Fixed #4843: Emojis broken due to maxcdn.com shutting down
10+
- Upgraded Python Markdown Extensions to 9.9.1
11+
512
### 9.0.3 <small>January 8, 2023</small> { id="9.0.3" }
613

714
- Improved discernability of section index pages in navigation

material/base.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<link rel="next" href="{{ page.next_page.url | url }}">
2929
{% endif %}
3030
<link rel="icon" href="{{ config.theme.favicon | url }}">
31-
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-9.0.3">
31+
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-9.0.4">
3232
{% endblock %}
3333
{% block htmltitle %}
3434
{% if page.meta and page.meta.title %}

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mkdocs-material",
3-
"version": "9.0.3",
3+
"version": "9.0.4",
44
"description": "Documentation that simply works",
55
"keywords": [
66
"mkdocs",

0 commit comments

Comments
 (0)