Skip to content
Snippets Groups Projects
Commit 57142f14 authored by squidfunk's avatar squidfunk Committed by Martin Donath
Browse files

Prepare 2.1.0 release

parent 20c89a9c
No related branches found
No related tags found
No related merge requests found
mkdocs-material-2.1.0 (2017-11-19)
* Added support for white as a primary color
* Added support for sliding site name and title
* Fixed redundant clipboard button when using line numbers on code blocks
* Improved header appearance by making it taller
* Improved tabs appearance
* Improved CSS customizability by leveraging inheritance
* Removed scroll shadows via background-attachment
mkdocs-material-2.0.4 (2017-11-05)
* Fixed details not opening with footnote reference
......
......@@ -300,10 +300,10 @@ 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`, Polish `pl`, Norwegian
`no`, Swedish `sv`, Korean `kr`, Russian `ru`, Japanese `ja`, Chinese
(Simplified) `zh` and Chinese (Traditional) `zh-Hant`. Specify the language
with:
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:
``` yaml
theme:
......@@ -344,9 +344,9 @@ All defined languages are used only for stemming. This will automatically load
the stemmers for the specified languages and set them up with site search.
At the time of writing, the following languages are supported: English `en`,
French `fr`, German `de`, Spanish `es`, Italian `it`, Japanese `jp`, Dutch `du`,
Danish `da`, Portguese `pt`, Finnish `fi`, Romanian `ro`, Hungarian `hu`,
Russian `ru`, Norwegian `no`, Swedish `sv` and Turkish `tr`.
French `fr`, German `de`, Spanish `es`, Italian `it`, Dutch `du`, Danish `da`,
Portguese `pt`, Finnish `fi`, Romanian `ro`, Hungarian `hu`, Russian `ru`,
Norwegian `no`, Swedish `sv`, Japanese `jp` and Turkish `tr`.
!!! warning "Only specify the languages you really need"
......
......@@ -12,7 +12,7 @@ To determine the currently installed version, use the following command:
``` sh
pip show mkdocs-material | grep -E ^Version
# Version 2.0.4
# Version 2.1.0
```
### Material 1.x to 2.x
......@@ -38,6 +38,16 @@ pip show mkdocs-material | grep -E ^Version
## Changelog
### 2.1.0 <small>_ November 19, 2017</small>
* Added support for `white` as a primary color
* Added support for sliding site name and title
* Fixed redundant clipboard button when using line numbers on code blocks
* Improved header appearance by making it taller
* Improved tabs appearance
* Improved CSS customizability by leveraging inheritance
* Removed scroll shadows via `background-attachment`
### 2.0.4 <small>_ November 5, 2017</small>
* Fixed `details` not opening with footnote reference
......
......@@ -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.0.4">
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-2.1.0">
{% endblock %}
{% block htmltitle %}
{% if page and page.meta.title %}
......
{
"name": "mkdocs-material",
"version": "2.0.4",
"version": "2.1.0",
"description": "A Material Design theme for MkDocs",
"keywords": [
"mkdocs",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment