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)
|
mkdocs-material-1.7.3 (2017-06-07)
|
||||||
|
|
||||||
* Fixed error when setting language to Japanese for site search
|
* 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
|
``` sh
|
||||||
pip show mkdocs-material | grep -E ^Version
|
pip show mkdocs-material | grep -E ^Version
|
||||||
# Version 1.7.3
|
# Version 1.7.4
|
||||||
```
|
```
|
||||||
|
|
||||||
## Changelog
|
## 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>
|
### 1.7.3 <small> _ June 7, 2017</small>
|
||||||
|
|
||||||
* Fixed error when setting language to Japanese for site search
|
* Fixed error when setting language to Japanese for site search
|
||||||
|
@ -24,7 +24,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.7.3">
|
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-1.7.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.7.3",
|
"version": "1.7.4",
|
||||||
"description": "A Material Design theme for MkDocs",
|
"description": "A Material Design theme for MkDocs",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"mkdocs",
|
"mkdocs",
|
||||||
@ -29,9 +29,6 @@
|
|||||||
"help": "scripts/help",
|
"help": "scripts/help",
|
||||||
"lint": "scripts/lint",
|
"lint": "scripts/lint",
|
||||||
"start": "scripts/start",
|
"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"
|
"travis": "scripts/travis"
|
||||||
},
|
},
|
||||||
"dependencies": {},
|
"dependencies": {},
|
||||||
|
Loading…
Reference in New Issue
Block a user