From 5e6c345fc1c513ceb6cb32c9b60a673e224571a7 Mon Sep 17 00:00:00 2001 From: squidfunk Date: Sun, 28 Apr 2019 12:04:25 +0200 Subject: [PATCH] Prepare 4.2.0 release --- CHANGELOG | 7 +++++++ docs/release-notes.md | 7 +++++++ material/base.html | 2 +- package.json | 2 +- 4 files changed, 16 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 57101e121..842679afc 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,10 @@ +mkdocs-material-4.2.0 (2019-04-28) + + * Added Norwegian (Nynorsk) translations + * Fixed loss of focus in non-form input elements due to search hotkeys + * Fixed #1067: Search hotkeys not working for mobile/tablet screensize + * Fixed #1068: Search not correctly aligned for tablet screensize + mkdocs-material-4.1.2 (2019-04-16) * Fixed #1072: HTML tags appearing in navigation link titles diff --git a/docs/release-notes.md b/docs/release-notes.md index 3cefc70cc..f7e114b13 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -64,6 +64,13 @@ pip show mkdocs-material ## Changelog +### 4.2.0 _ April 28, 2019 + +* Added Norwegian (Nynorsk) translations +* Fixed loss of focus in non-form input elements due to search hotkeys +* Fixed #1067: Search hotkeys not working for mobile/tablet screensize +* Fixed #1068: Search not correctly aligned for tablet screensize + ### 4.1.2 _ April 16, 2019 * Fixed #1072: HTML tags appearing in navigation link titles diff --git a/material/base.html b/material/base.html index d776e528a..577bfbee4 100644 --- a/material/base.html +++ b/material/base.html @@ -41,7 +41,7 @@ {% endfor %} - + {% endblock %} {% block htmltitle %} {% if page and page.meta and page.meta.title %} diff --git a/package.json b/package.json index 68695c8f4..3f93ea81e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mkdocs-material", - "version": "4.1.2", + "version": "4.2.0", "description": "A Material Design theme for MkDocs", "keywords": [ "mkdocs",