Prepare 1.6.1 release

This commit is contained in:
squidfunk 2017-04-23 21:08:15 +02:00 committed by Martin Donath
parent 6609324bd6
commit f5a0596b91
4 changed files with 13 additions and 3 deletions

View File

@ -1,3 +1,8 @@
mkdocs-material-1.6.1 (2017-04-23)
* Fixed following of active/focused element if search input is focused
* Fixed layer order of search component elements
mkdocs-material-1.6.0 (2017-04-22)
* Added build test for Docker image on Travis

View File

@ -12,11 +12,16 @@ To determine the currently installed version, use the following command:
``` sh
pip show mkdocs-material | grep -E ^Version
# Version 1.6.0
# Version 1.6.1
```
## Changelog
### 1.6.1 <small> _ April 23, 2017</small>
* Fixed following of active/focused element if search input is focused
* Fixed layer order of search component elements
### 1.6.0 <small> _ April 22, 2017</small>
* Added build test for Docker image on Travis

View File

@ -23,7 +23,7 @@
{% else %}
<link rel="shortcut icon" href="{{ base_url }}/assets/images/favicon.png">
{% endif %}
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-1.6.0">
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-1.6.1">
{% endblock %}
{% block htmltitle %}
{% if page and page.meta.title %}

View File

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