Skip to content

Commit e607379

Browse files
committed
Prepare 8.5.3 release
1 parent c7deb06 commit e607379

File tree

5 files changed

+16
-6
lines changed

5 files changed

+16
-6
lines changed

CHANGELOG

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
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+
16
mkdocs-material-8.5.2+insiders-4.23.5 (2022-09-18)
27

38
* Fixed #4367: Improved blog plugin date handling for MultiMarkdown syntax
@@ -8,7 +13,7 @@ mkdocs-material-8.5.2 (2022-09-18)
813
* Updated Mermaid.js to version 9.1.7
914
* Fixed overly large headlines in search results (8.5.0 regression)
1015
* 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
1217

1318
mkdocs-material-8.5.1 (2022-09-15)
1419

docs/changelog/index.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,17 @@ template: overrides/main.html
66

77
## Material for MkDocs
88

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+
914
### 8.5.2 <small>_ September 18, 2022</small> { id="8.5.2" }
1015

1116
- Updated Mermaid.js to version 9.1.7
1217
- Fixed overly large headlines in search results (8.5.0 regression)
1318
- 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
1520

1621
### 8.5.1 <small>_ September 15, 2022</small> { id="8.5.1" }
1722

material/base.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<link rel="canonical" href="{{ page.canonical_url }}">
2323
{% endif %}
2424
<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">
2626
{% endblock %}
2727
{% block htmltitle %}
2828
{% 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": "8.5.2",
3+
"version": "8.5.3",
44
"description": "Documentation that simply works",
55
"keywords": [
66
"mkdocs",

0 commit comments

Comments
 (0)