mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Prepare 1.6.0 release
This commit is contained in:
parent
6336e5055c
commit
f6238f3bae
@ -1,3 +1,12 @@
|
|||||||
|
mkdocs-material-1.6.0 (2017-04-22)
|
||||||
|
|
||||||
|
* Added build test for Docker image on Travis
|
||||||
|
* Added search overlay for better user experience (focus)
|
||||||
|
* Added language from localizations to html tag
|
||||||
|
* Fixed #270: source links broken for absolute URLs
|
||||||
|
* Fixed missing top spacing for first targeted element in content
|
||||||
|
* Fixed too small footnote divider when using larger font sizes
|
||||||
|
|
||||||
mkdocs-material-1.5.5 (2017-04-20)
|
mkdocs-material-1.5.5 (2017-04-20)
|
||||||
|
|
||||||
* Fixed #282: Browser search (META+F) is hijacked
|
* Fixed #282: Browser search (META+F) is hijacked
|
||||||
|
@ -12,14 +12,25 @@ 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.5.5
|
# Version 1.6.0
|
||||||
```
|
```
|
||||||
|
|
||||||
## Changelog
|
## Changelog
|
||||||
|
|
||||||
|
### 1.6.0 <small> _ April 22, 2017</small>
|
||||||
|
|
||||||
|
* Added build test for Docker image on Travis
|
||||||
|
* Added search overlay for better user experience (focus)
|
||||||
|
* Added language from localizations to `html` tag
|
||||||
|
* Fixed [#270][270]: source links broken for absolute URLs
|
||||||
|
* Fixed missing top spacing for first targeted element in content
|
||||||
|
* Fixed too small footnote divider when using larger font sizes
|
||||||
|
|
||||||
|
[270]: https://github.com/squidfunk/mkdocs-material/issues/270
|
||||||
|
|
||||||
### 1.5.5 <small> _ April 20, 2017</small>
|
### 1.5.5 <small> _ April 20, 2017</small>
|
||||||
|
|
||||||
* Fixed [#282][282]: Browser search (<kbd>META</kbd>+<kbd>F</kbd>) is hijacked
|
* Fixed [#282][282]: Browser search (<kbd>Meta</kbd>+<kbd>F</kbd>) is hijacked
|
||||||
|
|
||||||
[282]: https://github.com/squidfunk/mkdocs-material/issues/282
|
[282]: https://github.com/squidfunk/mkdocs-material/issues/282
|
||||||
|
|
||||||
|
@ -23,7 +23,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.5.5">
|
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-1.6.0">
|
||||||
{% 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.5.5",
|
"version": "1.6.0",
|
||||||
"description": "A Material Design theme for MkDocs",
|
"description": "A Material Design theme for MkDocs",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"mkdocs",
|
"mkdocs",
|
||||||
|
Loading…
Reference in New Issue
Block a user