Prepare 7.0.4 release

This commit is contained in:
squidfunk 2021-03-04 18:35:48 +01:00
parent 5a510cedb3
commit 4abeac52e5
6 changed files with 25 additions and 3 deletions

View File

@ -1,3 +1,14 @@
mkdocs-material-7.0.4 (2021-03-04)
* Added Islandic translations
* Fixed #2386: Section close requires two clicks (navigation expansion)
* Fixed console error when search is disabled (7.0.0 regression)
* Fixed localsearch integration (7.0.0 regression)
mkdocs-material-7.0.3+insiders-2.2.0 (2021-02-28)
* Added support for code block annotations
mkdocs-material-7.0.3+insiders-2.1.0 (2021-02-26)
* Added support for anchor tracking

View File

@ -6,6 +6,13 @@ template: overrides/main.html
## Material for MkDocs
### 7.0.4 <small>_ March 4, 2021</small>
- Added Islandic translations
- Fixed #2386: Section close requires two clicks (navigation expansion)
- Fixed console error when search is disabled (7.0.0 regression)
- Fixed localsearch integration (7.0.0 regression)
### 7.0.3 <small>_ February 26, 2021</small>
- Fixed JavaScript errors in older browsers (target ES2020 -> ES2015)

View File

@ -6,6 +6,10 @@ template: overrides/main.html
## Material for MkDocs Insiders
### 2.2.0 <small>_ February 28, 2021</small>
- Added support for code block annotations
### 2.1.0 <small>_ February 26, 2021</small>
- Added support for anchor tracking

View File

@ -27,7 +27,7 @@
<link rel="canonical" href="{{ page.canonical_url }}">
{% endif %}
<link rel="shortcut icon" href="{{ config.theme.favicon | url }}">
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-7.0.3">
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-7.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": "7.0.3",
"version": "7.0.4",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

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