mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-11-12 01:50:52 +01:00
Prepare 6.0.2 release
This commit is contained in:
parent
e149006af9
commit
0bd567b28d
@ -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
|
||||
|
@ -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`
|
||||
|
@ -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
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "mkdocs-material",
|
||||
"version": "6.0.1",
|
||||
"version": "6.0.2",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "mkdocs-material",
|
||||
"version": "6.0.1",
|
||||
"version": "6.0.2",
|
||||
"description": "A Material Design theme for MkDocs",
|
||||
"keywords": [
|
||||
"mkdocs",
|
||||
|
Loading…
Reference in New Issue
Block a user