File tree Expand file tree Collapse file tree 5 files changed +13131
-37
lines changed Expand file tree Collapse file tree 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+
16mkdocs-material-8.3.7 (2022-06-22)
27
38 * 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
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)
Original file line number Diff line number Diff line change 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 %}
You can’t perform that action at this time.
0 commit comments