1
0
mirror of https://github.com/squidfunk/mkdocs-material.git synced 2024-09-24 03:18:21 +02:00

Prepare 8.0.4 release

This commit is contained in:
squidfunk 2021-12-04 13:16:50 +01:00
parent 8da3c9ad85
commit 6a348e6e81
5 changed files with 23 additions and 3 deletions

View File

@ -1,3 +1,13 @@
mkdocs-material-8.0.4 (2012-12-04)
* Improved support for deeply nested code annotations
* Improved code annotation and copy-to-clipboard interop
* Improved styling for code annotations inside admonitions
* Fixed #3294: Lists after code blocks without code annotations disappearing
* Fixed #3274: Invalid anchor positioning when using instant loading
* Fixed several positioning issues for code annotations
* Fixed JavaScript source map roots
mkdocs-material-8.0.3+insiders-4.2.0 (2021-12-02)
* Added support for dismissable announcement bar

View File

@ -6,6 +6,16 @@ template: overrides/main.html
## Material for MkDocs
### 8.0.4 <small>_ December 4, 2021</small> { id="8.0.4" }
- Improved support for deeply nested code annotations
- Improved code annotation and copy-to-clipboard interop
- Improved styling for code annotations inside admonitions
- Fixed #3294: Lists after code blocks without code annotations disappearing
- Fixed #3274: Invalid anchor positioning when using instant loading
- Fixed several positioning issues for code annotations
- Fixed JavaScript source map roots
### 8.0.3 <small>_ December 2, 2021</small> { id="8.0.3" }
- Removed deprecated `google_analytics` setting (was forgotten in 8.0.0)

View File

@ -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.0.3">
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-8.0.4">
{% endblock %}
{% block htmltitle %}
{% if page and page.meta and page.meta.title %}

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "mkdocs-material",
"version": "8.0.3",
"version": "8.0.4",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "mkdocs-material",
"version": "8.0.3",
"version": "8.0.4",
"description": "A Material Design theme for MkDocs",
"keywords": [
"mkdocs",