diff --git a/CHANGELOG b/CHANGELOG index 88f39b674..fc878dab0 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,10 @@ +mkdocs-material-8.1.8 (2022-01-23) + + * Added Latvian translations + * Updated Giscus example integration with dynamic theme change support + * Fixed #3491: Logo in header and drawer doesn't honor aspect ratio + * Fixed #3479: Back-to-top button not hidden when using sticky navigation tabs + mkdocs-material-8.1.7+insiders-4.6.1 (2022-01-16) * Fixed #3459: Section index pages picking up wrong title diff --git a/docs/changelog/index.md b/docs/changelog/index.md index 7f94a0d4a..58e3d6af3 100644 --- a/docs/changelog/index.md +++ b/docs/changelog/index.md @@ -6,6 +6,14 @@ template: overrides/main.html ## Material for MkDocs + +### 8.1.8 _ January 23, 2022 { id="8.1.8" } + +- Added Latvian translations +- Updated Giscus example integration with dynamic theme change support +- Fixed #3491: Logo in header and drawer doesn't honor aspect ratio +- Fixed #3479: Back-to-top button not hidden when using sticky navigation tabs + ### 8.1.7 _ January 16, 2022 { id="8.1.7" } - Improved back-to-top button behavior - now not shown on anchor jump diff --git a/material/base.html b/material/base.html index f1696d336..39913bba6 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 6706cfddc..cb372f709 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "mkdocs-material", - "version": "8.1.7", + "version": "8.1.8", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index b5648b2cb..4a6eb214a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mkdocs-material", - "version": "8.1.7", + "version": "8.1.8", "description": "A Material Design theme for MkDocs", "keywords": [ "mkdocs",