Skip to content
Snippets Groups Projects
Commit c8a1f559 authored by squidfunk's avatar squidfunk
Browse files

Prepare 8.5.2 release

parent 30d81288
No related branches found
No related tags found
No related merge requests found
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
mkdocs-material-8.5.1 (2022-09-15) mkdocs-material-8.5.1 (2022-09-15)
* Fixed #4366: Removed dependencies with native extensions * Fixed #4366: Removed dependencies with native extensions
......
...@@ -6,6 +6,13 @@ template: overrides/main.html ...@@ -6,6 +6,13 @@ template: overrides/main.html
## Material for MkDocs ## Material for MkDocs
### 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
### 8.5.1 <small>_ September 15, 2022</small> { id="8.5.1" } ### 8.5.1 <small>_ September 15, 2022</small> { id="8.5.1" }
- Fixed #4366: Removed dependencies with native extensions - Fixed #4366: Removed dependencies with native extensions
......
...@@ -22,7 +22,7 @@ ...@@ -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.1"> <meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-8.5.2">
{% endblock %} {% endblock %}
{% block htmltitle %} {% block htmltitle %}
{% if page.meta and page.meta.title %} {% if page.meta and page.meta.title %}
......
{ {
"name": "mkdocs-material", "name": "mkdocs-material",
"version": "8.5.1", "version": "8.5.2",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "mkdocs-material", "name": "mkdocs-material",
"version": "8.5.1", "version": "8.5.2",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"array-flat-polyfill": "^1.0.1", "array-flat-polyfill": "^1.0.1",
......
{ {
"name": "mkdocs-material", "name": "mkdocs-material",
"version": "8.5.1", "version": "8.5.2",
"description": "Documentation that simply works", "description": "Documentation that simply works",
"keywords": [ "keywords": [
"mkdocs", "mkdocs",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment