mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Prepare 7.0.4 release
This commit is contained in:
parent
5a510cedb3
commit
4abeac52e5
11
CHANGELOG
11
CHANGELOG
@ -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
|
||||
|
@ -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)
|
||||
|
@ -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
|
||||
|
@ -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
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "mkdocs-material",
|
||||
"version": "7.0.3",
|
||||
"version": "7.0.4",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "mkdocs-material",
|
||||
"version": "7.0.3",
|
||||
"version": "7.0.4",
|
||||
"description": "A Material Design theme for MkDocs",
|
||||
"keywords": [
|
||||
"mkdocs",
|
||||
|
Loading…
Reference in New Issue
Block a user