Prepare 1.0.5 release

This commit is contained in:
squidfunk 2017-02-18 15:03:06 +01:00 committed by Martin Donath
parent 6fcf8d2ec1
commit 5765619416
4 changed files with 15 additions and 2 deletions

View File

@ -1,3 +1,8 @@
mkdocs-material-1.0.5 (2017-02-18)
* Fixed #153: Sidebar flows out of constrained area in Chrome 56
* Fixed #159: Footer jitter due to JavaScript if content is short
mkdocs-material-1.0.4 (2017-02-16)
* Fixed #142: Documentation build errors if h1 is defined as raw HTML

View File

@ -17,6 +17,14 @@ pip show mkdocs-material | grep -E ^Version
## Changelog
### 1.0.5 <small> _ February 18, 2017</small>
* Fixed [#153][153]: Sidebar flows out of constrained area in Chrome 56
* Fixed [#159][159]: Footer jitter due to JavaScript if content is short
[153]: https://github.com/squidfunk/mkdocs-material/issues/153
[159]: https://github.com/squidfunk/mkdocs-material/issues/159
### 1.0.4 <small> _ February 16, 2017</small>
* Fixed [#142][142]: Documentation build errors if `h1` is defined as raw HTML

View File

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

View File

@ -1,6 +1,6 @@
{
"name": "mkdocs-material",
"version": "1.0.4",
"version": "1.0.5",
"description": "A Material Design theme for MkDocs",
"keywords": [
"mkdocs",