From be9d7b5b86ab19f452e800886f3206faffd76607 Mon Sep 17 00:00:00 2001 From: squidfunk Date: Mon, 11 Oct 2021 16:25:09 +0200 Subject: [PATCH] Prepare 7.3.3 release --- CHANGELOG | 10 ++++++++++ docs/changelog/index.md | 10 ++++++++++ material/base.html | 2 +- package-lock.json | 2 +- package.json | 2 +- 5 files changed, 23 insertions(+), 3 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index fc384ac79..a2f519c6c 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,13 @@ +mkdocs-material-7.3.3 (2021-10-11) + + * Rewrite of entire documentation + * Adjusted height of new content tabs to match single line code blocks + * Fixed new content tabs missing right padding in some browsers on overflow + * Fixed new content tabs bleeding out of flex container on overflow + * Fixed new content tabs overflow scrolling bugs on some browsers + * Fixed new content tabs stealing keyboard access when active + * Fixed some spacings issues for right-to-left languages + mkdocs-material-7.3.2+insiders-3.1.2 (2021-10-06) * Fixed incorrect path separators for social cards on Windows diff --git a/docs/changelog/index.md b/docs/changelog/index.md index 518f4e74f..a47e1126f 100644 --- a/docs/changelog/index.md +++ b/docs/changelog/index.md @@ -6,6 +6,16 @@ template: overrides/main.html ## Material for MkDocs +### 7.3.3 _ October 11, 2021 { id="7.3.3" } + +- Rewrite of entire documentation +- Adjusted height of new content tabs to match single line code blocks +- Fixed new content tabs missing right padding in some browsers on overflow +- Fixed new content tabs bleeding out of flex container on overflow +- Fixed new content tabs overflow scrolling bugs on some browsers +- Fixed new content tabs stealing keyboard access when active +- Fixed some spacings issues for right-to-left languages + ### 7.3.2 _ October 6, 2021 { id="7.3.2" } - Deprecated prebuilding of search index diff --git a/material/base.html b/material/base.html index 3a47a676d..e19e04d6d 100644 --- a/material/base.html +++ b/material/base.html @@ -27,7 +27,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 9d64a85f1..9998b2455 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "mkdocs-material", - "version": "7.3.2", + "version": "7.3.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index ef255ff40..1d848a7e0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mkdocs-material", - "version": "7.3.2", + "version": "7.3.3", "description": "A Material Design theme for MkDocs", "keywords": [ "mkdocs",