mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-11-23 23:21:00 +01:00
Prepare 4.2.0 release
This commit is contained in:
parent
b245e9f769
commit
5e6c345fc1
@ -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)
|
mkdocs-material-4.1.2 (2019-04-16)
|
||||||
|
|
||||||
* Fixed #1072: HTML tags appearing in navigation link titles
|
* Fixed #1072: HTML tags appearing in navigation link titles
|
||||||
|
@ -64,6 +64,13 @@ pip show mkdocs-material
|
|||||||
|
|
||||||
## Changelog
|
## 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>
|
### 4.1.2 <small>_ April 16, 2019</small>
|
||||||
|
|
||||||
* Fixed #1072: HTML tags appearing in navigation link titles
|
* Fixed #1072: HTML tags appearing in navigation link titles
|
||||||
|
@ -41,7 +41,7 @@
|
|||||||
<meta name="lang:{{ key }}" content="{{ lang.t(key) }}">
|
<meta name="lang:{{ key }}" content="{{ lang.t(key) }}">
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
<link rel="shortcut icon" href="{{ config.theme.favicon | url }}">
|
<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 %}
|
{% endblock %}
|
||||||
{% block htmltitle %}
|
{% block htmltitle %}
|
||||||
{% if page and page.meta and page.meta.title %}
|
{% if page and page.meta and page.meta.title %}
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "mkdocs-material",
|
"name": "mkdocs-material",
|
||||||
"version": "4.1.2",
|
"version": "4.2.0",
|
||||||
"description": "A Material Design theme for MkDocs",
|
"description": "A Material Design theme for MkDocs",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"mkdocs",
|
"mkdocs",
|
||||||
|
Loading…
Reference in New Issue
Block a user