Skip to content
Snippets Groups Projects
Commit 57656194 authored by squidfunk's avatar squidfunk Committed by Martin Donath
Browse files

Prepare 1.0.5 release

parent 6fcf8d2e
No related branches found
No related tags found
No related merge requests found
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) mkdocs-material-1.0.4 (2017-02-16)
* Fixed #142: Documentation build errors if h1 is defined as raw HTML * Fixed #142: Documentation build errors if h1 is defined as raw HTML
......
...@@ -17,6 +17,14 @@ pip show mkdocs-material | grep -E ^Version ...@@ -17,6 +17,14 @@ pip show mkdocs-material | grep -E ^Version
## Changelog ## 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> ### 1.0.4 <small> _ February 16, 2017</small>
* Fixed [#142][142]: Documentation build errors if `h1` is defined as raw HTML * Fixed [#142][142]: Documentation build errors if `h1` is defined as raw HTML
......
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
{% else %} {% else %}
<link rel="shortcut icon" href="{{ base_url }}/assets/images/favicon.ico"> <link rel="shortcut icon" href="{{ base_url }}/assets/images/favicon.ico">
{% endif %} {% 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 %} {% endblock %}
{% block htmltitle %} {% block htmltitle %}
{% if page.title %} {% if page.title %}
......
{ {
"name": "mkdocs-material", "name": "mkdocs-material",
"version": "1.0.4", "version": "1.0.5",
"description": "A Material Design theme for MkDocs", "description": "A Material Design theme for MkDocs",
"keywords": [ "keywords": [
"mkdocs", "mkdocs",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment