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