Prepare 2.2.1 release

This commit is contained in:
squidfunk 2017-12-02 14:56:06 +01:00 committed by Martin Donath
parent e81054ceb6
commit d014b21bd5
7 changed files with 20 additions and 6 deletions

View File

@ -1,5 +1,6 @@
mkdocs-material-2.2.1 (2017-12-02)
* Fixed #616: Minor styling error with title-only admonition blocks
* Removed border for table of contents and improved spacing
mkdocs-material-2.2.0 (2017-11-22)

View File

@ -210,7 +210,7 @@ yarn run watch
This will also start the MkDocs development server which will monitor changes
on assets, templates and documentation. Point your browser to
[localhost:8000][11] and you should see this documentation in front of you.
[localhost:8000][10] and you should see this documentation in front of you.
For example, changing the color palette is as simple as changing the
`$md-color-primary` and `$md-color-accent` variables in

View File

@ -348,6 +348,12 @@ 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`.
!!! info "Search language support for Chinese"
[lunr-languages][18] currently doesn't include a stemmer for Chinese or
other Asian languages, but some users reported the Japanese stemmer to
work quite well for those cases.
!!! warning "Only specify the languages you really need"
Be aware that including support for other languages increases the general

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.0
# Version 2.2.1
```
### Material 1.x to 2.x
@ -38,6 +38,13 @@ pip show mkdocs-material | grep -E ^Version
## Changelog
### 2.2.1 <small>_ December 2, 2017</small>
* Fixed [#616][616]: Minor styling error with title-only admonition blocks
* Removed border for table of contents and improved spacing
[616]: https://github.com/squidfunk/mkdocs-material/issues/616
### 2.2.0 <small>_ November 22, 2017</small>
* Added support for hero teaser

View File

@ -46,7 +46,7 @@
{% endif %}
{% endblock %}
{% block styles %}
<link rel="stylesheet" href="{{ base_url }}/assets/stylesheets/application.f4dc4a07.css">
<link rel="stylesheet" href="{{ base_url }}/assets/stylesheets/application.41c6761c.css">
{% if palette.primary or palette.accent %}
<link rel="stylesheet" href="{{ base_url }}/assets/stylesheets/application-palette.792431c1.css">
{% endif %}

View File

@ -133,7 +133,7 @@
// Render link same as main navigation title
> .md-nav__link {
margin-top: 1.2rem;
margin-top: 0;
font-weight: 700;
pointer-events: none;