mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Prepare 1.7.4 release
This commit is contained in:
parent
47ac324dd7
commit
4aaf9d6491
@ -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
|
||||
|
@ -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
|
||||
|
@ -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 %}
|
||||
|
@ -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": {},
|
||||
|
Loading…
Reference in New Issue
Block a user