Skip to content

Commit 007cbf8

Browse files
committed
Prepare 8.2.9 release
1 parent d30cf5b commit 007cbf8

File tree

5 files changed

+17
-6
lines changed

5 files changed

+17
-6
lines changed

CHANGELOG

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
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

69
mkdocs-material-8.2.8+insiders-4.12.0 (2022-03-27)
710

docs/changelog/index.md

+8
Original file line numberDiff line numberDiff 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

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.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 %}

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",

0 commit comments

Comments
 (0)