diff --git a/CHANGELOG b/CHANGELOG index 327e6153f..61bf952dd 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,8 @@ +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 diff --git a/docs/changelog/index.md b/docs/changelog/index.md index adec94f9a..8fbc1513a 100644 --- a/docs/changelog/index.md +++ b/docs/changelog/index.md @@ -6,6 +6,11 @@ template: overrides/main.html ## Material for MkDocs +### 8.5.7 _ October 22, 2022 { 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 _ October 2, 2022 { id="8.5.6" } - Modernized appearance of admonitions (with fallback, see docs) diff --git a/material/base.html b/material/base.html index 564d2241b..fa74feb20 100644 --- a/material/base.html +++ b/material/base.html @@ -22,7 +22,7 @@ {% endif %} - + {% endblock %} {% block htmltitle %} {% if page.meta and page.meta.title %} diff --git a/package-lock.json b/package-lock.json index 9835fc5e6..ed16f5302 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "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", diff --git a/package.json b/package.json index 57414137d..af580381d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mkdocs-material", - "version": "8.5.6", + "version": "8.5.7", "description": "Documentation that simply works", "keywords": [ "mkdocs",