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-8.5.3 (2022-09-20)
2
+
3
+ * Fixed build error when enabling cookie consent without analytics
4
+ * Fixed #4381: Code blocks render ligatures for some fonts
5
+
1
6
mkdocs-material-8.5.2+insiders-4.23.5 (2022-09-18)
2
7
3
8
* Fixed #4367: Improved blog plugin date handling for MultiMarkdown syntax
@@ -8,7 +13,7 @@ mkdocs-material-8.5.2 (2022-09-18)
8
13
* Updated Mermaid.js to version 9.1.7
9
14
* Fixed overly large headlines in search results (8.5.0 regression)
10
15
* Fixed #4358: Navigation sections appear as clickable (8.5.0 regression)
11
- * Fixed #4356: GitHub repository statistics fetched before consent
16
+ * Fixed #4356: GitHub repository statistics fetched before cookie consent
12
17
13
18
mkdocs-material-8.5.1 (2022-09-15)
14
19
Original file line number Diff line number Diff line change @@ -6,12 +6,17 @@ template: overrides/main.html
6
6
7
7
## Material for MkDocs
8
8
9
+ ### 8.5.3 <small >_ September 20, 2022</small > { id="8.5.3" }
10
+
11
+ - Fixed build error when enabling cookie consent without analytics
12
+ - Fixed #4381 : Code blocks render ligatures for some fonts
13
+
9
14
### 8.5.2 <small >_ September 18, 2022</small > { id="8.5.2" }
10
15
11
16
- Updated Mermaid.js to version 9.1.7
12
17
- Fixed overly large headlines in search results (8.5.0 regression)
13
18
- Fixed #4358 : Navigation sections appear as clickable (8.5.0 regression)
14
- - Fixed #4356 : GitHub repository statistics fetched before consent
19
+ - Fixed #4356 : GitHub repository statistics fetched before cookie consent
15
20
16
21
### 8.5.1 <small >_ September 15, 2022</small > { id="8.5.1" }
17
22
Original file line number Diff line number Diff line change 22
22
< link rel ="canonical " href ="{{ page.canonical_url }} ">
23
23
{% endif %}
24
24
< link rel ="icon " href ="{{ config.theme.favicon | url }} ">
25
- < meta name ="generator " content ="mkdocs-{{ mkdocs_version }}, mkdocs-material-8.5.2 ">
25
+ < meta name ="generator " content ="mkdocs-{{ mkdocs_version }}, mkdocs-material-8.5.3 ">
26
26
{% endblock %}
27
27
{% block htmltitle %}
28
28
{% 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" : " 8.5.2 " ,
3
+ "version" : " 8.5.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