Prepare 2.2.2 release

This commit is contained in:
squidfunk
2017-12-08 09:43:32 +01:00
committed by Martin Donath
parent 996e5b5e31
commit 98dfb83d43
7 changed files with 40 additions and 14 deletions

View File

@@ -301,9 +301,9 @@ theme:
Material for MkDocs supports internationalization (i18n) and provides
translations for all template variables and labels in English `en`, French `fr`,
German `de`, Spanish `es`, Italian `it`, Danish `da`, Portugese `pt`,
Polish `pl`, Norwegian `no`, Swedish `sv`, Korean `kr`, Russian `ru`,
Japanese `ja`, Chinese (Simplified) `zh` and Chinese (Traditional) `zh-Hant`.
Specify the language with:
Polish `pl`, Norwegian `no`, Dutch `nl`, Swedish `sv`, Korean `kr`,
Russian `ru`, Japanese `ja`, Chinese (Simplified) `zh` and Chinese (Traditional)
`zh-Hant`. Specify the language with:
``` yaml
theme:

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.2.1
# Version 2.2.2
```
### Material 1.x to 2.x
@@ -38,6 +38,12 @@ pip show mkdocs-material | grep -E ^Version
## Changelog
### 2.2.2 <small>_ December 8, 2017</small>
* Added Dutch translations
* Adjusted targeted link and footnote offsets
* Simplified Admonition styles and fixed padding bug
### 2.2.1 <small>_ December 2, 2017</small>
* Fixed [#616][616]: Minor styling error with title-only admonition blocks