diff --git a/CHANGELOG b/CHANGELOG index 08e5828cb..ef48d1b96 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,9 @@ +mkdocs-material-8.2.4 (2022-03-02) + + * Fixed malformed Google Fonts URL when a font setting was omitted + * Fixed #3648: Fixed specificity issue with admonitions in lists + * Fixed #3653: Invalid outdated version banner URL when using instant loading + mkdocs-material-8.2.3+insiders-4.10.0 (2022-02-27) * Added support for offline plugin (supersedes offline search support) diff --git a/docs/changelog/index.md b/docs/changelog/index.md index efac3d79d..dd5a0266e 100644 --- a/docs/changelog/index.md +++ b/docs/changelog/index.md @@ -6,6 +6,12 @@ template: overrides/main.html ## Material for MkDocs +### 8.2.4 _ March 2, 2022 { id="8.2.4" } + +- Fixed malformed Google Fonts URL when a font setting was omitted +- Fixed #3648: Fixed specificity issue with admonitions in lists +- Fixed #3653: Invalid outdated version banner URL when using instant loading + ### 8.2.3 _ February 27, 2022 { id="8.2.3" } - Fixed #3578: Active element in table of contents off-by-one on large screens diff --git a/material/base.html b/material/base.html index 1ad99e998..f06897703 100644 --- a/material/base.html +++ b/material/base.html @@ -22,7 +22,7 @@ {% endif %} - + {% endblock %} {% block htmltitle %} {% if page and page.meta and page.meta.title %} diff --git a/package-lock.json b/package-lock.json index 0e18b3b37..90a3dd3bd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "mkdocs-material", - "version": "8.2.3", + "version": "8.2.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "mkdocs-material", - "version": "8.2.3", + "version": "8.2.4", "license": "MIT", "dependencies": { "array-flat-polyfill": "^1.0.1", diff --git a/package.json b/package.json index 4a78af503..71fdbdab2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mkdocs-material", - "version": "8.2.3", + "version": "8.2.4", "description": "A Material Design theme for MkDocs", "keywords": [ "mkdocs",