mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Prepare 4.1.0 release
This commit is contained in:
parent
1aa8aeb252
commit
c06ba21f18
@ -1,3 +1,8 @@
|
||||
mkdocs-material-4.1.0 (2019-03-22)
|
||||
|
||||
* Fixed #1023: Search for Asian languages broken after Lunr.js update
|
||||
* Fixed #1026: contenteditable elements loose focus on hotkeys
|
||||
|
||||
mkdocs-material-4.0.2 (2019-03-01)
|
||||
|
||||
* Fixed #1012: HTML character entities appear in search result titles
|
||||
|
@ -64,6 +64,11 @@ pip show mkdocs-material
|
||||
|
||||
## Changelog
|
||||
|
||||
### 4.1.0 <small>_ March 22, 2019</small>
|
||||
|
||||
* Fixed #1023: Search for Asian languages broken after Lunr.js update
|
||||
* Fixed #1026: contenteditable elements loose focus on hotkeys
|
||||
|
||||
### 4.0.2 <small>_ March 1, 2019</small>
|
||||
|
||||
* Fixed #1012: HTML character entities appear in search result titles
|
||||
|
6
material/assets/javascripts/application.51c3f73e.js
Normal file
6
material/assets/javascripts/application.51c3f73e.js
Normal file
File diff suppressed because one or more lines are too long
@ -41,7 +41,7 @@
|
||||
<meta name="lang:{{ key }}" content="{{ lang.t(key) }}">
|
||||
{% endfor %}
|
||||
<link rel="shortcut icon" href="{{ config.theme.favicon | url }}">
|
||||
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-4.0.2">
|
||||
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-4.1.0">
|
||||
{% endblock %}
|
||||
{% block htmltitle %}
|
||||
{% if page and page.meta and page.meta.title %}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "mkdocs-material",
|
||||
"version": "4.0.2",
|
||||
"version": "4.1.0",
|
||||
"description": "A Material Design theme for MkDocs",
|
||||
"keywords": [
|
||||
"mkdocs",
|
||||
|
Loading…
Reference in New Issue
Block a user