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

Prepare 1.5.3 release

parent b2832367
Branches
No related tags found
No related merge requests found
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)
......
......@@ -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`
......
......@@ -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 %}
......
{
"name": "mkdocs-material",
"version": "1.5.2",
"version": "1.5.3",
"description": "A Material Design theme for MkDocs",
"keywords": [
"mkdocs",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment