mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Prepare 5.5.9 release
This commit is contained in:
parent
4488256885
commit
51bfdce50a
@ -1,3 +1,8 @@
|
||||
mkdocs-material-5.5.9 (2020-08-26)
|
||||
|
||||
* Added Esperanto translations
|
||||
* Fixed #1884: External links not included in navigation tabs
|
||||
|
||||
mkdocs-material-5.5.8 (2020-08-23)
|
||||
|
||||
* Removed focus outline on details and content tabs for pointer devices
|
||||
|
@ -22,6 +22,11 @@ template: overrides/main.html
|
||||
|
||||
## Material for MkDocs
|
||||
|
||||
### 5.5.9 <small>_ August 26, 2020</small>
|
||||
|
||||
* Added Esperanto translations
|
||||
* Fixed #1884: External links not included in navigation tabs
|
||||
|
||||
### 5.5.8 <small>_ August 23, 2020</small>
|
||||
|
||||
* Removed focus outline on `details` and content tabs for pointer devices
|
||||
|
@ -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.8">
|
||||
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-5.5.9">
|
||||
{% 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.8",
|
||||
"version": "5.5.9",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "mkdocs-material",
|
||||
"version": "5.5.8",
|
||||
"version": "5.5.9",
|
||||
"description": "A Material Design theme for MkDocs",
|
||||
"keywords": [
|
||||
"mkdocs",
|
||||
|
Loading…
Reference in New Issue
Block a user