mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Prepare 8.2.4 release
This commit is contained in:
parent
cb95798fa5
commit
2b32493056
@ -1,3 +1,9 @@
|
||||
mkdocs-material-8.2.4 (2022-03-02)
|
||||
|
||||
* Fixed malformed Google Fonts URL when a font setting was omitted
|
||||
* Fixed #3648: Fixed specificity issue with admonitions in lists
|
||||
* Fixed #3653: Invalid outdated version banner URL when using instant loading
|
||||
|
||||
mkdocs-material-8.2.3+insiders-4.10.0 (2022-02-27)
|
||||
|
||||
* Added support for offline plugin (supersedes offline search support)
|
||||
|
@ -6,6 +6,12 @@ template: overrides/main.html
|
||||
|
||||
## Material for MkDocs
|
||||
|
||||
### 8.2.4 <small>_ March 2, 2022</small> { id="8.2.4" }
|
||||
|
||||
- Fixed malformed Google Fonts URL when a font setting was omitted
|
||||
- Fixed #3648: Fixed specificity issue with admonitions in lists
|
||||
- Fixed #3653: Invalid outdated version banner URL when using instant loading
|
||||
|
||||
### 8.2.3 <small>_ February 27, 2022</small> { id="8.2.3" }
|
||||
|
||||
- Fixed #3578: Active element in table of contents off-by-one on large screens
|
||||
|
@ -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.3">
|
||||
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-8.2.4">
|
||||
{% 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.3",
|
||||
"version": "8.2.4",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "mkdocs-material",
|
||||
"version": "8.2.3",
|
||||
"version": "8.2.4",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"array-flat-polyfill": "^1.0.1",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "mkdocs-material",
|
||||
"version": "8.2.3",
|
||||
"version": "8.2.4",
|
||||
"description": "A Material Design theme for MkDocs",
|
||||
"keywords": [
|
||||
"mkdocs",
|
||||
|
Loading…
Reference in New Issue
Block a user