Prepare 5.2.0 release

This commit is contained in:
squidfunk 2020-05-18 21:43:06 +02:00
parent d114778636
commit 70ec1f8ede
5 changed files with 13 additions and 3 deletions

View File

@ -1,3 +1,8 @@
mkdocs-material-5.2.0 (2020-05-18)
* Added color schemes implementation + dark mode
* Fixed #1583: Missing option for separate link colors
mkdocs-material-5.1.7 (2020-05-16)
* Added keyboard focus support for overflowing code blocks

View File

@ -18,6 +18,11 @@ pip show mkdocs-material
## Changelog
### 5.2.0 <small>_ May 18, 2020</small>
* Added color schemes implementation + dark mode
* Fixed #1583: Missing option for separate link colors
### 5.1.7 <small>_ May 16, 2020</small>
* Added keyboard focus support for overflowing code blocks

View File

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

View File

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