Prepare 5.1.6 release

This commit is contained in:
squidfunk 2020-05-09 14:13:33 +02:00
parent 62abdd1517
commit bebf63d257
5 changed files with 15 additions and 3 deletions

View File

@ -1,3 +1,9 @@
mkdocs-material-5.1.6 (2020-05-09)
* Added Burmese translations
* Added general anchor offset solution using scroll-margin-top
* Fixed #1653: Instant loading shouldn't intercept links to *.html files
mkdocs-material-5.1.5 (2020-05-03)
* Added name attribute for social links to set link title

View File

@ -18,6 +18,12 @@ pip show mkdocs-material
## Changelog
### 5.1.6 <small>_ May 9, 2020</small>
* Added Burmese translations
* Added general anchor offset solution using `scroll-margin-top`
* Fixed #1653: Instant loading shouldn't intercept links to `*.html` files
### 5.1.5 <small>_ May 3, 2020</small>
* Added `name` attribute for social links to set link `title`

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

View File

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