mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-11-27 17:00:54 +01:00
Prepare 5.0.1 release
This commit is contained in:
parent
184dfea055
commit
a98cba6a53
@ -1,3 +1,7 @@
|
|||||||
|
mkdocs-material-5.0.1 (2020-04-07)
|
||||||
|
|
||||||
|
* Fixed syntax error in Spanish translation
|
||||||
|
|
||||||
mkdocs-material-5.0.0 (2020-04-07)
|
mkdocs-material-5.0.0 (2020-04-07)
|
||||||
|
|
||||||
* Reactive architecture – try app.dialog$.next("Hi!") in the console
|
* Reactive architecture – try app.dialog$.next("Hi!") in the console
|
||||||
|
@ -18,6 +18,10 @@ pip show mkdocs-material
|
|||||||
|
|
||||||
## Changelog
|
## Changelog
|
||||||
|
|
||||||
|
### 5.0.1 <small>_ April 7, 2020</small>
|
||||||
|
|
||||||
|
* Fixed syntax error in Spanish translation
|
||||||
|
|
||||||
### 5.0.0 <small>_ April 7, 2020</small>
|
### 5.0.0 <small>_ April 7, 2020</small>
|
||||||
|
|
||||||
* Reactive architecture – try `app.dialog$.next("Hi!")` in the console
|
* Reactive architecture – try `app.dialog$.next("Hi!")` in the console
|
||||||
|
@ -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.0.0">
|
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-5.0.1">
|
||||||
{% 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.0.0",
|
"version": "5.0.1",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "mkdocs-material",
|
"name": "mkdocs-material",
|
||||||
"version": "5.0.0",
|
"version": "5.0.1",
|
||||||
"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