mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Prepare 5.1.6 release
This commit is contained in:
parent
62abdd1517
commit
bebf63d257
@ -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
|
||||
|
@ -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`
|
||||
|
@ -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
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "mkdocs-material",
|
||||
"version": "5.1.5",
|
||||
"version": "5.1.6",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "mkdocs-material",
|
||||
"version": "5.1.5",
|
||||
"version": "5.1.6",
|
||||
"description": "A Material Design theme for MkDocs",
|
||||
"keywords": [
|
||||
"mkdocs",
|
||||
|
Loading…
Reference in New Issue
Block a user