mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Prepare 7.0.6 release
This commit is contained in:
parent
6506a784e3
commit
e3ffe2a9ce
11
CHANGELOG
11
CHANGELOG
@ -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)
|
mkdocs-material-7.0.5+insiders-2.3.0 (2021-03-13)
|
||||||
|
|
||||||
* Added support for back-to-top button
|
* Added support for back-to-top button
|
||||||
|
@ -6,6 +6,17 @@ template: overrides/main.html
|
|||||||
|
|
||||||
## Material for MkDocs
|
## 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>
|
### 7.0.5 <small>_ March 7, 2021</small>
|
||||||
|
|
||||||
- Added `extracopyright` block to allow for custom copyright info
|
- Added `extracopyright` block to allow for custom copyright info
|
||||||
|
@ -27,7 +27,7 @@
|
|||||||
<link rel="canonical" href="{{ page.canonical_url }}">
|
<link rel="canonical" href="{{ page.canonical_url }}">
|
||||||
{% endif %}
|
{% endif %}
|
||||||
<link rel="icon" href="{{ config.theme.favicon | url }}">
|
<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 %}
|
{% 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": "7.0.5",
|
"version": "7.0.6",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "mkdocs-material",
|
"name": "mkdocs-material",
|
||||||
"version": "7.0.5",
|
"version": "7.0.6",
|
||||||
"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