mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-11-23 23:21:00 +01:00
Prepare 7.3.4 release
This commit is contained in:
parent
53be9f3ec5
commit
79bd4ff59c
@ -1,3 +1,10 @@
|
||||
mkdocs-material-7.3.4 (2021-10-17)
|
||||
|
||||
* Bumped MkDocs version to 1.2.3 to mitigate CVE-2021-40978
|
||||
* Fixed spacing issues when using integrate table of contents with tabs
|
||||
* Fixed some spacings issues for right-to-left languages
|
||||
* Fixed race condition in search intialization
|
||||
|
||||
mkdocs-material-7.3.2+insiders-3.1.3 (2021-10-12)
|
||||
|
||||
* Added warnings to search plugin for unsupported options and syntax
|
||||
|
@ -6,6 +6,15 @@ template: overrides/main.html
|
||||
|
||||
## Material for MkDocs
|
||||
|
||||
### 7.3.4 <small>_ October 17, 2021</small> { id="7.3.4" }
|
||||
|
||||
- Bumped MkDocs version to 1.2.3 to mitigate [CVE-2021-40978]
|
||||
- Fixed spacing issues when using integrate table of contents with tabs
|
||||
- Fixed some spacings issues for right-to-left languages
|
||||
- Fixed race condition in search intialization
|
||||
|
||||
[CVE-2021-40978]: https://nvd.nist.gov/vuln/detail/CVE-2021-40978
|
||||
|
||||
### 7.3.3 <small>_ October 11, 2021</small> { id="7.3.3" }
|
||||
|
||||
- Rewrite of entire documentation
|
||||
|
@ -27,7 +27,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-7.3.3">
|
||||
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-7.3.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.3.3",
|
||||
"version": "7.3.4",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "mkdocs-material",
|
||||
"version": "7.3.3",
|
||||
"version": "7.3.4",
|
||||
"description": "A Material Design theme for MkDocs",
|
||||
"keywords": [
|
||||
"mkdocs",
|
||||
|
Loading…
Reference in New Issue
Block a user