Skip to content

Commit 60067b7

Browse files
committed
Prepare 8.1.4 release
1 parent 7db5b8a commit 60067b7

File tree

5 files changed

+22
-10
lines changed

5 files changed

+22
-10
lines changed

CHANGELOG

+13-7
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
1-
mkdocs-material-8.1.3 (2012-12-19)
1+
mkdocs-material-8.1.4 (2022-01-02)
2+
3+
* Added indicator to navigation expander icon
4+
* Improved support for reduced motion preference
5+
* Fixed jitter of active content tab indicator
6+
7+
mkdocs-material-8.1.3 (2021-12-19)
28

39
* Added animation to active content tab indicator
410
* Fixed #3360: Highlighted lines add blank lines in copied text
@@ -8,13 +14,13 @@ mkdocs-material-8.1.2+insiders-4.5.0 (2021-12-16)
814

915
* Added support for navigation icons
1016

11-
mkdocs-material-8.1.2 (2012-12-15)
17+
mkdocs-material-8.1.2 (2021-12-15)
1218

1319
* Switched CSS sources to logical properties
1420
* Added transformation of logical properties to ltr/rtl equivalents
1521
* Fixed spacing for admonitions inside lists (8.1.1 regression)
1622

17-
mkdocs-material-8.1.1 (2012-12-13)
23+
mkdocs-material-8.1.1 (2021-12-13)
1824

1925
* Added support for #only-light and #only-dark image hash fragments
2026
* Fixed copy-to-clipboard adding blank lines when using line anchors
@@ -33,7 +39,7 @@ mkdocs-material-8.1.0+insiders-4.4.0 (2021-12-10)
3339
* Added new code annotation syntax modifier to strip comment
3440
* Updated German translations for cookie consent
3541

36-
mkdocs-material-8.1.0 (2012-12-10)
42+
mkdocs-material-8.1.0 (2021-12-10)
3743

3844
* Added basic support for code block line anchors
3945
* Switched code annotation markers to + signs to improve usability
@@ -43,7 +49,7 @@ mkdocs-material-8.1.0 (2012-12-10)
4349
* Improved and simplified code annotation positioning
4450
* Fixed syntax error in Russian translations
4551

46-
mkdocs-material-8.0.5 (2012-12-04)
52+
mkdocs-material-8.0.5 (2021-12-04)
4753

4854
* Fixed #3302: Footer refactoring induced ellipsis in some browsers
4955
* Fixed #3313: Details always rendered closed on load (8.0.4 regression)
@@ -53,7 +59,7 @@ mkdocs-material-8.0.4+insiders-4.3.0 (2021-12-05)
5359
* Added support for custom fonts in social cards
5460
* Fixed #3300: Announcement bar reappearing when using instant loading
5561

56-
mkdocs-material-8.0.4 (2012-12-04)
62+
mkdocs-material-8.0.4 (2021-12-04)
5763

5864
* Improved support for deeply nested code annotations
5965
* Improved code annotation and copy-to-clipboard interop
@@ -68,7 +74,7 @@ mkdocs-material-8.0.3+insiders-4.2.0 (2021-12-02)
6874
* Added support for dismissable announcement bar
6975
* Added support for named placeholders in feedback widget
7076

71-
mkdocs-material-8.0.3 (2012-12-02)
77+
mkdocs-material-8.0.3 (2021-12-02)
7278

7379
* Removed deprecated google_analytics setting (was forgotten in 8.0.0)
7480
* Fixed syntax error in Swedish and Polish translations

docs/changelog/index.md

+6
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ template: overrides/main.html
66

77
## Material for MkDocs
88

9+
### 8.1.4 <small>_ January 2, 2022</small> { id="8.1.4" }
10+
11+
- Added indicator to navigation expander icon
12+
- Improved support for reduced motion preference
13+
- Fixed jitter of active content tab indicator
14+
915
### 8.1.3 <small>_ December 19, 2021</small> { id="8.1.3" }
1016

1117
- Added animation to active content tab indicator

material/base.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<link rel="canonical" href="{{ page.canonical_url }}">
2323
{% endif %}
2424
<link rel="icon" href="{{ config.theme.favicon | url }}">
25-
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-8.1.3">
25+
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-8.1.4">
2626
{% endblock %}
2727
{% block htmltitle %}
2828
{% if page and page.meta and page.meta.title %}

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mkdocs-material",
3-
"version": "8.1.3",
3+
"version": "8.1.4",
44
"description": "A Material Design theme for MkDocs",
55
"keywords": [
66
"mkdocs",

0 commit comments

Comments
 (0)