mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Prepare 1.5.4 release
This commit is contained in:
parent
7a6acb8a7b
commit
87538c1745
@ -1,3 +1,9 @@
|
|||||||
|
mkdocs-material-1.5.4 (2017-04-08)
|
||||||
|
|
||||||
|
* Fixed broken highlighting for two or more search terms
|
||||||
|
* Fixed missing search results when only a h1 is present
|
||||||
|
* Fixed unresponsive overlay on Android
|
||||||
|
|
||||||
mkdocs-material-1.5.3 (2017-04-07)
|
mkdocs-material-1.5.3 (2017-04-07)
|
||||||
|
|
||||||
* Fixed deprecated calls for template variables
|
* Fixed deprecated calls for template variables
|
||||||
|
@ -12,11 +12,17 @@ To determine the currently installed version, use the following command:
|
|||||||
|
|
||||||
``` sh
|
``` sh
|
||||||
pip show mkdocs-material | grep -E ^Version
|
pip show mkdocs-material | grep -E ^Version
|
||||||
# Version 1.5.3
|
# Version 1.5.4
|
||||||
```
|
```
|
||||||
|
|
||||||
## Changelog
|
## Changelog
|
||||||
|
|
||||||
|
### 1.5.4 <small> _ April 8, 2017</small>
|
||||||
|
|
||||||
|
* Fixed broken highlighting for two or more search terms
|
||||||
|
* Fixed missing search results when only a h1 is present
|
||||||
|
* Fixed unresponsive overlay on Android
|
||||||
|
|
||||||
### 1.5.3 <small> _ April 7, 2017</small>
|
### 1.5.3 <small> _ April 7, 2017</small>
|
||||||
|
|
||||||
* Fixed deprecated calls for template variables
|
* Fixed deprecated calls for template variables
|
||||||
|
@ -23,7 +23,7 @@
|
|||||||
{% else %}
|
{% else %}
|
||||||
<link rel="shortcut icon" href="{{ base_url }}/assets/images/favicon.png">
|
<link rel="shortcut icon" href="{{ base_url }}/assets/images/favicon.png">
|
||||||
{% endif %}
|
{% endif %}
|
||||||
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-1.5.3">
|
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-1.5.4">
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
{% block htmltitle %}
|
{% block htmltitle %}
|
||||||
{% if page and page.meta.title %}
|
{% if page and page.meta.title %}
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "mkdocs-material",
|
"name": "mkdocs-material",
|
||||||
"version": "1.5.3",
|
"version": "1.5.4",
|
||||||
"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