mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-11-24 07:30:12 +01:00
Prepare 1.7.1 release
This commit is contained in:
parent
6abed20acb
commit
42d208560f
@ -1,3 +1,8 @@
|
|||||||
|
mkdocs-material-1.7.1 (2017-06-01)
|
||||||
|
|
||||||
|
* Fixed wrong z-index order of header, overlay and drawer
|
||||||
|
* Fixed wrong offset of targeted footnote back references
|
||||||
|
|
||||||
mkdocs-material-1.7.0 (2017-06-01)
|
mkdocs-material-1.7.0 (2017-06-01)
|
||||||
|
|
||||||
* Added "copy to clipboard" buttons to code blocks
|
* Added "copy to clipboard" buttons to code blocks
|
||||||
|
@ -12,11 +12,16 @@ 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.7.0
|
# Version 1.7.1
|
||||||
```
|
```
|
||||||
|
|
||||||
## Changelog
|
## Changelog
|
||||||
|
|
||||||
|
### 1.7.1 <small> _ June 1, 2017</small>
|
||||||
|
|
||||||
|
* Fixed wrong `z-index` order of header, overlay and drawer
|
||||||
|
* Fixed wrong offset of targeted footnote back references
|
||||||
|
|
||||||
### 1.7.0 <small> _ June 1, 2017</small>
|
### 1.7.0 <small> _ June 1, 2017</small>
|
||||||
|
|
||||||
* Added "copy to clipboard" buttons to code blocks
|
* Added "copy to clipboard" buttons to code blocks
|
||||||
|
@ -23,7 +23,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.7.0">
|
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-1.7.1">
|
||||||
{% 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.7.0",
|
"version": "1.7.1",
|
||||||
"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