Added 1.0.2 to changelog and release notes

This commit is contained in:
squidfunk 2017-01-15 11:27:48 +01:00
parent c691fff501
commit 96168d05d8
2 changed files with 10 additions and 2 deletions

View File

@ -1,3 +1,7 @@
mkdocs-material-1.0.2 (2017-01-15)
* Fixed horizontal scrollbar in content area
mkdocs-material-1.0.1 (2017-01-14) mkdocs-material-1.0.1 (2017-01-14)
* Fixed massive repaints happening when scrolling * Fixed massive repaints happening when scrolling

View File

@ -17,14 +17,18 @@ pip show mkdocs-material | grep -E ^Version
## Changelog ## Changelog
### 1.0.1 <small> _ January 14, 2017</small> ### 1.0.2 <small> _ January 15, 2017</small>
* Fixed horizontal scrollbar in content area
### 1.0.1 <small> _ January 14, 2017</small>
* Fixed massive repaints happening when scrolling * Fixed massive repaints happening when scrolling
* Fixed footer back reference positions in case of overflow * Fixed footer back reference positions in case of overflow
* Fixed header logo from showing when the menu icon is rendered * Fixed header logo from showing when the menu icon is rendered
* Changed scrollbar behavior to only show when content overflows * Changed scrollbar behavior to only show when content overflows
### 1.0.0 <small> _ January 13, 2017</small> ### 1.0.0 <small> _ January 13, 2017</small>
* Introduced Webpack for more sophisticated JavaScript bundling * Introduced Webpack for more sophisticated JavaScript bundling
* Introduced ESLint and Stylelint for code style checks * Introduced ESLint and Stylelint for code style checks