diff --git a/CHANGELOG b/CHANGELOG index 491e58e7b9ea9a59354044a42802f87bc489b36d..e0d0cd361ef72c6e4efe17ba0a6d1b4160f180d9 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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 diff --git a/docs/release-notes.md b/docs/release-notes.md index c0ede00c8acb9af85bd23a98f65171dec7c27f4e..8157cdd9735bf69547b0b19512ef92368d451167 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -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 diff --git a/material/base.html b/material/base.html index b2692c4414061a5aafdfad797bed43a945a514ff..33c137f982b3d2b116fd674e65cb2ac12769d187 100644 --- a/material/base.html +++ b/material/base.html @@ -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 %} diff --git a/package.json b/package.json index 5f4efd585e6753fb23022f71a0ac7e0e98ed0d9e..d013517ae8c731e5b71f26038137226227ebcf95 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mkdocs-material", - "version": "1.0.4", + "version": "1.0.5", "description": "A Material Design theme for MkDocs", "keywords": [ "mkdocs",