diff --git a/CHANGELOG b/CHANGELOG index 84f7551c5886614ed7586b6b7c28880f6b56c0e6..d6a4efcf45d7705f06700b6813bd931537291ed6 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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) - * Fixed horizontal scrollbar in content area + * Fixed #108: Horizontal scrollbar in content area mkdocs-material-1.0.1 (2017-01-14) diff --git a/docs/release-notes.md b/docs/release-notes.md index adc7e09a9b7a3408fe814cbeb19c0e99fb9c7379..c7e40131b989a65cc2bd74dddfc42bd252255254 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -12,14 +12,24 @@ To determine the currently installed version, use the following command: ``` sh pip show mkdocs-material | grep -E ^Version -# Version 1.0.0 +# Version 1.0.3 ``` ## 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> - * 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> diff --git a/package.json b/package.json index 158f69abdfd82f297051155f9251912719ca1d09..1eb2e32dddf68e9cbc885a85f8b953ffe8fc7580 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mkdocs-material", - "version": "1.0.2", + "version": "1.0.3", "description": "A Material Design theme for MkDocs", "keywords": [ "mkdocs",