Prepare 5.5.8 release

This commit is contained in:
squidfunk 2020-08-23 11:47:52 +02:00
parent 8ee168954f
commit 6e5255a2d4
5 changed files with 19 additions and 3 deletions

View File

@ -1,3 +1,11 @@
mkdocs-material-5.5.8 (2020-08-23)
* Removed focus outline on details and content tabs for pointer devices
* Improved accessibility of content tabs (now navigable via arrow keys)
* Fixed #1877: 404 on search index when search is disabled
* Fixed some memleaks in observable subscriptions
* Fixed color definitions for theme-color meta tag
mkdocs-material-5.5.7 (2020-08-16)
* Improved contrast ratio to 4.5:1 for syntax highlighting

View File

@ -22,6 +22,14 @@ template: overrides/main.html
## Material for MkDocs
### 5.5.8 <small>_ August 23, 2020</small>
* Removed focus outline on `details` and content tabs for pointer devices
* Improved accessibility of content tabs (now navigable via arrow keys)
* Fixed #1877: `404` on search index when search is disabled
* Fixed some memleaks in observable subscriptions
* Fixed color definitions for `theme-color` meta tag
### 5.5.7 <small>_ August 16, 2020</small>
* Improved contrast ratio to 4.5:1 for syntax highlighting

View File

@ -29,7 +29,7 @@
<meta name="author" content="{{ config.site_author }}">
{% endif %}
<link rel="shortcut icon" href="{{ config.theme.favicon | url }}">
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-5.5.7">
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-5.5.8">
{% endblock %}
{% block htmltitle %}
{% if page and page.meta and page.meta.title %}

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "mkdocs-material",
"version": "5.5.7",
"version": "5.5.8",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "mkdocs-material",
"version": "5.5.7",
"version": "5.5.8",
"description": "A Material Design theme for MkDocs",
"keywords": [
"mkdocs",