1
0
mirror of https://github.com/squidfunk/mkdocs-material.git synced 2024-09-25 03:48:24 +02:00

Merge pull request #112 from squidfunk/chore/prepare-1-0-2-release

Prepare 1.0.2 release
This commit is contained in:
Martin Donath 2017-01-15 11:30:23 +01:00 committed by GitHub
commit f81a0c578a
5 changed files with 13 additions and 5 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)
* Fixed massive repaints happening when scrolling

View File

@ -196,7 +196,7 @@ The Material theme uses a sophisticated asset pipeline using [Gulp][9] and
Webpack which can be started with the following command:
``` sh
npm run start
npm start
```
This will also start the MkDocs development server which will monitor changes

View File

@ -28,7 +28,7 @@ pip install mkdocs && mkdocs --version
# mkdocs, version 0.16.0
```
!!! warning "MkDocs for Material requirements"
!!! warning "MkDocs version requirements"
Material requires MkDocs >= 0.16.

View File

@ -17,14 +17,18 @@ pip show mkdocs-material | grep -E ^Version
## 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 footer back reference positions in case of overflow
* Fixed header logo from showing when the menu icon is rendered
* 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 ESLint and Stylelint for code style checks

View File

@ -1,6 +1,6 @@
{
"name": "mkdocs-material",
"version": "1.0.1",
"version": "1.0.2",
"description": "A Material Design theme for MkDocs",
"keywords": [
"mkdocs",