mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-11-12 01:50:52 +01:00
Prepare 2.1.1 release
This commit is contained in:
parent
81e433bf2e
commit
4c8bdd133f
@ -1,3 +1,10 @@
|
||||
mkdocs-material-2.1.1 (2017-11-21)
|
||||
|
||||
* Replaced deprecated babel-preset-es2015 with babel-preset-env
|
||||
* Refactored Gulp build pipeline with Webpack
|
||||
* Removed right border on sidebars
|
||||
* Fixed broken color transition on header
|
||||
|
||||
mkdocs-material-2.1.0 (2017-11-19)
|
||||
|
||||
* Added support for white as a primary color
|
||||
|
@ -12,7 +12,7 @@ To determine the currently installed version, use the following command:
|
||||
|
||||
``` sh
|
||||
pip show mkdocs-material | grep -E ^Version
|
||||
# Version 2.1.0
|
||||
# Version 2.1.1
|
||||
```
|
||||
|
||||
### Material 1.x to 2.x
|
||||
@ -38,6 +38,13 @@ pip show mkdocs-material | grep -E ^Version
|
||||
|
||||
## Changelog
|
||||
|
||||
### 2.1.1 <small>_ November 21, 2017</small>
|
||||
|
||||
* Replaced deprecated `babel-preset-es2015` with `babel-preset-env`
|
||||
* Refactored Gulp build pipeline with Webpack
|
||||
* Removed right border on sidebars
|
||||
* Fixed broken color transition on header
|
||||
|
||||
### 2.1.0 <small>_ November 19, 2017</small>
|
||||
|
||||
* Added support for `white` as a primary color
|
||||
|
@ -34,7 +34,7 @@
|
||||
<meta name="lang:{{ key }}" content="{{ lang.t(key) }}">
|
||||
{% endfor %}
|
||||
<link rel="shortcut icon" href="{{ base_url }}/{{ config.theme.favicon }}">
|
||||
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-2.1.0">
|
||||
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-2.1.1">
|
||||
{% endblock %}
|
||||
{% block htmltitle %}
|
||||
{% if page and page.meta.title %}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "mkdocs-material",
|
||||
"version": "2.1.0",
|
||||
"version": "2.1.1",
|
||||
"description": "A Material Design theme for MkDocs",
|
||||
"keywords": [
|
||||
"mkdocs",
|
||||
|
Loading…
Reference in New Issue
Block a user