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

Prepare 1.10.0 release

parent 1511c43f
Branches
Tags 1.10.0
No related merge requests found
mkdocs-material-1.x.x (2017-XX-XX)
mkdocs-material-1.10.0 (2017-09-01)
* Added support to make logo default icon configurable
* Fixed uninitialized overflow scrolling on main pane for iOS
......
......@@ -12,20 +12,28 @@ To determine the currently installed version, use the following command:
``` sh
pip show mkdocs-material | grep -E ^Version
# Version 1.9.0
# Version 1.10.0
```
## Changelog
### 1.10.0 <small> _ September 1, 2017</small>
* Added support to make logo default icon configurable
* Fixed uninitialized overflow scrolling on main pane for iOS
* Fixed error in mobile navigation in case JavaScript is not available
* Fixed incorrect color transition for nested panes in mobile navigation
* Improved checkbox styles for Tasklist from PyMdown Extension package
### 1.9.0 <small> _ August 29, 2017</small>
* Added `info` (synonym: `todo`) style for Admonition
* Added `question` (synonym: `help`, `faq`) style for Admonition
* Added support for `pymdownx.details` Markdown extension
* Improved Admonition styles to match `pymdownx.details`
* Added support for Details from PyMdown Extensions package
* Improved Admonition styles to match Details
* Improved styles for social links in footer
* Replaced ligatures with Unicode code points to avoid broken layout
* Upgraded PyMdown Extension package dependency to >= 3.4
* Upgraded PyMdown Extensions package dependency to >= 3.4
### 1.8.1 <small> _ August 7, 2017</small>
......
......@@ -24,7 +24,7 @@
{% else %}
<link rel="shortcut icon" href="{{ base_url }}/assets/images/favicon.png">
{% endif %}
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-1.9.0">
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-1.10.0">
{% endblock %}
{% block htmltitle %}
{% if page and page.meta.title %}
......
{
"name": "mkdocs-material",
"version": "1.9.0",
"version": "1.10.0",
"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