File tree 5 files changed +17
-6
lines changed
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)
2
2
3
- * Fixed #3782: Admonition titles have extra pixels on wide screens in Firefox
4
3
* 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)
5
8
6
9
mkdocs-material-8.2.8+insiders-4.12.0 (2022-03-27)
7
10
Original file line number Diff line number Diff line change @@ -6,6 +6,14 @@ template: overrides/main.html
6
6
7
7
## Material for MkDocs
8
8
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
+
9
17
### 8.2.8 <small >_ March 27, 2022</small > { id="8.2.8" }
10
18
11
19
- Bumped MkDocs version to 1.3.0 to mitigate breaking changes in Jinja
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.2.8 ">
25
+ < meta name ="generator " content ="mkdocs-{{ mkdocs_version }}, mkdocs-material-8.2.9 ">
26
26
{% endblock %}
27
27
{% block htmltitle %}
28
28
{% if page and page.meta and page.meta.title %}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " mkdocs-material" ,
3
- "version" : " 8.2.8 " ,
3
+ "version" : " 8.2.9 " ,
4
4
"description" : " A Material Design theme for MkDocs" ,
5
5
"keywords" : [
6
6
" mkdocs" ,
You can’t perform that action at this time.
0 commit comments