Skip to content

Commit

Permalink
Prepare 1.10.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
squidfunk committed Sep 1, 2017
1 parent 1511c43 commit a37bdac
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
mkdocs-material-1.x.x (2017-XX-XX)
mkdocs-material-1.10.0 (2017-09-01)

* Added support to make logo default icon configurable
* Fixed uninitialized overflow scrolling on main pane for iOS
Expand Down
16 changes: 12 additions & 4 deletions docs/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,20 +12,28 @@ To determine the currently installed version, use the following command:

``` sh
pip show mkdocs-material | grep -E ^Version
# Version 1.9.0
# Version 1.10.0
```

## Changelog

### 1.10.0 <small> _ September 1, 2017</small>

* Added support to make logo default icon configurable
* Fixed uninitialized overflow scrolling on main pane for iOS
* Fixed error in mobile navigation in case JavaScript is not available
* Fixed incorrect color transition for nested panes in mobile navigation
* Improved checkbox styles for Tasklist from PyMdown Extension package

### 1.9.0 <small> _ August 29, 2017</small>

* Added `info` (synonym: `todo`) style for Admonition
* Added `question` (synonym: `help`, `faq`) style for Admonition
* Added support for `pymdownx.details` Markdown extension
* Improved Admonition styles to match `pymdownx.details`
* Added support for Details from PyMdown Extensions package
* Improved Admonition styles to match Details
* Improved styles for social links in footer
* Replaced ligatures with Unicode code points to avoid broken layout
* Upgraded PyMdown Extension package dependency to >= 3.4
* Upgraded PyMdown Extensions package dependency to >= 3.4

### 1.8.1 <small> _ August 7, 2017</small>

Expand Down
2 changes: 1 addition & 1 deletion material/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
{% else %}
<link rel="shortcut icon" href="{{ base_url }}/assets/images/favicon.png">
{% endif %}
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-1.9.0">
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-1.10.0">
{% endblock %}
{% block htmltitle %}
{% if page and page.meta.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.9.0",
"version": "1.10.0",
"description": "A Material Design theme for MkDocs",
"keywords": [
"mkdocs",
Expand Down

0 comments on commit a37bdac

Please sign in to comment.