1
0
mirror of https://github.com/squidfunk/mkdocs-material.git synced 2024-09-24 03:18:21 +02:00

Prepare 8.2.9 release

This commit is contained in:
squidfunk 2022-04-08 22:27:38 +02:00
parent d30cf5bd13
commit 007cbf845c
5 changed files with 17 additions and 6 deletions

View File

@ -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)

View File

@ -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

View File

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

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "mkdocs-material",
"version": "8.2.8",
"version": "8.2.9",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "mkdocs-material",
"version": "8.2.8",
"version": "8.2.9",
"license": "MIT",
"dependencies": {
"array-flat-polyfill": "^1.0.1",

View File

@ -1,6 +1,6 @@
{
"name": "mkdocs-material",
"version": "8.2.8",
"version": "8.2.9",
"description": "A Material Design theme for MkDocs",
"keywords": [
"mkdocs",