Skip to content
Permalink
Browse files

Prepare 5.5.8 release

  • Loading branch information
squidfunk committed Aug 23, 2020
1 parent 8ee1689 commit 6e5255a2d49a8051f84a4141bdcfb298a8f9a520
Showing with 19 additions and 3 deletions.
  1. +8 −0 CHANGELOG
  2. +8 −0 docs/changelog.md
  3. +1 −1 material/base.html
  4. +1 −1 package-lock.json
  5. +1 −1 package.json
@@ -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 %}

Some generated files are not rendered by default. Learn more.

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

0 comments on commit 6e5255a

Please sign in to comment.