Skip to content

Commit ac892c3

Browse files
committed
Prepare 8.3.7 release
1 parent e3ce3db commit ac892c3

File tree

5 files changed

+11
-3
lines changed

5 files changed

+11
-3
lines changed

Diff for: CHANGELOG

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
mkdocs-material-8.3.7 (2022-06-22)
2+
3+
* Fixed search being stuck initializing when using tags (8.3.4 regression)
4+
15
mkdocs-material-8.3.6+insiders-4.18.2 (2022-06-16)
26

37
* Fixed #4026: Fixed tooltips not mounted for nested navigation links

Diff for: docs/changelog/index.md

+4
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ template: overrides/main.html
66

77
## Material for MkDocs
88

9+
### 8.3.7 <small>_ June 22, 2022</small> { id="8.3.7" }
10+
11+
- Fixed search being stuck initializing when using tags (8.3.4 regression)
12+
913
### 8.3.6 <small>_ June 16, 2022</small> { id="8.3.6" }
1014

1115
- Fixed #4028: Links not clickable when using versioning (8.3.5 regression)

Diff for: material/base.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<link rel="canonical" href="{{ page.canonical_url }}">
2323
{% endif %}
2424
<link rel="icon" href="{{ config.theme.favicon | url }}">
25-
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-8.3.6">
25+
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-8.3.7">
2626
{% endblock %}
2727
{% block htmltitle %}
2828
{% if page.meta and page.meta.title %}

Diff for: package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mkdocs-material",
3-
"version": "8.3.6",
3+
"version": "8.3.7",
44
"description": "Documentation that simply works",
55
"keywords": [
66
"mkdocs",

0 commit comments

Comments
 (0)