Skip to content

Commit d014b21

Browse files
committed
Prepare 2.2.1 release
1 parent e81054c commit d014b21

7 files changed

Lines changed: 20 additions & 6 deletions

File tree

CHANGELOG

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
mkdocs-material-2.2.1 (2017-12-02)
22

3+
* Fixed #616: Minor styling error with title-only admonition blocks
34
* Removed border for table of contents and improved spacing
45

56
mkdocs-material-2.2.0 (2017-11-22)

docs/customization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ yarn run watch
210210

211211
This will also start the MkDocs development server which will monitor changes
212212
on assets, templates and documentation. Point your browser to
213-
[localhost:8000][11] and you should see this documentation in front of you.
213+
[localhost:8000][10] and you should see this documentation in front of you.
214214

215215
For example, changing the color palette is as simple as changing the
216216
`$md-color-primary` and `$md-color-accent` variables in

docs/getting-started.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -348,6 +348,12 @@ French `fr`, German `de`, Spanish `es`, Italian `it`, Dutch `du`, Danish `da`,
348348
Portguese `pt`, Finnish `fi`, Romanian `ro`, Hungarian `hu`, Russian `ru`,
349349
Norwegian `no`, Swedish `sv`, Japanese `jp` and Turkish `tr`.
350350

351+
!!! info "Search language support for Chinese"
352+
353+
[lunr-languages][18] currently doesn't include a stemmer for Chinese or
354+
other Asian languages, but some users reported the Japanese stemmer to
355+
work quite well for those cases.
356+
351357
!!! warning "Only specify the languages you really need"
352358

353359
Be aware that including support for other languages increases the general

docs/release-notes.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ To determine the currently installed version, use the following command:
1212

1313
``` sh
1414
pip show mkdocs-material | grep -E ^Version
15-
# Version 2.2.0
15+
# Version 2.2.1
1616
```
1717

1818
### Material 1.x to 2.x
@@ -38,6 +38,13 @@ pip show mkdocs-material | grep -E ^Version
3838

3939
## Changelog
4040

41+
### 2.2.1 <small>_ December 2, 2017</small>
42+
43+
* Fixed [#616][616]: Minor styling error with title-only admonition blocks
44+
* Removed border for table of contents and improved spacing
45+
46+
[616]: https://github.com/squidfunk/mkdocs-material/issues/616
47+
4148
### 2.2.0 <small>_ November 22, 2017</small>
4249

4350
* Added support for hero teaser

material/assets/stylesheets/application.f4dc4a07.css renamed to material/assets/stylesheets/application.41c6761c.css

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

material/base.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
{% endif %}
4747
{% endblock %}
4848
{% block styles %}
49-
<link rel="stylesheet" href="{{ base_url }}/assets/stylesheets/application.f4dc4a07.css">
49+
<link rel="stylesheet" href="{{ base_url }}/assets/stylesheets/application.41c6761c.css">
5050
{% if palette.primary or palette.accent %}
5151
<link rel="stylesheet" href="{{ base_url }}/assets/stylesheets/application-palette.792431c1.css">
5252
{% endif %}

src/assets/stylesheets/layout/_tabs.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@
133133

134134
// Render link same as main navigation title
135135
> .md-nav__link {
136-
margin-top: 1.2rem;
136+
margin-top: 0;
137137
font-weight: 700;
138138
pointer-events: none;
139139

0 commit comments

Comments
 (0)