mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-11-23 23:21:00 +01: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)
|
mkdocs-material-5.1.4 (2020-04-30)
|
||||||
|
|
||||||
* Switched to @mdi/svg Material Design icon package
|
* Switched to @mdi/svg Material Design icon package
|
||||||
|
@ -18,6 +18,13 @@ pip show mkdocs-material
|
|||||||
|
|
||||||
## Changelog
|
## 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>
|
### 5.1.4 <small>_ April 30, 2020</small>
|
||||||
|
|
||||||
* Switched to [@mdi/svg][3] Material Design icon package
|
* Switched to [@mdi/svg][3] Material Design icon package
|
||||||
|
@ -29,7 +29,7 @@
|
|||||||
<meta name="author" content="{{ config.site_author }}">
|
<meta name="author" content="{{ config.site_author }}">
|
||||||
{% endif %}
|
{% endif %}
|
||||||
<link rel="shortcut icon" href="{{ config.theme.favicon | url }}">
|
<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 %}
|
{% endblock %}
|
||||||
{% block htmltitle %}
|
{% block htmltitle %}
|
||||||
{% if page and page.meta and page.meta.title %}
|
{% 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",
|
"name": "mkdocs-material",
|
||||||
"version": "5.1.4",
|
"version": "5.1.5",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "mkdocs-material",
|
"name": "mkdocs-material",
|
||||||
"version": "5.1.4",
|
"version": "5.1.5",
|
||||||
"description": "A Material Design theme for MkDocs",
|
"description": "A Material Design theme for MkDocs",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"mkdocs",
|
"mkdocs",
|
||||||
|
Loading…
Reference in New Issue
Block a user