File tree 5 files changed +16
-6
lines changed
5 files changed +16
-6
lines changed Original file line number Diff line number Diff line change
1
+ mkdocs-material-9.1.4 (2023-03-24)
2
+
3
+ * Fixed #5239: Instant loading breaks anchors in details (9.1.1 regression)
4
+ * Fixed #5211: Anchor following not working for Chinese (9.1.2 regression)
5
+
1
6
mkdocs-material-9.1.3 (2023-03-14)
2
7
3
8
* Added Kurdish (Soranî) translations
@@ -15,7 +20,7 @@ mkdocs-material-9.1.2 (2023-03-09)
15
20
16
21
* Updated Icelandic, Korean and Swedish translations
17
22
* Fixed #5168: Mermaid text boxes overflow (9.0.13 regression)
18
- * Fixed #5155: table of contents not highlighting percent-encoded URLs
23
+ * Fixed #5155: Table of contents not highlighting percent-encoded URLs
19
24
20
25
mkdocs-material-9.1.1 (2023-03-05)
21
26
Original file line number Diff line number Diff line change 2
2
3
3
## Material for MkDocs
4
4
5
+ ### 9.1.4 <small >March 24, 2023</small > { id="9.1.4" }
6
+
7
+ - Fixed #5239 : Instant loading breaks anchors in details (9.1.1 regression)
8
+ - Fixed #5211 : Anchor following not working for Chinese (9.1.2 regression)
9
+
5
10
### 9.1.3 <small >March 14, 2023</small > { id="9.1.3" }
6
11
7
12
- Added Kurdish (Soranî) translations
14
19
15
20
- Updated Icelandic, Korean and Swedish translations
16
21
- Fixed #5168 : Mermaid text boxes overflow (9.0.13 regression)
17
- - Fixed #5155 : table of contents not highlighting percent-encoded URLs
22
+ - Fixed #5155 : Table of contents not highlighting percent-encoded URLs
18
23
19
24
### 9.1.1 <small >March 5, 2023</small > { id="9.1.1" }
20
25
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.1.3 ">
31
+ < meta name ="generator " content ="mkdocs-{{ mkdocs_version }}, mkdocs-material-9.1.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.1.3 " ,
3
+ "version" : " 9.1.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