diff --git a/CHANGELOG b/CHANGELOG index da2fa89cd370df104072ab8184bbff2ed1b05d97..900539db273850fa6762c6eec5080f35d24b220a 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,10 @@ -mkdocs-material-1.x.x (2017-xx-xx) +mkdocs-material-1.5.3 (2017-04-07) * Fixed deprecated calls for template variables + * Fixed wrong palette color for focused search result + * Fixed JavaScript errors on 404 page + * Fixed missing top spacing on 404 page + * Fixed missing right spacing on overflow of source container mkdocs-material-1.5.2 (2017-04-05) diff --git a/docs/release-notes.md b/docs/release-notes.md index a70c6f153988cc170b56f70cacbb33aa12e7be2c..b5af7b76b0613aadc896fab4b9194afc8895f9f9 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -12,11 +12,19 @@ To determine the currently installed version, use the following command: ``` sh pip show mkdocs-material | grep -E ^Version -# Version 1.5.2 +# Version 1.5.3 ``` ## Changelog +### 1.5.3 <small> _ April 7, 2017</small> + +* Fixed deprecated calls for template variables +* Fixed wrong palette color for focused search result +* Fixed JavaScript errors on 404 page +* Fixed missing top spacing on 404 page +* Fixed missing right spacing on overflow of source container + ### 1.5.2 <small> _ April 5, 2017</small> * Added requirements as explicit dependencies in `setup.py` diff --git a/material/base.html b/material/base.html index adc8ea4f03d1160555821ec8a99393b5b42474b1..c76655626c7913f66e19ec185bbf227437e7b87e 100644 --- a/material/base.html +++ b/material/base.html @@ -23,7 +23,7 @@ {% else %} <link rel="shortcut icon" href="{{ base_url }}/assets/images/favicon.png"> {% endif %} - <meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-1.5.2"> + <meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-1.5.3"> {% endblock %} {% block htmltitle %} {% if page and page.meta.title %} diff --git a/package.json b/package.json index dca9e7560e234c7af631dbe54f39a96622fa63b7..a2507cc16fdc7af12faa00ca8f82fccce8cf53da 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mkdocs-material", - "version": "1.5.2", + "version": "1.5.3", "description": "A Material Design theme for MkDocs", "keywords": [ "mkdocs",