mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-11-12 01:50:52 +01:00
Prepare 1.10.0 release
This commit is contained in:
parent
1511c43fca
commit
a37bdac33e
@ -1,4 +1,4 @@
|
|||||||
mkdocs-material-1.x.x (2017-XX-XX)
|
mkdocs-material-1.10.0 (2017-09-01)
|
||||||
|
|
||||||
* Added support to make logo default icon configurable
|
* Added support to make logo default icon configurable
|
||||||
* Fixed uninitialized overflow scrolling on main pane for iOS
|
* Fixed uninitialized overflow scrolling on main pane for iOS
|
||||||
|
@ -12,20 +12,28 @@ To determine the currently installed version, use the following command:
|
|||||||
|
|
||||||
``` sh
|
``` sh
|
||||||
pip show mkdocs-material | grep -E ^Version
|
pip show mkdocs-material | grep -E ^Version
|
||||||
# Version 1.9.0
|
# Version 1.10.0
|
||||||
```
|
```
|
||||||
|
|
||||||
## Changelog
|
## 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>
|
### 1.9.0 <small> _ August 29, 2017</small>
|
||||||
|
|
||||||
* Added `info` (synonym: `todo`) style for Admonition
|
* Added `info` (synonym: `todo`) style for Admonition
|
||||||
* Added `question` (synonym: `help`, `faq`) style for Admonition
|
* Added `question` (synonym: `help`, `faq`) style for Admonition
|
||||||
* Added support for `pymdownx.details` Markdown extension
|
* Added support for Details from PyMdown Extensions package
|
||||||
* Improved Admonition styles to match `pymdownx.details`
|
* Improved Admonition styles to match Details
|
||||||
* Improved styles for social links in footer
|
* Improved styles for social links in footer
|
||||||
* Replaced ligatures with Unicode code points to avoid broken layout
|
* 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>
|
### 1.8.1 <small> _ August 7, 2017</small>
|
||||||
|
|
||||||
|
@ -24,7 +24,7 @@
|
|||||||
{% else %}
|
{% else %}
|
||||||
<link rel="shortcut icon" href="{{ base_url }}/assets/images/favicon.png">
|
<link rel="shortcut icon" href="{{ base_url }}/assets/images/favicon.png">
|
||||||
{% endif %}
|
{% 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 %}
|
{% endblock %}
|
||||||
{% block htmltitle %}
|
{% block htmltitle %}
|
||||||
{% if page and page.meta.title %}
|
{% if page and page.meta.title %}
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "mkdocs-material",
|
"name": "mkdocs-material",
|
||||||
"version": "1.9.0",
|
"version": "1.10.0",
|
||||||
"description": "A Material Design theme for MkDocs",
|
"description": "A Material Design theme for MkDocs",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"mkdocs",
|
"mkdocs",
|
||||||
|
Loading…
Reference in New Issue
Block a user