diff --git a/CHANGELOG b/CHANGELOG index 6a00b5188dbf4a37b238fe333391c9b4b8abb8f7..b0e8557815d47d8affe4e2fde9a903a87cc5cbc7 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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 diff --git a/docs/changelog/index.md b/docs/changelog/index.md index acf3dd4873238ae67e70cd840a47ee02ce5cb104..2e740824b78b573a717596eafe704cc709b55dbb 100644 --- a/docs/changelog/index.md +++ b/docs/changelog/index.md @@ -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 diff --git a/material/base.html b/material/base.html index 2c2c68d368b3476f78b27c9ae3d6108191fc3268..a4c689f0f9717b2adeb767e10968cf356dee1142 100644 --- a/material/base.html +++ b/material/base.html @@ -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 %} diff --git a/package-lock.json b/package-lock.json index 05c1e1c0d8cb73536435b8dd069544eaf097fdb2..7b2a0a8beb2338c964fd8c34f3006598bcfca705 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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", diff --git a/package.json b/package.json index 995b40de476fdfba63ee5ae451ef0aa05f1b5531..3638b4eb712ea16135700a8c55d67a40102ea27f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mkdocs-material", - "version": "8.5.7", + "version": "8.5.8", "description": "Documentation that simply works", "keywords": [ "mkdocs",