Prepare 1.7.4 release

This commit is contained in:
squidfunk 2017-06-21 11:16:54 +02:00 committed by Martin Donath
parent 47ac324dd7
commit 4aaf9d6491
4 changed files with 15 additions and 6 deletions

View File

@ -1,3 +1,8 @@
mkdocs-material-1.7.4 (2017-06-21)
* Fixed functional link colors in table of contents for active palette
* Fixed compatibility issues with IE11
mkdocs-material-1.7.3 (2017-06-07)
* Fixed error when setting language to Japanese for site search

View File

@ -12,11 +12,18 @@ To determine the currently installed version, use the following command:
``` sh
pip show mkdocs-material | grep -E ^Version
# Version 1.7.3
# Version 1.7.4
```
## Changelog
### 1.7.4 <small> _ June 21, 2017</small>
* Fixed functional link colors in table of contents for active palette
* Fixed [#368][368] compatibility issues with IE11
[368]: https://github.com/squidfunk/mkdocs-material/issues/368
### 1.7.3 <small> _ June 7, 2017</small>
* Fixed error when setting language to Japanese for site search

View File

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

View File

@ -1,6 +1,6 @@
{
"name": "mkdocs-material",
"version": "1.7.3",
"version": "1.7.4",
"description": "A Material Design theme for MkDocs",
"keywords": [
"mkdocs",
@ -29,9 +29,6 @@
"help": "scripts/help",
"lint": "scripts/lint",
"start": "scripts/start",
"test:visual:run": "scripts/test/visual/run",
"test:visual:update": "scripts/test/visual/update",
"test:visual:session": "scripts/test/visual/session",
"travis": "scripts/travis"
},
"dependencies": {},