mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-11-12 01:50:52 +01:00
Prepare 1.2.0 release
This commit is contained in:
parent
bbc48e75bf
commit
6f64bcc3e1
@ -1,3 +1,11 @@
|
|||||||
|
mkdocs-material-1.2.0 (2017-03-03)
|
||||||
|
|
||||||
|
* Added quote (synonym: cite) style for Admonition
|
||||||
|
* Added help message to build pipeline
|
||||||
|
* Fixed wrong navigation link colors when applying palette
|
||||||
|
* Fixed #197: Link missing in tabs navigation on deeply nested items
|
||||||
|
* Removed unnecessary dev dependencies
|
||||||
|
|
||||||
mkdocs-material-1.1.1 (2017-02-26)
|
mkdocs-material-1.1.1 (2017-02-26)
|
||||||
|
|
||||||
* Fixed incorrectly displayed nested lists when using tabs
|
* Fixed incorrectly displayed nested lists when using tabs
|
||||||
|
@ -12,11 +12,21 @@ 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.1.1
|
# Version 1.2.0
|
||||||
```
|
```
|
||||||
|
|
||||||
## Changelog
|
## Changelog
|
||||||
|
|
||||||
|
### 1.2.0 <small> _ March 3, 2017</small>
|
||||||
|
|
||||||
|
* Added `quote` (synonym: `cite`) style for Admonition
|
||||||
|
* Added help message to build pipeline
|
||||||
|
* Fixed wrong navigation link colors when applying palette
|
||||||
|
* Fixed [#197][197]: Link missing in tabs navigation on deeply nested items
|
||||||
|
* Removed unnecessary dev dependencies
|
||||||
|
|
||||||
|
[197]: https://github.com/squidfunk/mkdocs-material/issues/197
|
||||||
|
|
||||||
### 1.1.1 <small> _ February 26, 2017</small>
|
### 1.1.1 <small> _ February 26, 2017</small>
|
||||||
|
|
||||||
* Fixed incorrectly displayed nested lists when using tabs
|
* Fixed incorrectly displayed nested lists when using tabs
|
||||||
|
@ -19,7 +19,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.1.1">
|
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-1.2.0">
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
{% block htmltitle %}
|
{% block htmltitle %}
|
||||||
{% if page.title and not page.is_homepage %}
|
{% if page.title and not page.is_homepage %}
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "mkdocs-material",
|
"name": "mkdocs-material",
|
||||||
"version": "1.1.1",
|
"version": "1.2.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