From e580eb205f5e0530eb68e53695d85881067e8343 Mon Sep 17 00:00:00 2001 From: squidfunk Date: Sun, 19 Sep 2021 16:46:34 +0200 Subject: [PATCH] Updated Insiders changelog --- CHANGELOG | 8 ++++++++ docs/insiders/changelog.md | 8 ++++++++ 2 files changed, 16 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index 216e3b6a3..3e75d00ff 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,11 @@ +mkdocs-material-7.2.7+insiders-3.0.1 (2021-09-19) + + * Added support for using literal h1-6 tags for search plugin + * Fixed search plugin breaking on void elements without slashes + * Fixed search plugin filtering link contents from headlines + * Fixed search plugin handling of multiple h1 headlines + * Fixed search plugin handling of missing h1 headlines + mkdocs-material-7.2.7 (2021-09-19) * Updated Serbian and Serbo-Croatian translations diff --git a/docs/insiders/changelog.md b/docs/insiders/changelog.md index 1911cad36..49a74cede 100644 --- a/docs/insiders/changelog.md +++ b/docs/insiders/changelog.md @@ -6,6 +6,14 @@ template: overrides/main.html ## Material for MkDocs Insiders +### 3.0.1 _ September 13, 2021 + +- Added support for using literal `h1-6` tags for search plugin +- Fixed search plugin breaking on void elements without slashes +- Fixed search plugin filtering link contents from headlines +- Fixed search plugin handling of multiple `h1` headlines +- Fixed search plugin handling of missing `h1` headlines + ### 3.0.0 _ September 13, 2021 - Rewrite of MkDocs' search plugin