mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Prepare 5.5.8 release
This commit is contained in:
parent
8ee168954f
commit
6e5255a2d4
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "mkdocs-material",
|
||||
"version": "5.5.7",
|
||||
"version": "5.5.8",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "mkdocs-material",
|
||||
"version": "5.5.7",
|
||||
"version": "5.5.8",
|
||||
"description": "A Material Design theme for MkDocs",
|
||||
"keywords": [
|
||||
"mkdocs",
|
||||
|
Loading…
Reference in New Issue
Block a user