Skip to content

Commit 84bc19c

Browse files
committed
Prepare 8.5.9 release
1 parent 074a0c8 commit 84bc19c

File tree

5 files changed

+14
-4
lines changed

5 files changed

+14
-4
lines changed

Diff for: CHANGELOG

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
mkdocs-material-8.5.9 (2022-11-08)
2+
3+
* Fixed #4600: Illegible link colors for black and white primary colors
4+
* Fixed #4594: Need to set schema to change link color
5+
16
mkdocs-material-8.5.8+insiders-4.26.2 (2022-11-03)
27

38
* Updated MkDocs to 1.4.2

Diff for: docs/changelog/index.md

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

33
## Material for MkDocs
44

5+
### 8.5.9 <small>_ November 8, 2022</small> { id="8.5.9" }
6+
7+
- Fixed #4600: Illegible link colors for black and white primary colors
8+
- Fixed #4594: Need to set schema to change link color
9+
510
### 8.5.8 <small>_ November 3, 2022</small> { id="8.5.8" }
611

712
- Added support for always showing settings in cookie consent

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.8">
25+
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-8.5.9">
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.8",
3+
"version": "8.5.9",
44
"description": "Documentation that simply works",
55
"keywords": [
66
"mkdocs",

0 commit comments

Comments
 (0)