1
0
mirror of https://github.com/squidfunk/mkdocs-material.git synced 2024-11-12 01:50:52 +01:00

Prepare 4.2.0 release

This commit is contained in:
squidfunk 2019-04-28 12:04:25 +02:00
parent b245e9f769
commit 5e6c345fc1
4 changed files with 16 additions and 2 deletions

View File

@ -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

View File

@ -64,6 +64,13 @@ pip show mkdocs-material
## Changelog
### 4.2.0 <small>_ April 28, 2019</small>
* 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 <small>_ April 16, 2019</small>
* Fixed #1072: HTML tags appearing in navigation link titles

View File

@ -41,7 +41,7 @@
<meta name="lang:{{ key }}" content="{{ lang.t(key) }}">
{% endfor %}
<link rel="shortcut icon" href="{{ config.theme.favicon | url }}">
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-4.1.2">
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-4.2.0">
{% endblock %}
{% block htmltitle %}
{% if page and page.meta and page.meta.title %}

View File

@ -1,6 +1,6 @@
{
"name": "mkdocs-material",
"version": "4.1.2",
"version": "4.2.0",
"description": "A Material Design theme for MkDocs",
"keywords": [
"mkdocs",