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

Prepare 5.0.2 release

This commit is contained in:
squidfunk 2020-04-10 12:34:45 +02:00
parent 524aeb6d88
commit 65482d466b
5 changed files with 18 additions and 4 deletions

View File

@ -1,6 +1,13 @@
mkdocs-material-5.0.2 (2020-04-10)
* Added CSS source maps to distribution files
* Fixed errors in Chinese (Traditional) translations
* Fixed creation of stale directory on installation from git
* Improved overflow scrolling behavior on iOS (reduced bundle size by 4kb)
mkdocs-material-5.0.1 (2020-04-07) mkdocs-material-5.0.1 (2020-04-07)
* Fixed syntax error in Spanish translation * Fixed syntax error in Spanish translations
mkdocs-material-5.0.0 (2020-04-07) mkdocs-material-5.0.0 (2020-04-07)

View File

@ -18,6 +18,13 @@ pip show mkdocs-material
## Changelog ## Changelog
### 5.0.2 <small>_ April 10, 2020</small>
* Added CSS source maps to distribution files
* Fixed errors in Chinese (Traditional) translations
* Fixed creation of stale directory on installation from git
* Improved overflow scrolling behavior on iOS (reduced bundle size by `4kb`)
### 5.0.1 <small>_ April 7, 2020</small> ### 5.0.1 <small>_ April 7, 2020</small>
* Fixed syntax error in Spanish translation * Fixed syntax error in Spanish translation

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.0.1"> <meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-5.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
View File

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

View File

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