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

Prepare 2.1.1 release

This commit is contained in:
squidfunk 2017-11-21 21:39:48 +01:00 committed by Martin Donath
parent 81e433bf2e
commit 4c8bdd133f
5 changed files with 6145 additions and 3 deletions

View File

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

View File

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

View File

@ -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 %}

View File

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

6128
yarn.lock Normal file

File diff suppressed because it is too large Load Diff