mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Prepare 8.5.8 release
This commit is contained in:
parent
9e8446e357
commit
dcd4a3d73f
@ -1,3 +1,9 @@
|
||||
mkdocs-material-8.5.8 (2022-11-03)
|
||||
|
||||
* Added support for always showing settings in cookie consent
|
||||
* Fixed #4571: Buttons invisible if primary color is white or black
|
||||
* Fixed #4517: Illegible note in sequence diagram when using slate scheme
|
||||
|
||||
mkdocs-material-8.5.7+insiders-4.26.0 (2022-10-22)
|
||||
|
||||
* Improved reporting of configuration errors in tags plugin
|
||||
|
@ -2,6 +2,12 @@
|
||||
|
||||
## Material for MkDocs
|
||||
|
||||
### 8.5.8 <small>_ November 3, 2022</small> { id="8.5.8" }
|
||||
|
||||
- Added support for always showing settings in cookie consent
|
||||
- Fixed #4571: Buttons invisible if primary color is `white` or `black`
|
||||
- Fixed #4517: Illegible note in sequence diagram when using `slate` scheme
|
||||
|
||||
### 8.5.7 <small>_ October 22, 2022</small> { id="8.5.7" }
|
||||
|
||||
- Deprecated additional admonition qualifiers to reduce size of CSS
|
||||
|
@ -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.5.7">
|
||||
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-8.5.8">
|
||||
{% endblock %}
|
||||
{% block htmltitle %}
|
||||
{% if 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.5.7",
|
||||
"version": "8.5.8",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "mkdocs-material",
|
||||
"version": "8.5.7",
|
||||
"version": "8.5.8",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"array-flat-polyfill": "^1.0.1",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "mkdocs-material",
|
||||
"version": "8.5.7",
|
||||
"version": "8.5.8",
|
||||
"description": "Documentation that simply works",
|
||||
"keywords": [
|
||||
"mkdocs",
|
||||
|
Loading…
Reference in New Issue
Block a user