mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Prepare 2.8.0 release
This commit is contained in:
parent
7d958b16bb
commit
a8619c4483
@ -4,7 +4,7 @@ mkdocs-material-2.8.0 (2018-06-10)
|
|||||||
* Added Material and FontAwesome icon fonts to distribution files (GDPR)
|
* Added Material and FontAwesome icon fonts to distribution files (GDPR)
|
||||||
* Added note on compliance with GDPR
|
* Added note on compliance with GDPR
|
||||||
* Added Slovak translations
|
* Added Slovak translations
|
||||||
* Fixed #790: Prefixed internal identifiers with "__" to avoid name clashes
|
* Fixed #790: Prefixed id attributes with "__" to avoid name clashes
|
||||||
|
|
||||||
mkdocs-material-2.7.3 (2018-04-26)
|
mkdocs-material-2.7.3 (2018-04-26)
|
||||||
|
|
||||||
|
@ -37,6 +37,20 @@ pip show mkdocs-material
|
|||||||
|
|
||||||
## Changelog
|
## Changelog
|
||||||
|
|
||||||
|
### 2.8.0 <small>_ June 10, 2018</small>
|
||||||
|
|
||||||
|
* Added support for grouping code blocks with tabs
|
||||||
|
* Added Material and FontAwesome icon fonts to distribution files (GDPR)
|
||||||
|
* Added note on compliance with GDPR
|
||||||
|
* Added Slovak translations
|
||||||
|
* Fixed [#790][790]: Prefixed `id` attributes with `__` to avoid name clashes
|
||||||
|
|
||||||
|
[790]: https://github.com/squidfunk/mkdocs-material/issues/790
|
||||||
|
|
||||||
|
### 2.7.3 <small>_ April 26, 2018</small>
|
||||||
|
|
||||||
|
* Added Finnish translations
|
||||||
|
|
||||||
### 2.7.2 <small>_ April 9, 2018</small>
|
### 2.7.2 <small>_ April 9, 2018</small>
|
||||||
|
|
||||||
* Fixed rendering issue for `details` on Edge
|
* Fixed rendering issue for `details` on Edge
|
||||||
|
@ -36,7 +36,7 @@
|
|||||||
<meta name="lang:{{ key }}" content="{{ lang.t(key) }}">
|
<meta name="lang:{{ key }}" content="{{ lang.t(key) }}">
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
<link rel="shortcut icon" href="{{ base_url }}/{{ config.theme.favicon }}">
|
<link rel="shortcut icon" href="{{ base_url }}/{{ config.theme.favicon }}">
|
||||||
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-2.7.3">
|
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-2.8.0">
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
{% block htmltitle %}
|
{% block htmltitle %}
|
||||||
{% if page and page.meta and page.meta.title %}
|
{% if page and page.meta and page.meta.title %}
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "mkdocs-material",
|
"name": "mkdocs-material",
|
||||||
"version": "2.7.3",
|
"version": "2.8.0",
|
||||||
"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