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

Prepare 8.5.7 release

parent 922fde07
No related branches found
Tags 8.5.7
No related merge requests found
mkdocs-material-8.5.7 (2022-10-22)
* Deprecated additional admonition qualifiers to reduce size of CSS
* Fixed #4511: Search boost does not apply to sections
mkdocs-material-8.5.6+insiders-4.26.0 (2022-10-18)
* Refactored privacy plugin to prepare for new features
......
......@@ -6,6 +6,11 @@ template: overrides/main.html
## Material for MkDocs
### 8.5.7 <small>_ October 22, 2022</small> { id="8.5.7" }
- Deprecated additional admonition qualifiers to reduce size of CSS
- Fixed #4511: Search boost does not apply to sections
### 8.5.6 <small>_ October 2, 2022</small> { id="8.5.6" }
- Modernized appearance of admonitions (with fallback, see docs)
......
......@@ -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.6">
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-8.5.7">
{% endblock %}
{% block htmltitle %}
{% if page.meta and page.meta.title %}
......
{
"name": "mkdocs-material",
"version": "8.5.6",
"version": "8.5.7",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "mkdocs-material",
"version": "8.5.6",
"version": "8.5.7",
"license": "MIT",
"dependencies": {
"array-flat-polyfill": "^1.0.1",
......
{
"name": "mkdocs-material",
"version": "8.5.6",
"version": "8.5.7",
"description": "Documentation that simply works",
"keywords": [
"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