File tree 5 files changed +13131
-37
lines changed
5 files changed +13131
-37
lines changed Original file line number Diff line number Diff line change
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
+
1
6
mkdocs-material-8.3.7 (2022-06-22)
2
7
3
8
* Fixed search being stuck initializing when using tags (8.3.4 regression)
Original file line number Diff line number Diff line change @@ -6,6 +6,11 @@ template: overrides/main.html
6
6
7
7
## Material for MkDocs
8
8
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
+
9
14
### 8.3.7 <small >_ June 22, 2022</small > { id="8.3.7" }
10
15
11
16
- Fixed search being stuck initializing when using tags (8.3.4 regression)
Original file line number Diff line number Diff line change 22
22
< link rel ="canonical " href ="{{ page.canonical_url }} ">
23
23
{% endif %}
24
24
< 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 ">
26
26
{% endblock %}
27
27
{% block htmltitle %}
28
28
{% if page.meta and page.meta.title %}
You can’t perform that action at this time.
0 commit comments