Prepare 5.5.10 release

This commit is contained in:
squidfunk
2020-08-28 18:41:48 +02:00
parent 96f58edae6
commit e66fd1755b
5 changed files with 13 additions and 3 deletions

View File

@@ -1,3 +1,8 @@
mkdocs-material-5.5.10 (2020-08-28)
* Improved rendering by moving Disqus integration after page load
* Fixed #1887: Moved navigation icons to CSS to reduce size of HTML
mkdocs-material-5.5.9+insiders-1.3.0 (2020-08-26) mkdocs-material-5.5.9+insiders-1.3.0 (2020-08-26)
* Added support for user-selectable color palettes * Added support for user-selectable color palettes

View File

@@ -26,6 +26,11 @@ template: overrides/main.html
## Material for MkDocs ## Material for MkDocs
### 5.5.10 <small>_ August 28, 2020</small>
* Improved rendering by moving Disqus integration after page load
* Fixed #1887: Moved navigation icons to CSS to reduce size of HTML
### 5.5.9 <small>_ August 26, 2020</small> ### 5.5.9 <small>_ August 26, 2020</small>
* Added Esperanto translations * Added Esperanto translations

View File

@@ -29,7 +29,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-5.5.9"> <meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-5.5.10">
{% 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
View File

@@ -1,6 +1,6 @@
{ {
"name": "mkdocs-material", "name": "mkdocs-material",
"version": "5.5.9", "version": "5.5.10",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {

View File

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