File tree 5 files changed +29
-5
lines changed
5 files changed +29
-5
lines changed Original file line number Diff line number Diff line change
1
+ mkdocs-material-9.0.3 (2022-01-08)
2
+
3
+ * Improved discernability of section index pages in navigation
4
+ * Improved collapsing of adjacent whitespace in search plugin
5
+ * Updated Indonesian translations
6
+ * Fixed view source of this page button when edit URL points to blob
7
+ * Fixed #4829: Search overlay does not close for active anchor result
8
+ * Fixed #4824: Search plugin crashes for h1-6 contained in other elements
9
+ * Fixed #4804: Nested navigation items not expandable with keyboard
10
+ * Fixed #4689: anchor tracking not working for anchors in tables
11
+ * Upgraded to Mermaid 9.3.0
12
+
1
13
mkdocs-material-9.0.2 (2022-01-04)
2
14
3
15
* Fixed #4823: Improved contrast ratio in footer to meet WCAG guidelines
4
16
* Fixed #4819: Social plugin crashes when card generation is disabled
5
- * Fixed #4817: Search plugin crashes on numeric page titles in ` nav`
17
+ * Fixed #4817: Search plugin crashes on numeric page titles in nav
6
18
7
19
mkdocs-material-9.0.1 (2022-01-03)
8
20
Original file line number Diff line number Diff line change 2
2
3
3
## Material for MkDocs
4
4
5
+ ### 9.0.3 <small >January 8, 2023</small > { id="9.0.3" }
6
+
7
+ - Improved discernability of section index pages in navigation
8
+ - Improved collapsing of adjacent whitespace in search plugin
9
+ - Updated Indonesian translations
10
+ - Fixed view source of this page button when edit URL points to blob
11
+ - Fixed #4829 : Search overlay does not close for active anchor result
12
+ - Fixed #4824 : Search plugin crashes for ` h[1-6] ` contained in other elements
13
+ - Fixed #4804 : Nested navigation items not expandable with keyboard
14
+ - Fixed #4689 : anchor tracking not working for anchors in tables
15
+ - Upgraded to Mermaid 9.3.0
16
+
5
17
### 9.0.2 <small >January 4, 2023</small > { id="9.0.2" }
6
18
7
19
- Fixed #4823 : Improved contrast ratio in footer to meet WCAG guidelines
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.2 ">
31
+ < meta name ="generator " content ="mkdocs-{{ mkdocs_version }}, mkdocs-material-9.0.3 ">
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.2 " ,
3
+ "version" : " 9.0.3 " ,
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