mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-11-12 01:50:52 +01:00
Prepare 8.1.4 release
This commit is contained in:
parent
7db5b8ab8b
commit
60067b7ba6
20
CHANGELOG
20
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
|
||||
@ -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
|
||||
@ -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
|
||||
@ -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)
|
||||
@ -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
|
||||
@ -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
|
||||
|
@ -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
|
||||
|
@ -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 %}
|
||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "mkdocs-material",
|
||||
"version": "8.1.3",
|
||||
"version": "8.1.4",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "mkdocs-material",
|
||||
"version": "8.1.3",
|
||||
"version": "8.1.4",
|
||||
"description": "A Material Design theme for MkDocs",
|
||||
"keywords": [
|
||||
"mkdocs",
|
||||
|
Loading…
Reference in New Issue
Block a user