Skip to content
Snippets Groups Projects
Commit f5a0596b authored by squidfunk's avatar squidfunk Committed by Martin Donath
Browse files

Prepare 1.6.1 release

parent 6609324b
No related branches found
No related tags found
No related merge requests found
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
......
......@@ -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
......
......@@ -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 %}
......
{
"name": "mkdocs-material",
"version": "1.6.0",
"version": "1.6.1",
"description": "A Material Design theme for MkDocs",
"keywords": [
"mkdocs",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment