Skip to content
Snippets Groups Projects
Commit f81a0c57 authored by Martin Donath's avatar Martin Donath Committed by GitHub
Browse files

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

Prepare 1.0.2 release
parents c101debc 96168d05
No related branches found
No related tags found
No related merge requests found
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
......
......@@ -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
......
......@@ -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.
......
......@@ -17,6 +17,10 @@ pip show mkdocs-material | grep -E ^Version
## Changelog
### 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
......
{
"name": "mkdocs-material",
"version": "1.0.1",
"version": "1.0.2",
"description": "A Material Design theme for MkDocs",
"keywords": [
"mkdocs",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment