Skip to content

Commit

Permalink
Prepare 8.2.9 release
Browse files Browse the repository at this point in the history
  • Loading branch information
squidfunk committed Apr 8, 2022
1 parent d30cf5b commit 007cbf8
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 6 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG
@@ -1,7 +1,10 @@
Unreleased
mkdocs-material-8.2.9 (2022-04-08)

* Fixed #3782: Admonition titles have extra pixels on wide screens in Firefox
* Mitigate flicker on color palette switch by disabling all transitions
* Fixed search suggestions not triggered when following deep link
* Fixed incorrectly computed header height when using instant loading
* Fixed #3782: Admonition titles have extra pixels on wide screens in Firefox
* Fixed #3802: Always render table of contents container (except when hidden)

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

Expand Down
8 changes: 8 additions & 0 deletions docs/changelog/index.md
Expand Up @@ -6,6 +6,14 @@ template: overrides/main.html

## Material for MkDocs

### 8.2.9 <small>_ April 8, 2022</small> { id="8.2.9" }

- Mitigate flicker on color palette switch by disabling all transitions
- Fixed search suggestions not triggered when following deep link
- Fixed incorrectly computed header height when using instant loading
- Fixed #3782: Admonition titles have extra pixels on wide screens in Firefox
- Fixed #3802: Always render table of contents container (except when hidden)

### 8.2.8 <small>_ March 27, 2022</small> { id="8.2.8" }

- Bumped MkDocs version to 1.3.0 to mitigate breaking changes in Jinja
Expand Down
2 changes: 1 addition & 1 deletion material/base.html
Expand Up @@ -22,7 +22,7 @@
<link rel="canonical" href="{{ page.canonical_url }}">
{% endif %}
<link rel="icon" href="{{ config.theme.favicon | url }}">
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-8.2.8">
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-8.2.9">
{% endblock %}
{% block htmltitle %}
{% if page and page.meta and page.meta.title %}
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "mkdocs-material",
"version": "8.2.8",
"version": "8.2.9",
"description": "A Material Design theme for MkDocs",
"keywords": [
"mkdocs",
Expand Down

0 comments on commit 007cbf8

Please sign in to comment.