mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Prepare 6.1.2 release
This commit is contained in:
parent
0aff83ecb3
commit
fafe4d2c11
@ -1,3 +1,7 @@
|
|||||||
|
mkdocs-material-6.1.2 (2020-10-31)
|
||||||
|
|
||||||
|
* Fixed sizing of icons in Admonition, Tasklist, etc. (6.1.1 regression)
|
||||||
|
|
||||||
mkdocs-material-6.1.1 (2020-10-31)
|
mkdocs-material-6.1.1 (2020-10-31)
|
||||||
|
|
||||||
* Fixed #2019: Page title not correctly updated when using instant loading
|
* Fixed #2019: Page title not correctly updated when using instant loading
|
||||||
|
@ -53,6 +53,10 @@ template: overrides/main.html
|
|||||||
|
|
||||||
## Material for MkDocs
|
## Material for MkDocs
|
||||||
|
|
||||||
|
### 6.1.2 <small>_ October 31, 2020</small>
|
||||||
|
|
||||||
|
* Fixed sizing of icons in Admonition, Tasklist, etc. (6.1.1 regression)
|
||||||
|
|
||||||
### 6.1.1 <small>_ October 31, 2020</small>
|
### 6.1.1 <small>_ October 31, 2020</small>
|
||||||
|
|
||||||
* Fixed #2019: Page title not correctly updated when using instant loading
|
* Fixed #2019: Page title not correctly updated when using instant loading
|
||||||
|
@ -22,7 +22,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-6.1.1">
|
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-6.1.2">
|
||||||
{% 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": "6.1.1",
|
"version": "6.1.2",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "mkdocs-material",
|
"name": "mkdocs-material",
|
||||||
"version": "6.1.1",
|
"version": "6.1.2",
|
||||||
"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