Skip to content

Commit dcd4a3d

Browse files
committed
Prepare 8.5.8 release
1 parent 9e8446e commit dcd4a3d

File tree

5 files changed

+16
-4
lines changed

5 files changed

+16
-4
lines changed

Diff for: CHANGELOG

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
mkdocs-material-8.5.8 (2022-11-03)
2+
3+
* Added support for always showing settings in cookie consent
4+
* Fixed #4571: Buttons invisible if primary color is white or black
5+
* Fixed #4517: Illegible note in sequence diagram when using slate scheme
6+
17
mkdocs-material-8.5.7+insiders-4.26.0 (2022-10-22)
28

39
* Improved reporting of configuration errors in tags plugin

Diff for: docs/changelog/index.md

+6
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
## Material for MkDocs
44

5+
### 8.5.8 <small>_ November 3, 2022</small> { id="8.5.8" }
6+
7+
- Added support for always showing settings in cookie consent
8+
- Fixed #4571: Buttons invisible if primary color is `white` or `black`
9+
- Fixed #4517: Illegible note in sequence diagram when using `slate` scheme
10+
511
### 8.5.7 <small>_ October 22, 2022</small> { id="8.5.7" }
612

713
- Deprecated additional admonition qualifiers to reduce size of CSS

Diff for: material/base.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<link rel="canonical" href="{{ page.canonical_url }}">
2323
{% endif %}
2424
<link rel="icon" href="{{ config.theme.favicon | url }}">
25-
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-8.5.7">
25+
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-8.5.8">
2626
{% endblock %}
2727
{% block htmltitle %}
2828
{% if page.meta and page.meta.title %}

Diff for: package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mkdocs-material",
3-
"version": "8.5.7",
3+
"version": "8.5.8",
44
"description": "Documentation that simply works",
55
"keywords": [
66
"mkdocs",

0 commit comments

Comments
 (0)