1
0
mirror of https://github.com/squidfunk/mkdocs-material.git synced 2024-09-24 03:18:21 +02:00

Prepare 6.0.2 release

This commit is contained in:
squidfunk 2020-10-04 14:48:59 +02:00
parent e149006af9
commit 0bd567b28d
5 changed files with 18 additions and 4 deletions

View File

@ -1,4 +1,11 @@
mkdocs-material-6.1.1 (2020-09-26)
mkdocs-material-6.0.2 (2020-10-04)
* Added Georgian translations
* Added escaping for link title attributes where necessary
* Fixed #1956: Pages with whitespace in names have invalid links in search
* Removed unnecessary (duplicated) link title attributes
mkdocs-material-6.0.1 (2020-09-26)
* Fixed stemmer support for file:// protocol through iframe-worker
* Fixed details marker showing for search result in Firefox

View File

@ -42,6 +42,13 @@ template: overrides/main.html
## Material for MkDocs
### 6.0.2 <small>_ October 4, 2020</small>
* Added Georgian translations
* Added escaping for link `title` attributes where necessary
* Fixed #1956: Pages with whitespace in names have invalid links in search
* Removed unnecessary (duplicated) link `title` attributes
### 6.0.1 <small>_ September 26, 2020</small>
* Fixed stemmer support for `file://` protocol through `iframe-worker`

View File

@ -22,7 +22,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-6.0.1">
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-6.0.2">
{% 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": "6.0.1",
"version": "6.0.2",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

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