Skip to content

Commit

Permalink
Prepare 8.5.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
squidfunk committed Sep 20, 2022
1 parent c7deb06 commit e607379
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 6 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
mkdocs-material-8.5.3 (2022-09-20)

* Fixed build error when enabling cookie consent without analytics
* Fixed #4381: Code blocks render ligatures for some fonts

mkdocs-material-8.5.2+insiders-4.23.5 (2022-09-18)

* Fixed #4367: Improved blog plugin date handling for MultiMarkdown syntax
Expand All @@ -8,7 +13,7 @@ mkdocs-material-8.5.2 (2022-09-18)
* Updated Mermaid.js to version 9.1.7
* Fixed overly large headlines in search results (8.5.0 regression)
* Fixed #4358: Navigation sections appear as clickable (8.5.0 regression)
* Fixed #4356: GitHub repository statistics fetched before consent
* Fixed #4356: GitHub repository statistics fetched before cookie consent

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

Expand Down
7 changes: 6 additions & 1 deletion docs/changelog/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,17 @@ template: overrides/main.html

## Material for MkDocs

### 8.5.3 <small>_ September 20, 2022</small> { id="8.5.3" }

- Fixed build error when enabling cookie consent without analytics
- Fixed #4381: Code blocks render ligatures for some fonts

### 8.5.2 <small>_ September 18, 2022</small> { id="8.5.2" }

- Updated Mermaid.js to version 9.1.7
- Fixed overly large headlines in search results (8.5.0 regression)
- Fixed #4358: Navigation sections appear as clickable (8.5.0 regression)
- Fixed #4356: GitHub repository statistics fetched before consent
- Fixed #4356: GitHub repository statistics fetched before cookie consent

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

Expand Down
2 changes: 1 addition & 1 deletion material/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<link rel="canonical" href="{{ page.canonical_url }}">
{% endif %}
<link rel="icon" href="{{ config.theme.favicon | url }}">
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-8.5.2">
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-8.5.3">
{% endblock %}
{% block htmltitle %}
{% if page.meta and page.meta.title %}
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mkdocs-material",
"version": "8.5.2",
"version": "8.5.3",
"description": "Documentation that simply works",
"keywords": [
"mkdocs",
Expand Down

0 comments on commit e607379

Please sign in to comment.