diff --git a/CHANGELOG b/CHANGELOG index df1050ecd..1327e947c 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,16 @@ +mkdocs-material-8.1.1 (2012-12-13) + + * Added support for #only-light and #only-dark image hash fragments + * Fixed copy-to-clipboard adding blank lines when using line anchors + * Fixed code annotation directionality for right-to-left languages + * Fixed header title positioning for right-to-left languages + * Fixed admonition borders for right-to-left languages (8.0.0 regression) + * Fixed footer navigation link positioning (8.0.0 regression) + * Fixed footer navigation title breaking out of container when too long + * Fixed shrinking arrow in navigation title when too long + * Fixed #3343: Filtered stopwords appear as missing search terms + * Fixed #3346: Site unusable due to usage of :not() (Firefox 78 ESR) + mkdocs-material-8.1.0+insiders-4.4.0 (2021-12-10) * Added support for code annotation anchor links (deep linking) diff --git a/docs/changelog/index.md b/docs/changelog/index.md index 7886a4db8..b0230eba5 100644 --- a/docs/changelog/index.md +++ b/docs/changelog/index.md @@ -6,6 +6,19 @@ template: overrides/main.html ## Material for MkDocs +### 8.1.1 _ December 13, 2021 { id="8.1.1" } + +- Added support for `#only-light` and `#only-dark` image hash fragments +- Fixed copy-to-clipboard adding blank lines when using line anchors +- Fixed code annotation directionality for right-to-left languages +- Fixed header title positioning for right-to-left languages +- Fixed admonition borders for right-to-left languages (8.0.0 regression) +- Fixed footer navigation link positioning (8.0.0 regression) +- Fixed footer navigation title breaking out of container when too long +- Fixed shrinking arrow in navigation title when too long +- Fixed #3343: Filtered stopwords appear as missing search terms +- Fixed #3346: Site unusable due to usage of :not() (Firefox 78 ESR) + ### 8.1.0 _ December 10, 2021 { id="8.1.0" } - Added basic support for code block line anchors diff --git a/docs/reference/images.md b/docs/reference/images.md index d4496d754..a84cd7a67 100644 --- a/docs/reference/images.md +++ b/docs/reference/images.md @@ -130,7 +130,7 @@ browsers without support: ### Light and dark mode -[:octicons-tag-24: Unreleased][Light and dark mode support] · +[:octicons-tag-24: 8.1.1][Light and dark mode support] · :octicons-beaker-24: Experimental If you added a [color palette toggle] and want to show different images for diff --git a/material/base.html b/material/base.html index 74f01533a..cd62257ea 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 9ca62048a..070438219 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "mkdocs-material", - "version": "8.1.0", + "version": "8.1.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 155176fa4..5e723f1e7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mkdocs-material", - "version": "8.1.0", + "version": "8.1.1", "description": "A Material Design theme for MkDocs", "keywords": [ "mkdocs",