1
0
mirror of https://github.com/squidfunk/mkdocs-material.git synced 2024-11-12 01:50:52 +01:00

Prepare 6.0.1 release

This commit is contained in:
squidfunk 2020-09-28 00:10:46 +02:00
parent 49f014c536
commit f60b9d99e8
4 changed files with 12 additions and 3 deletions

View File

@ -42,6 +42,15 @@ template: overrides/main.html
## Material for MkDocs
### 6.0.1 <small>_ September 26, 2020</small>
* Fixed stemmer support for `file://` protocol through `iframe-worker`
* Fixed details marker showing for search result in Firefox
* Fixed tabbing behavior when search query is not empty
* Switched TypeScript compilation target to ES2015
* Reduced size of JavaScript by 36% (`176kb` -> `113kb`)
* Removed `mkdocs` and `readthedocs` themes from Docker image
### 6.0.0 <small>_ September 25, 2020</small>
* Improved search result look and feel

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

View File

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