Prepare 8.5.3 release

This commit is contained in:
squidfunk 2022-09-20 13:46:03 +02:00
parent c7deb06b79
commit e607379e70
5 changed files with 16 additions and 6 deletions

View File

@ -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) mkdocs-material-8.5.2+insiders-4.23.5 (2022-09-18)
* Fixed #4367: Improved blog plugin date handling for MultiMarkdown syntax * Fixed #4367: Improved blog plugin date handling for MultiMarkdown syntax
@ -8,7 +13,7 @@ mkdocs-material-8.5.2 (2022-09-18)
* Updated Mermaid.js to version 9.1.7 * Updated Mermaid.js to version 9.1.7
* Fixed overly large headlines in search results (8.5.0 regression) * Fixed overly large headlines in search results (8.5.0 regression)
* Fixed #4358: Navigation sections appear as clickable (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) mkdocs-material-8.5.1 (2022-09-15)

View File

@ -6,12 +6,17 @@ template: overrides/main.html
## Material for MkDocs ## 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" } ### 8.5.2 <small>_ September 18, 2022</small> { id="8.5.2" }
- Updated Mermaid.js to version 9.1.7 - Updated Mermaid.js to version 9.1.7
- Fixed overly large headlines in search results (8.5.0 regression) - Fixed overly large headlines in search results (8.5.0 regression)
- Fixed #4358: Navigation sections appear as clickable (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" } ### 8.5.1 <small>_ September 15, 2022</small> { id="8.5.1" }

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.5.2"> <meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-8.5.3">
{% endblock %} {% endblock %}
{% block htmltitle %} {% block htmltitle %}
{% if page.meta and page.meta.title %} {% if 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.5.2", "version": "8.5.3",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "mkdocs-material", "name": "mkdocs-material",
"version": "8.5.2", "version": "8.5.3",
"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.5.2", "version": "8.5.3",
"description": "Documentation that simply works", "description": "Documentation that simply works",
"keywords": [ "keywords": [
"mkdocs", "mkdocs",