File tree Expand file tree Collapse file tree 5 files changed +17
-6
lines changed Expand file tree Collapse file tree 5 files changed +17
-6
lines changed Original file line number Diff line number Diff line change 1- Unreleased
1+ mkdocs-material-8.2.9 (2022-04-08)
22
3- * Fixed #3782: Admonition titles have extra pixels on wide screens in Firefox
43 * Mitigate flicker on color palette switch by disabling all transitions
4+ * Fixed search suggestions not triggered when following deep link
5+ * Fixed incorrectly computed header height when using instant loading
6+ * Fixed #3782: Admonition titles have extra pixels on wide screens in Firefox
7+ * Fixed #3802: Always render table of contents container (except when hidden)
58
69mkdocs-material-8.2.8+insiders-4.12.0 (2022-03-27)
710
Original file line number Diff line number Diff line change @@ -6,6 +6,14 @@ template: overrides/main.html
66
77## Material for MkDocs
88
9+ ### 8.2.9 <small >_ April 8, 2022</small > { id="8.2.9" }
10+
11+ - Mitigate flicker on color palette switch by disabling all transitions
12+ - Fixed search suggestions not triggered when following deep link
13+ - Fixed incorrectly computed header height when using instant loading
14+ - Fixed #3782 : Admonition titles have extra pixels on wide screens in Firefox
15+ - Fixed #3802 : Always render table of contents container (except when hidden)
16+
917### 8.2.8 <small >_ March 27, 2022</small > { id="8.2.8" }
1018
1119- Bumped MkDocs version to 1.3.0 to mitigate breaking changes in Jinja
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.2.8 ">
25+ < meta name ="generator " content ="mkdocs-{{ mkdocs_version }}, mkdocs-material-8.2.9 ">
2626 {% endblock %}
2727 {% block htmltitle %}
2828 {% if page and page.meta and page.meta.title %}
Original file line number Diff line number Diff line change 11{
22 "name" : " mkdocs-material" ,
3- "version" : " 8.2.8 " ,
3+ "version" : " 8.2.9 " ,
44 "description" : " A Material Design theme for MkDocs" ,
55 "keywords" : [
66 " mkdocs" ,
You can’t perform that action at this time.
0 commit comments