Skip to content

Commit

Permalink
Prepare 8.1.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
squidfunk committed Jan 2, 2022
1 parent 7db5b8a commit 60067b7
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 10 deletions.
20 changes: 13 additions & 7 deletions CHANGELOG
@@ -1,4 +1,10 @@
mkdocs-material-8.1.3 (2012-12-19)
mkdocs-material-8.1.4 (2022-01-02)

* Added indicator to navigation expander icon
* Improved support for reduced motion preference
* Fixed jitter of active content tab indicator

mkdocs-material-8.1.3 (2021-12-19)

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

* Added support for navigation icons

mkdocs-material-8.1.2 (2012-12-15)
mkdocs-material-8.1.2 (2021-12-15)

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

mkdocs-material-8.1.1 (2012-12-13)
mkdocs-material-8.1.1 (2021-12-13)

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

mkdocs-material-8.1.0 (2012-12-10)
mkdocs-material-8.1.0 (2021-12-10)

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

mkdocs-material-8.0.5 (2012-12-04)
mkdocs-material-8.0.5 (2021-12-04)

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

mkdocs-material-8.0.4 (2012-12-04)
mkdocs-material-8.0.4 (2021-12-04)

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

mkdocs-material-8.0.3 (2012-12-02)
mkdocs-material-8.0.3 (2021-12-02)

* Removed deprecated google_analytics setting (was forgotten in 8.0.0)
* Fixed syntax error in Swedish and Polish translations
Expand Down
6 changes: 6 additions & 0 deletions docs/changelog/index.md
Expand Up @@ -6,6 +6,12 @@ template: overrides/main.html

## Material for MkDocs

### 8.1.4 <small>_ January 2, 2022</small> { id="8.1.4" }

- Added indicator to navigation expander icon
- Improved support for reduced motion preference
- Fixed jitter of active content tab indicator

### 8.1.3 <small>_ December 19, 2021</small> { id="8.1.3" }

- Added animation to active content tab indicator
Expand Down
2 changes: 1 addition & 1 deletion material/base.html
Expand Up @@ -22,7 +22,7 @@
<link rel="canonical" href="{{ page.canonical_url }}">
{% endif %}
<link rel="icon" href="{{ config.theme.favicon | url }}">
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-8.1.3">
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-8.1.4">
{% endblock %}
{% block htmltitle %}
{% if page and page.meta and page.meta.title %}
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "mkdocs-material",
"version": "8.1.3",
"version": "8.1.4",
"description": "A Material Design theme for MkDocs",
"keywords": [
"mkdocs",
Expand Down

0 comments on commit 60067b7

Please sign in to comment.