mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-11-24 07:30:12 +01:00
Prepare 8.5.9 release
This commit is contained in:
parent
074a0c86cd
commit
84bc19c24d
@ -1,3 +1,8 @@
|
|||||||
|
mkdocs-material-8.5.9 (2022-11-08)
|
||||||
|
|
||||||
|
* Fixed #4600: Illegible link colors for black and white primary colors
|
||||||
|
* Fixed #4594: Need to set schema to change link color
|
||||||
|
|
||||||
mkdocs-material-8.5.8+insiders-4.26.2 (2022-11-03)
|
mkdocs-material-8.5.8+insiders-4.26.2 (2022-11-03)
|
||||||
|
|
||||||
* Updated MkDocs to 1.4.2
|
* Updated MkDocs to 1.4.2
|
||||||
|
@ -2,6 +2,11 @@
|
|||||||
|
|
||||||
## Material for MkDocs
|
## Material for MkDocs
|
||||||
|
|
||||||
|
### 8.5.9 <small>_ November 8, 2022</small> { id="8.5.9" }
|
||||||
|
|
||||||
|
- Fixed #4600: Illegible link colors for black and white primary colors
|
||||||
|
- Fixed #4594: Need to set schema to change link color
|
||||||
|
|
||||||
### 8.5.8 <small>_ November 3, 2022</small> { id="8.5.8" }
|
### 8.5.8 <small>_ November 3, 2022</small> { id="8.5.8" }
|
||||||
|
|
||||||
- Added support for always showing settings in cookie consent
|
- Added support for always showing settings in cookie consent
|
||||||
|
@ -22,7 +22,7 @@
|
|||||||
<link rel="canonical" href="{{ page.canonical_url }}">
|
<link rel="canonical" href="{{ page.canonical_url }}">
|
||||||
{% endif %}
|
{% endif %}
|
||||||
<link rel="icon" href="{{ config.theme.favicon | url }}">
|
<link rel="icon" href="{{ config.theme.favicon | url }}">
|
||||||
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-8.5.8">
|
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-8.5.9">
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
{% block htmltitle %}
|
{% block htmltitle %}
|
||||||
{% if page.meta and page.meta.title %}
|
{% if page.meta and page.meta.title %}
|
||||||
|
4
package-lock.json
generated
4
package-lock.json
generated
@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "mkdocs-material",
|
"name": "mkdocs-material",
|
||||||
"version": "8.5.8",
|
"version": "8.5.9",
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 2,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "mkdocs-material",
|
"name": "mkdocs-material",
|
||||||
"version": "8.5.8",
|
"version": "8.5.9",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"array-flat-polyfill": "^1.0.1",
|
"array-flat-polyfill": "^1.0.1",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "mkdocs-material",
|
"name": "mkdocs-material",
|
||||||
"version": "8.5.8",
|
"version": "8.5.9",
|
||||||
"description": "Documentation that simply works",
|
"description": "Documentation that simply works",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"mkdocs",
|
"mkdocs",
|
||||||
|
Loading…
Reference in New Issue
Block a user