File tree 5 files changed +21
-7
lines changed
5 files changed +21
-7
lines changed Original file line number Diff line number Diff line change
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
+
1
8
mkdocs-material-9.0.3+insiders-4.27.1 (2022-01-08)
2
9
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
6
13
7
14
mkdocs-material-9.0.3 (2022-01-08)
8
15
Original file line number Diff line number Diff line change 2
2
3
3
## Material for MkDocs
4
4
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
+
5
12
### 9.0.3 <small >January 8, 2023</small > { id="9.0.3" }
6
13
7
14
- Improved discernability of section index pages in navigation
Original file line number Diff line number Diff line change 28
28
< link rel ="next " href ="{{ page.next_page.url | url }} ">
29
29
{% endif %}
30
30
< 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 ">
32
32
{% endblock %}
33
33
{% block htmltitle %}
34
34
{% if page.meta and page.meta.title %}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " mkdocs-material" ,
3
- "version" : " 9.0.3 " ,
3
+ "version" : " 9.0.4 " ,
4
4
"description" : " Documentation that simply works" ,
5
5
"keywords" : [
6
6
" mkdocs" ,
You can’t perform that action at this time.
0 commit comments