mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Prepare 1.0.4 release
This commit is contained in:
parent
4927e57c88
commit
8f5aa8ad5f
@ -1,3 +1,10 @@
|
|||||||
|
mkdocs-material-1.0.4 (2017-02-16)
|
||||||
|
|
||||||
|
* Fixed #142: Documentation build errors if h1 is defined as raw HTML
|
||||||
|
* Fixed #164: PyPI release does not build and install
|
||||||
|
* Fixed offsets of targeted headlines
|
||||||
|
* Increased sidebar font size by 0.12rem
|
||||||
|
|
||||||
mkdocs-material-1.0.3 (2017-01-22)
|
mkdocs-material-1.0.3 (2017-01-22)
|
||||||
|
|
||||||
* Fixed #117: Table of contents items don't blur on fast scrolling
|
* Fixed #117: Table of contents items don't blur on fast scrolling
|
||||||
|
@ -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.0.3
|
# Version 1.0.4
|
||||||
```
|
```
|
||||||
|
|
||||||
## Changelog
|
## Changelog
|
||||||
|
|
||||||
|
### 1.0.4 <small> _ February 16, 2017</small>
|
||||||
|
|
||||||
|
* Fixed [#142][142]: Documentation build errors if `h1` is defined as raw HTML
|
||||||
|
* Fixed [#164][164]: PyPI release does not build and install
|
||||||
|
* Fixed offsets of targeted headlines
|
||||||
|
* Increased sidebar font size by `0.12rem`
|
||||||
|
|
||||||
|
[142]: https://github.com/squidfunk/mkdocs-material/issues/142
|
||||||
|
[164]: https://github.com/squidfunk/mkdocs-material/issues/164
|
||||||
|
|
||||||
### 1.0.3 <small> _ January 22, 2017</small>
|
### 1.0.3 <small> _ January 22, 2017</small>
|
||||||
|
|
||||||
* Fixed [#117][117]: Table of contents items don't blur on fast scrolling
|
* Fixed [#117][117]: Table of contents items don't blur on fast scrolling
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "mkdocs-material",
|
"name": "mkdocs-material",
|
||||||
"version": "1.0.3",
|
"version": "1.0.4",
|
||||||
"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