Skip to content

Commit 76529c2

Browse files
committed
Prepare 8.2.5 release
1 parent e71891f commit 76529c2

File tree

5 files changed

+16
-4
lines changed

5 files changed

+16
-4
lines changed

CHANGELOG

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
mkdocs-material-8.2.5 (2022-03-06)
2+
3+
* Fixed #3596: Mermaid not working when headline with name 'Mermaid' present
4+
* Fixed #3643: Reduce time to render pages with thousands of code blocks
5+
* Fixed #3665: Missing styles for Mermaid.js flowcharts cluster labels
6+
17
mkdocs-material-8.2.4+insiders-4.10.1 (2022-03-02)
28

39
* Added missing build dependencies to Dockerfile

docs/changelog/index.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ template: overrides/main.html
66

77
## Material for MkDocs
88

9+
### 8.2.5 <small>_ March 6, 2022</small> { id="8.2.5" }
10+
11+
- Fixed #3596: Mermaid not working when headline with name 'Mermaid' present
12+
- Fixed #3643: Reduce time to render pages with thousands of code blocks
13+
- Fixed #3665: Missing styles for Mermaid.js flowcharts cluster labels
14+
915
### 8.2.4 <small>_ March 2, 2022</small> { id="8.2.4" }
1016

1117
- Fixed malformed Google Fonts URL when a font setting was omitted

material/base.html

Lines changed: 1 addition & 1 deletion
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.2.4">
25+
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-8.2.5">
2626
{% endblock %}
2727
{% block htmltitle %}
2828
{% if page and page.meta and page.meta.title %}

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mkdocs-material",
3-
"version": "8.2.4",
3+
"version": "8.2.5",
44
"description": "A Material Design theme for MkDocs",
55
"keywords": [
66
"mkdocs",

0 commit comments

Comments
 (0)