mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-11-23 23:21:00 +01:00
Prepare 5.1.4 release
This commit is contained in:
parent
2cdddfc427
commit
36ce697a6b
14
CHANGELOG
14
CHANGELOG
@ -1,3 +1,11 @@
|
||||
mkdocs-material-5.1.4 (2020-04-30)
|
||||
|
||||
* Switched to @mdi/svg Material Design icon package
|
||||
* Fixed #1655: Unnecessary scrollbar for search results on Windows
|
||||
* Fixed #1659: Navigation may disappear after switching viewports
|
||||
* Fixed occasional distortions for images with explicit dimensions
|
||||
* Fixed errors in German translations
|
||||
|
||||
mkdocs-material-5.1.3 (2020-04-26)
|
||||
|
||||
* Fixed overflowing content area after switch to flexbox
|
||||
@ -81,10 +89,10 @@ mkdocs-material-4.5.1 (2019-12-02)
|
||||
|
||||
mkdocs-material-4.5.0 (2019-11-16)
|
||||
|
||||
* Upgraded EmojiOne to Tweomji due to licensing issues
|
||||
* Temporarily pinned PyMdown and Markdown due to upcoming changes
|
||||
* Improved GitHub statistics retrieval
|
||||
* Fixed #1330: Upgraded EmojiOne to Tweomji due to licensing issues
|
||||
* Fixed #1339: Temporarily pinned PyMdown and Markdown due to
|
||||
* Fixed errors in Greek translations
|
||||
* Improved GitHub statistics retrieval
|
||||
|
||||
mkdocs-material-4.4.3 (2019-10-03)
|
||||
|
||||
|
@ -18,6 +18,16 @@ pip show mkdocs-material
|
||||
|
||||
## Changelog
|
||||
|
||||
### 5.1.4 <small>_ April 30, 2020</small>
|
||||
|
||||
* Switched to [@mdi/svg][3] Material Design icon package
|
||||
* Fixed #1655: Unnecessary scrollbar for search results on Windows
|
||||
* Fixed #1659: Navigation may disappear after switching viewports
|
||||
* Fixed occasional distortions for images with explicit dimensions
|
||||
* Fixed errors in German translations
|
||||
|
||||
[3]: https://github.com/Templarian/MaterialDesign-SVG
|
||||
|
||||
### 5.1.3 <small>_ April 26, 2020</small>
|
||||
|
||||
* Fixed overflowing content area after switch to flexbox
|
||||
@ -41,9 +51,9 @@ pip show mkdocs-material
|
||||
|
||||
### 5.1.0 <small>_ April 12, 2020</small>
|
||||
|
||||
* Added support for icons from Markdown through [mkdocs-material-extensions][1]
|
||||
* Added support for icons from Markdown through [mkdocs-material-extensions][2]
|
||||
|
||||
[1]: https://github.com/facelessuser/mkdocs-material-extensions
|
||||
[2]: https://github.com/facelessuser/mkdocs-material-extensions
|
||||
|
||||
### 5.0.2 <small>_ April 10, 2020</small>
|
||||
|
||||
@ -93,10 +103,10 @@ pip show mkdocs-material
|
||||
|
||||
### 4.6.0 <small>_ December 11, 2019</small>
|
||||
|
||||
* Added support for [mkdocs-git-revision-date-localized-plugin][2]
|
||||
* Added support for [mkdocs-git-revision-date-localized-plugin][1]
|
||||
* Fixed invalid character in Google Fonts URL
|
||||
|
||||
[2]: https://github.com/timvink/mkdocs-git-revision-date-localized-plugin
|
||||
[1]: https://github.com/timvink/mkdocs-git-revision-date-localized-plugin
|
||||
|
||||
### 4.5.1 <small>_ December 2, 2019</small>
|
||||
|
||||
@ -105,13 +115,10 @@ pip show mkdocs-material
|
||||
|
||||
### 4.5.0 <small>_ November 16, 2019</small>
|
||||
|
||||
* Upgraded EmojiOne to Tweomji due to [licensing issues][1330]
|
||||
* Temporarily pinned PyMdown and Markdown due to [upcoming changes][1339]
|
||||
* Improved GitHub statistics retrieval
|
||||
* Fixed #1330: Upgraded EmojiOne to Tweomji due to licensing issues
|
||||
* Fixed #1339: Temporarily pinned PyMdown and Markdown due to
|
||||
* Fixed errors in Greek translations
|
||||
|
||||
[1330]: https://github.com/squidfunk/mkdocs-material/pull/1330
|
||||
[1339]: https://github.com/squidfunk/mkdocs-material/pull/1339
|
||||
* Improved GitHub statistics retrieval
|
||||
|
||||
### 4.4.3 <small>_ October 3, 2019</small>
|
||||
|
||||
|
@ -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.3">
|
||||
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-5.1.4">
|
||||
{% 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.3",
|
||||
"version": "5.1.4",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "mkdocs-material",
|
||||
"version": "5.1.3",
|
||||
"version": "5.1.4",
|
||||
"description": "A Material Design theme for MkDocs",
|
||||
"keywords": [
|
||||
"mkdocs",
|
||||
|
Loading…
Reference in New Issue
Block a user