diff --git a/CHANGELOG b/CHANGELOG index d34a3b440..ab56ea6bd 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,9 @@ +mkdocs-material-8.2.6 (2022-03-23) + + * Fixed #3695: Deprecation warning for unescaped backslashes in templates + * Fixed #3696: Annotations not mounted in some Terraform code blocks + * Fixed #3698: Annotations not mounted in long code blocks (8.2.5 regression) + mkdocs-material-8.2.5+insiders-4.11.0 (2022-03-06) * Added support for excluding external assets from privacy plugin diff --git a/docs/changelog/index.md b/docs/changelog/index.md index ea935a3e5..92563a252 100644 --- a/docs/changelog/index.md +++ b/docs/changelog/index.md @@ -6,6 +6,12 @@ template: overrides/main.html ## Material for MkDocs +### 8.2.6 _ March 23, 2022 { id="8.2.6" } + +- Fixed #3695: Deprecation warning for unescaped backslashes in templates +- Fixed #3696: Annotations not mounted in some Terraform code blocks +- Fixed #3698: Annotations not mounted in long code blocks (8.2.5 regression) + ### 8.2.5 _ March 6, 2022 { id="8.2.5" } - Fixed #3596: Mermaid not working when headline with name 'Mermaid' present diff --git a/material/base.html b/material/base.html index 5f4996a42..aba946cf2 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 ef92cdc81..48a56404e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "mkdocs-material", - "version": "8.2.5", + "version": "8.2.6", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "mkdocs-material", - "version": "8.2.5", + "version": "8.2.6", "license": "MIT", "dependencies": { "array-flat-polyfill": "^1.0.1", diff --git a/package.json b/package.json index e7d080809..3d568e0d0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mkdocs-material", - "version": "8.2.5", + "version": "8.2.6", "description": "A Material Design theme for MkDocs", "keywords": [ "mkdocs",