From 27fb3c0d0eb84faf312cc53edd09892034eabeac Mon Sep 17 00:00:00 2001 From: squidfunk Date: Sun, 18 Apr 2021 11:26:28 +0200 Subject: [PATCH] Prepare 7.1.2 release --- CHANGELOG | 6 ++++++ docs/changelog.md | 6 ++++++ material/base.html | 2 +- package-lock.json | 2 +- package.json | 2 +- 5 files changed, 15 insertions(+), 3 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index b5129cc6c..1b2ae871b 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,9 @@ +mkdocs-material-7.1.2 (2021-04-18) + + * Fixed #2554: List markers sometimes overlap floated elements + * Fixed #2563: Adding a class to a h1 breaks the table of contents + * Fixed #2566: Back-to-top button clickable when invisible + mkdocs-material-7.1.1+insiders-2.6.0 (2021-04-11) * Stay on page when switching versions diff --git a/docs/changelog.md b/docs/changelog.md index 473539f12..900e581dd 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -6,6 +6,12 @@ template: overrides/main.html ## Material for MkDocs +### 7.1.2 _ April 18, 2021 + +- Fixed #2554: List markers sometimes overlap floated elements +- Fixed #2563: Adding a class to a `h1` breaks the table of contents +- Fixed #2566: Back-to-top button clickable when invisible + ### 7.1.1 _ April 10, 2021 - Fixed #2501: Nested definition lists compound bottom margin diff --git a/material/base.html b/material/base.html index 9b368df36..5a58373f9 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 5339dde7e..b5e4e1838 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "mkdocs-material", - "version": "7.1.1", + "version": "7.1.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 68505ca57..c513c42be 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mkdocs-material", - "version": "7.1.1", + "version": "7.1.2", "description": "A Material Design theme for MkDocs", "keywords": [ "mkdocs",