mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2025-02-17 10:48:34 +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 stemmer support for file:// protocol through iframe-worker
|
||||||
* Fixed details marker showing for search result in Firefox
|
* Fixed details marker showing for search result in Firefox
|
||||||
|
@ -42,6 +42,13 @@ template: overrides/main.html
|
|||||||
|
|
||||||
## Material for MkDocs
|
## 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>
|
### 6.0.1 <small>_ September 26, 2020</small>
|
||||||
|
|
||||||
* Fixed stemmer support for `file://` protocol through `iframe-worker`
|
* Fixed stemmer support for `file://` protocol through `iframe-worker`
|
||||||
|
@ -22,7 +22,7 @@
|
|||||||
<meta name="author" content="{{ config.site_author }}">
|
<meta name="author" content="{{ config.site_author }}">
|
||||||
{% endif %}
|
{% endif %}
|
||||||
<link rel="shortcut icon" href="{{ config.theme.favicon | url }}">
|
<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 %}
|
{% endblock %}
|
||||||
{% block htmltitle %}
|
{% block htmltitle %}
|
||||||
{% if page and page.meta and page.meta.title %}
|
{% 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",
|
"name": "mkdocs-material",
|
||||||
"version": "6.0.1",
|
"version": "6.0.2",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "mkdocs-material",
|
"name": "mkdocs-material",
|
||||||
"version": "6.0.1",
|
"version": "6.0.2",
|
||||||
"description": "A Material Design theme for MkDocs",
|
"description": "A Material Design theme for MkDocs",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"mkdocs",
|
"mkdocs",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user