Skip to content

Commit

Permalink
Merge pull request #107 from squidfunk/chore/prepare-1.0.1-release
Browse files Browse the repository at this point in the history
Prepare 1.0.1 release
  • Loading branch information
squidfunk committed Jan 14, 2017
2 parents a463798 + 5593f99 commit b54813f
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
mkdocs-material-1.0.1 (2017-01-14)

* 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

mkdocs-material-1.0.0 (2017-01-13)

* Introduced Webpack for more sophisticated JavaScript bundling
Expand Down
7 changes: 7 additions & 0 deletions docs/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,13 @@ pip show mkdocs-material | grep -E ^Version

## Changelog

### 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>

* Introduced Webpack for more sophisticated JavaScript bundling
Expand Down
2 changes: 1 addition & 1 deletion material/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
{% else %}
<link rel="shortcut icon" href="{{ base_url }}/assets/images/favicon.ico">
{% endif %}
<meta name="generator" content="mkdocs+mkdocs-material#1.0.0">
<meta name="generator" content="mkdocs+mkdocs-material#1.0.1">
{% endblock %}
{% block htmltitle %}
{% if page.title %}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mkdocs-material",
"version": "1.0.0",
"version": "1.0.1",
"description": "A Material Design theme for MkDocs",
"keywords": [
"mkdocs",
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
# Package description
setup(
name = "mkdocs-material",
version = "1.0.0",
version = "1.0.1",
url = "http://squidfunk.github.io/mkdocs-material/",
license = "MIT",
description = "A Material Design theme for MkDocs",
Expand Down

0 comments on commit b54813f

Please sign in to comment.