From 2fbf0e94f4a1cba6a144376d7bec636388ada3e1 Mon Sep 17 00:00:00 2001 From: squidfunk Date: Sat, 2 Oct 2021 14:01:30 +0200 Subject: [PATCH] Prepare 7.3.1 release --- CHANGELOG | 10 ++++++++++ docs/changelog.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 105734268..b29f0abe2 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,13 @@ +mkdocs-material-7.3.1 (2021-10-02) + + * Added new experimental content tabs implementation + * Fixed #3069: GitHub stats broken for users/orgs (7.1.0 regression) + * Fixed #3070: Sections not linking to index page + * Fixed title not linking to index page when using tabs + * Fixed Disqus integration when using instant loading + * Fixed some spacing issues for right-to-left languages + * Fixed syntax error in Serbian translations + mkdocs-material-7.3.0+insiders-3.1.1 (2021-09-26) * Fixed ordering bug in search exclusion logic diff --git a/docs/changelog.md b/docs/changelog.md index d456ee427..90947ba9c 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -6,6 +6,16 @@ template: overrides/main.html ## Material for MkDocs +### 7.3.1 _ October 2, 2021 + +- Added new experimental content tabs implementation +- Fixed #3069: GitHub stats broken for users/orgs (7.1.0 regression) +- Fixed #3070: Sections not linking to index page +- Fixed title not linking to index page when using tabs +- Fixed Disqus integration when using instant loading +- Fixed some spacing issues for right-to-left languages +- Fixed syntax error in Serbian translations + ### 7.3.0 _ September 23, 2021 - Added support for sticky navigation tabs diff --git a/material/base.html b/material/base.html index 6fc45a471..b6e6e9128 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 46a719210..2db16b133 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "mkdocs-material", - "version": "7.3.0", + "version": "7.3.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 072be3e39..e152d7da3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mkdocs-material", - "version": "7.3.0", + "version": "7.3.1", "description": "A Material Design theme for MkDocs", "keywords": [ "mkdocs",