mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-11-12 01:50:52 +01:00
Prepare 8.0.4 release
This commit is contained in:
parent
8da3c9ad85
commit
6a348e6e81
10
CHANGELOG
10
CHANGELOG
@ -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)
|
mkdocs-material-8.0.3+insiders-4.2.0 (2021-12-02)
|
||||||
|
|
||||||
* Added support for dismissable announcement bar
|
* Added support for dismissable announcement bar
|
||||||
|
@ -6,6 +6,16 @@ template: overrides/main.html
|
|||||||
|
|
||||||
## Material for MkDocs
|
## 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" }
|
### 8.0.3 <small>_ December 2, 2021</small> { id="8.0.3" }
|
||||||
|
|
||||||
- Removed deprecated `google_analytics` setting (was forgotten in 8.0.0)
|
- Removed deprecated `google_analytics` setting (was forgotten in 8.0.0)
|
||||||
|
@ -22,7 +22,7 @@
|
|||||||
<link rel="canonical" href="{{ page.canonical_url }}">
|
<link rel="canonical" href="{{ page.canonical_url }}">
|
||||||
{% endif %}
|
{% endif %}
|
||||||
<link rel="icon" href="{{ config.theme.favicon | url }}">
|
<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 %}
|
{% endblock %}
|
||||||
{% block htmltitle %}
|
{% block htmltitle %}
|
||||||
{% if page and page.meta and page.meta.title %}
|
{% 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",
|
"name": "mkdocs-material",
|
||||||
"version": "8.0.3",
|
"version": "8.0.4",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "mkdocs-material",
|
"name": "mkdocs-material",
|
||||||
"version": "8.0.3",
|
"version": "8.0.4",
|
||||||
"description": "A Material Design theme for MkDocs",
|
"description": "A Material Design theme for MkDocs",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"mkdocs",
|
"mkdocs",
|
||||||
|
Loading…
Reference in New Issue
Block a user