Skip to content

Commit 79bd4ff

Browse files
committed
Prepare 7.3.4 release
1 parent 53be9f3 commit 79bd4ff

File tree

5 files changed

+19
-3
lines changed

5 files changed

+19
-3
lines changed

CHANGELOG

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
mkdocs-material-7.3.4 (2021-10-17)
2+
3+
* Bumped MkDocs version to 1.2.3 to mitigate CVE-2021-40978
4+
* Fixed spacing issues when using integrate table of contents with tabs
5+
* Fixed some spacings issues for right-to-left languages
6+
* Fixed race condition in search intialization
7+
18
mkdocs-material-7.3.2+insiders-3.1.3 (2021-10-12)
29

310
* Added warnings to search plugin for unsupported options and syntax

docs/changelog/index.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,15 @@ template: overrides/main.html
66

77
## Material for MkDocs
88

9+
### 7.3.4 <small>_ October 17, 2021</small> { id="7.3.4" }
10+
11+
- Bumped MkDocs version to 1.2.3 to mitigate [CVE-2021-40978]
12+
- Fixed spacing issues when using integrate table of contents with tabs
13+
- Fixed some spacings issues for right-to-left languages
14+
- Fixed race condition in search intialization
15+
16+
[CVE-2021-40978]: https://nvd.nist.gov/vuln/detail/CVE-2021-40978
17+
918
### 7.3.3 <small>_ October 11, 2021</small> { id="7.3.3" }
1019

1120
- Rewrite of entire documentation

material/base.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<link rel="canonical" href="{{ page.canonical_url }}">
2828
{% endif %}
2929
<link rel="icon" href="{{ config.theme.favicon | url }}">
30-
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-7.3.3">
30+
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-7.3.4">
3131
{% endblock %}
3232
{% block htmltitle %}
3333
{% if page and page.meta and page.meta.title %}

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mkdocs-material",
3-
"version": "7.3.3",
3+
"version": "7.3.4",
44
"description": "A Material Design theme for MkDocs",
55
"keywords": [
66
"mkdocs",

0 commit comments

Comments
 (0)