1
0
mirror of https://github.com/squidfunk/mkdocs-material.git synced 2024-11-23 23:21:00 +01:00

Prepare 8.2.5 release

This commit is contained in:
squidfunk 2022-03-06 14:24:16 +01:00
parent e71891f497
commit 76529c239c
5 changed files with 16 additions and 4 deletions

View File

@ -1,3 +1,9 @@
mkdocs-material-8.2.5 (2022-03-06)
* Fixed #3596: Mermaid not working when headline with name 'Mermaid' present
* Fixed #3643: Reduce time to render pages with thousands of code blocks
* Fixed #3665: Missing styles for Mermaid.js flowcharts cluster labels
mkdocs-material-8.2.4+insiders-4.10.1 (2022-03-02) mkdocs-material-8.2.4+insiders-4.10.1 (2022-03-02)
* Added missing build dependencies to Dockerfile * Added missing build dependencies to Dockerfile

View File

@ -6,6 +6,12 @@ template: overrides/main.html
## Material for MkDocs ## Material for MkDocs
### 8.2.5 <small>_ March 6, 2022</small> { id="8.2.5" }
- Fixed #3596: Mermaid not working when headline with name 'Mermaid' present
- Fixed #3643: Reduce time to render pages with thousands of code blocks
- Fixed #3665: Missing styles for Mermaid.js flowcharts cluster labels
### 8.2.4 <small>_ March 2, 2022</small> { id="8.2.4" } ### 8.2.4 <small>_ March 2, 2022</small> { id="8.2.4" }
- Fixed malformed Google Fonts URL when a font setting was omitted - Fixed malformed Google Fonts URL when a font setting was omitted

View File

@ -22,7 +22,7 @@
<link rel="canonical" href="{{ page.canonical_url }}"> <link rel="canonical" href="{{ page.canonical_url }}">
{% endif %} {% endif %}
<link rel="icon" href="{{ config.theme.favicon | url }}"> <link rel="icon" href="{{ config.theme.favicon | url }}">
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-8.2.4"> <meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-8.2.5">
{% endblock %} {% endblock %}
{% block htmltitle %} {% block htmltitle %}
{% if page and page.meta and page.meta.title %} {% if page and page.meta and page.meta.title %}

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{ {
"name": "mkdocs-material", "name": "mkdocs-material",
"version": "8.2.4", "version": "8.2.5",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "mkdocs-material", "name": "mkdocs-material",
"version": "8.2.4", "version": "8.2.5",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"array-flat-polyfill": "^1.0.1", "array-flat-polyfill": "^1.0.1",

View File

@ -1,6 +1,6 @@
{ {
"name": "mkdocs-material", "name": "mkdocs-material",
"version": "8.2.4", "version": "8.2.5",
"description": "A Material Design theme for MkDocs", "description": "A Material Design theme for MkDocs",
"keywords": [ "keywords": [
"mkdocs", "mkdocs",