Skip to content

Commit

Permalink
Prepare 5.1.5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
squidfunk committed May 3, 2020
1 parent db7c28b commit 828877c
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -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
Expand Down
7 changes: 7 additions & 0 deletions docs/releases/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion material/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mkdocs-material",
"version": "5.1.4",
"version": "5.1.5",
"description": "A Material Design theme for MkDocs",
"keywords": [
"mkdocs",
Expand Down

0 comments on commit 828877c

Please sign in to comment.