Prepare 7.0.6 release

This commit is contained in:
squidfunk 2021-03-14 14:19:52 +01:00
parent 6506a784e3
commit e3ffe2a9ce
5 changed files with 25 additions and 3 deletions

View File

@ -1,3 +1,14 @@
mkdocs-material-7.0.6 (2021-03-14)
* Added trailing slash to version selector URL
* Added support for out-of-order anchors in table of contents
* Added extra.homepage option to link logo to arbitrary URL
* Improved security of Docker image (always update apk)
* Fixed horizontal spacing for nested inline admonitions
* Fixed text color of code blocks inside links
* Fixed version selector to always use version title
* Fixed logo link when using versioning with instant loading
mkdocs-material-7.0.5+insiders-2.3.0 (2021-03-13)
* Added support for back-to-top button

View File

@ -6,6 +6,17 @@ template: overrides/main.html
## Material for MkDocs
### 7.0.6 <small>_ March 14, 2021</small>
- Added trailing slash to version selector URL
- Added support for out-of-order anchors in table of contents
- Added `extra.homepage` option to link logo to arbitrary URL
- Improved security of Docker image (always update apk)
- Fixed horizontal spacing for nested inline admonitions
- Fixed text color of code blocks inside links
- Fixed version selector to always use version title
- Fixed logo link when using versioning with instant loading
### 7.0.5 <small>_ March 7, 2021</small>
- Added `extracopyright` block to allow for custom copyright info

View File

@ -27,7 +27,7 @@
<link rel="canonical" href="{{ page.canonical_url }}">
{% endif %}
<link rel="icon" href="{{ config.theme.favicon | url }}">
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-7.0.5">
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-7.0.6">
{% endblock %}
{% block htmltitle %}
{% if page and page.meta and page.meta.title %}

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "mkdocs-material",
"version": "7.0.5",
"version": "7.0.6",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

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