mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-11-12 01:50:52 +01:00
Prepare 5.1.2 release
This commit is contained in:
parent
ab5535ca61
commit
12ec077e70
10
CHANGELOG
10
CHANGELOG
@ -1,3 +1,13 @@
|
||||
mkdocs-material-5.1.2 (2020-04-26)
|
||||
|
||||
* Added status information to search observable
|
||||
* Added status information to search modal
|
||||
* Removed announcement bar from print media
|
||||
* Removed media query packing logic due to race conditions
|
||||
* Fixed #1520: Gracefully disable search on file:// if Worker fails
|
||||
* Fixed re-submission of query after search is initialized
|
||||
* Fixed jitter of sidebars on all browsers by switching to sticky
|
||||
|
||||
mkdocs-material-5.1.1 (2020-04-17)
|
||||
|
||||
* Added new FontAwesome icons
|
||||
|
@ -18,6 +18,16 @@ pip show mkdocs-material
|
||||
|
||||
## Changelog
|
||||
|
||||
### 5.1.2 <small>_ April 26, 2020</small>
|
||||
|
||||
* Added status information to search observable
|
||||
* Added status information to search modal
|
||||
* Removed announcement bar from print media
|
||||
* Removed media query packing logic due to race conditions
|
||||
* Fixed #1520: Gracefully disable search on `file://` if Worker fails
|
||||
* Fixed re-submission of query after search is initialized
|
||||
* Fixed jitter of sidebars on all browsers by switching to `sticky`
|
||||
|
||||
### 5.1.1 <small>_ April 17, 2020</small>
|
||||
|
||||
* Added new FontAwesome icons
|
||||
|
@ -29,7 +29,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-5.1.1">
|
||||
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-5.1.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": "5.1.1",
|
||||
"version": "5.1.2",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "mkdocs-material",
|
||||
"version": "5.1.1",
|
||||
"version": "5.1.2",
|
||||
"description": "A Material Design theme for MkDocs",
|
||||
"keywords": [
|
||||
"mkdocs",
|
||||
|
Loading…
Reference in New Issue
Block a user