Prepare 5.1.5 release

This commit is contained in:
squidfunk 2020-05-03 18:18:00 +02:00
parent db7c28b20e
commit 828877c642
5 changed files with 17 additions and 3 deletions

View File

@ -1,3 +1,10 @@
mkdocs-material-5.1.5 (2020-05-03)
* Added name attribute for social links to set link title
* Fixed #1623: Allow arbitrary links in social links
* Fixed #1664: Height of iframe is not adjustable
* Fixed #1667: Sidebars are scrolled to bottom on load (bug in Chrome 81+)
mkdocs-material-5.1.4 (2020-04-30)
* Switched to @mdi/svg Material Design icon package

View File

@ -18,6 +18,13 @@ pip show mkdocs-material
## Changelog
### 5.1.5 <small>_ May 3, 2020</small>
* Added `name` attribute for social links to set link `title`
* Fixed #1623: Allow arbitrary links in social links
* Fixed #1664: Height of `iframe` is not adjustable
* Fixed #1667: Sidebars are scrolled to bottom on load (bug in Chrome 81+)
### 5.1.4 <small>_ April 30, 2020</small>
* Switched to [@mdi/svg][3] Material Design icon package

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

View File

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