1
0
mirror of https://github.com/squidfunk/mkdocs-material.git synced 2024-09-24 03:18:21 +02:00

Prepare 2.8.0 release

This commit is contained in:
squidfunk 2018-06-10 18:17:32 +02:00
parent 7d958b16bb
commit a8619c4483
4 changed files with 17 additions and 3 deletions

View File

@ -4,7 +4,7 @@ mkdocs-material-2.8.0 (2018-06-10)
* Added Material and FontAwesome icon fonts to distribution files (GDPR)
* Added note on compliance with GDPR
* 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)

View File

@ -37,6 +37,20 @@ pip show mkdocs-material
## 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>
* Fixed rendering issue for `details` on Edge

View File

@ -36,7 +36,7 @@
<meta name="lang:{{ key }}" content="{{ lang.t(key) }}">
{% endfor %}
<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 %}
{% block htmltitle %}
{% if page and page.meta and page.meta.title %}

View File

@ -1,6 +1,6 @@
{
"name": "mkdocs-material",
"version": "2.7.3",
"version": "2.8.0",
"description": "A Material Design theme for MkDocs",
"keywords": [
"mkdocs",