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

Prepare 2.2.1 release

parent e81054ce
No related branches found
No related tags found
No related merge requests found
mkdocs-material-2.2.1 (2017-12-02) 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 * Removed border for table of contents and improved spacing
mkdocs-material-2.2.0 (2017-11-22) mkdocs-material-2.2.0 (2017-11-22)
......
...@@ -210,7 +210,7 @@ yarn run watch ...@@ -210,7 +210,7 @@ yarn run watch
This will also start the MkDocs development server which will monitor changes This will also start the MkDocs development server which will monitor changes
on assets, templates and documentation. Point your browser to 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 For example, changing the color palette is as simple as changing the
`$md-color-primary` and `$md-color-accent` variables in `$md-color-primary` and `$md-color-accent` variables in
......
...@@ -348,6 +348,12 @@ French `fr`, German `de`, Spanish `es`, Italian `it`, Dutch `du`, Danish `da`, ...@@ -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`, Portguese `pt`, Finnish `fi`, Romanian `ro`, Hungarian `hu`, Russian `ru`,
Norwegian `no`, Swedish `sv`, Japanese `jp` and Turkish `tr`. 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" !!! warning "Only specify the languages you really need"
Be aware that including support for other languages increases the general Be aware that including support for other languages increases the general
......
...@@ -12,7 +12,7 @@ To determine the currently installed version, use the following command: ...@@ -12,7 +12,7 @@ To determine the currently installed version, use the following command:
``` sh ``` sh
pip show mkdocs-material | grep -E ^Version pip show mkdocs-material | grep -E ^Version
# Version 2.2.0 # Version 2.2.1
``` ```
### Material 1.x to 2.x ### Material 1.x to 2.x
...@@ -38,6 +38,13 @@ pip show mkdocs-material | grep -E ^Version ...@@ -38,6 +38,13 @@ pip show mkdocs-material | grep -E ^Version
## Changelog ## 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> ### 2.2.0 <small>_ November 22, 2017</small>
* Added support for hero teaser * Added support for hero teaser
......
...@@ -46,7 +46,7 @@ ...@@ -46,7 +46,7 @@
{% endif %} {% endif %}
{% endblock %} {% endblock %}
{% block styles %} {% 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 %} {% if palette.primary or palette.accent %}
<link rel="stylesheet" href="{{ base_url }}/assets/stylesheets/application-palette.792431c1.css"> <link rel="stylesheet" href="{{ base_url }}/assets/stylesheets/application-palette.792431c1.css">
{% endif %} {% endif %}
......
...@@ -133,7 +133,7 @@ ...@@ -133,7 +133,7 @@
// Render link same as main navigation title // Render link same as main navigation title
> .md-nav__link { > .md-nav__link {
margin-top: 1.2rem; margin-top: 0;
font-weight: 700; font-weight: 700;
pointer-events: none; pointer-events: none;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment