From ce43e6ae9d9cb3a137ebfaa0f16cc52e20285433 Mon Sep 17 00:00:00 2001 From: squidfunk Date: Sun, 27 Mar 2022 14:25:25 +0200 Subject: [PATCH] Prepare 8.2.8 release --- CHANGELOG | 9 +++++++++ docs/changelog/index.md | 9 +++++++++ docs/insiders/index.md | 7 ++++++- material/base.html | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 6 files changed, 28 insertions(+), 5 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index f41a66c86..1911bf120 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,12 @@ +mkdocs-material-8.2.8 (2022-03-27) + + * Bumped MkDocs version to 1.3.0 to mitigate breaking changes in Jinja + * Reverted Jinja version range limitation (added in 8.2.7) + * Improved styling of annotations and fixed borders of code blocks in tabs + * Added background color to code blocks in focused/hovered links + * Added check in tags plugin whether tags overview page exists + * Fixed #3744: Content tab indicator on wrong position when using back button + mkdocs-material-8.2.7 (2022-03-24) * Temporarily limit Jinja version range to < 3.1 due to breaking changes diff --git a/docs/changelog/index.md b/docs/changelog/index.md index 43d4dbcb1..833855f08 100644 --- a/docs/changelog/index.md +++ b/docs/changelog/index.md @@ -6,6 +6,15 @@ template: overrides/main.html ## Material for MkDocs +### 8.2.8 _ March 27, 2022 { id="8.2.8" } + +- Bumped MkDocs version to 1.3.0 to mitigate breaking changes in Jinja +- Reverted Jinja version range limitation (added in 8.2.7) +- Improved styling of annotations and fixed borders of code blocks in tabs +- Added background color to code blocks in focused/hovered links +- Added check in tags plugin whether tags overview page exists +- Fixed #3744: Content tab indicator on wrong position when using back button + ### 8.2.7 _ March 24, 2022 { id="8.2.7" } - Temporarily limit Jinja version range to < 3.1 due to breaking changes diff --git a/docs/insiders/index.md b/docs/insiders/index.md index ab1a96c04..7af8fb4ed 100644 --- a/docs/insiders/index.md +++ b/docs/insiders/index.md @@ -170,8 +170,9 @@ The following features are solely available via Material for MkDocs Insiders:
+- [x] [Card grids] :material-new-box: - [x] [Offline plugin] :material-new-box: -- [x] [Privacy plugin] :material-new-box: +- [x] [Privacy plugin] - [x] [Table of contents anchor following] - [x] [Annotations] - [x] [Navigation icons] @@ -266,9 +267,13 @@ are released for general availability. #### $ 14,000 – Goat's Horn - [x] [Privacy plugin] +- [x] [Card grids] +- [ ] [Instant previews] - [ ] and much more, to be announced ... [Privacy plugin]: ../setup/ensuring-data-privacy.md + [Card grids]: ../reference/grids.md + [Instant previews]: https://twitter.com/squidfunk/status/1466794654213492743 ### Goals completed diff --git a/material/base.html b/material/base.html index 83fbbd033..5ff07d480 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 ada78f2c6..1c653487a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "mkdocs-material", - "version": "8.2.7", + "version": "8.2.8", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "mkdocs-material", - "version": "8.2.7", + "version": "8.2.8", "license": "MIT", "dependencies": { "array-flat-polyfill": "^1.0.1", diff --git a/package.json b/package.json index d7cd415f2..da20d9b9f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mkdocs-material", - "version": "8.2.7", + "version": "8.2.8", "description": "A Material Design theme for MkDocs", "keywords": [ "mkdocs",