mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-11-27 17:00:54 +01:00
Prepare 1.0.3 release
This commit is contained in:
parent
80be8bb1ec
commit
f71359ce65
@ -1,6 +1,12 @@
|
|||||||
|
mkdocs-material-1.0.3 (2017-01-22)
|
||||||
|
|
||||||
|
* Fixed #117: Table of contents items don't blur on fast scrolling
|
||||||
|
* Refactored sidebar positioning logic
|
||||||
|
* Further reduction of repaints
|
||||||
|
|
||||||
mkdocs-material-1.0.2 (2017-01-15)
|
mkdocs-material-1.0.2 (2017-01-15)
|
||||||
|
|
||||||
* Fixed horizontal scrollbar in content area
|
* Fixed #108: Horizontal scrollbar in content area
|
||||||
|
|
||||||
mkdocs-material-1.0.1 (2017-01-14)
|
mkdocs-material-1.0.1 (2017-01-14)
|
||||||
|
|
||||||
|
@ -12,14 +12,24 @@ 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.0
|
# Version 1.0.3
|
||||||
```
|
```
|
||||||
|
|
||||||
## Changelog
|
## Changelog
|
||||||
|
|
||||||
|
### 1.0.3 <small> _ January 22, 2017</small>
|
||||||
|
|
||||||
|
* Fixed [#117][117]: Table of contents items don't blur on fast scrolling
|
||||||
|
* Refactored sidebar positioning logic
|
||||||
|
* Further reduction of repaints
|
||||||
|
|
||||||
|
[117]: https://github.com/squidfunk/mkdocs-material/issues/117
|
||||||
|
|
||||||
### 1.0.2 <small> _ January 15, 2017</small>
|
### 1.0.2 <small> _ January 15, 2017</small>
|
||||||
|
|
||||||
* Fixed horizontal scrollbar in content area
|
* Fixed [#108][108]: Horizontal scrollbar in content area
|
||||||
|
|
||||||
|
[108]: https://github.com/squidfunk/mkdocs-material/issues/108
|
||||||
|
|
||||||
### 1.0.1 <small> _ January 14, 2017</small>
|
### 1.0.1 <small> _ January 14, 2017</small>
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "mkdocs-material",
|
"name": "mkdocs-material",
|
||||||
"version": "1.0.2",
|
"version": "1.0.3",
|
||||||
"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