mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Prepare 8.2.9 release
This commit is contained in:
parent
d30cf5bd13
commit
007cbf845c
@ -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)
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
4
package-lock.json
generated
@ -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",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "mkdocs-material",
|
||||
"version": "8.2.8",
|
||||
"version": "8.2.9",
|
||||
"description": "A Material Design theme for MkDocs",
|
||||
"keywords": [
|
||||
"mkdocs",
|
||||
|
Loading…
Reference in New Issue
Block a user