Skip to content

Commit 6f8b640

Browse files
committed
Prepare 8.3.8 release
1 parent 5ed0489 commit 6f8b640

File tree

5 files changed

+13131
-37
lines changed

5 files changed

+13131
-37
lines changed

Diff for: CHANGELOG

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
mkdocs-material-8.3.8 (2022-06-22)
2+
3+
* Fixed #4053: Limit width of videos to content area
4+
* Fixed empty tags in front matter breaking search
5+
16
mkdocs-material-8.3.7 (2022-06-22)
27

38
* Fixed search being stuck initializing when using tags (8.3.4 regression)

Diff for: docs/changelog/index.md

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

77
## Material for MkDocs
88

9+
### 8.3.8 <small>_ June 24, 2022</small> { id="8.3.8" }
10+
11+
- Fixed #4053: Limit width of videos to content area
12+
- Fixed empty tags in front matter breaking search
13+
914
### 8.3.7 <small>_ June 22, 2022</small> { id="8.3.7" }
1015

1116
- Fixed search being stuck initializing when using tags (8.3.4 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.7">
25+
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-8.3.8">
2626
{% endblock %}
2727
{% block htmltitle %}
2828
{% if page.meta and page.meta.title %}

0 commit comments

Comments
 (0)