mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-11-23 23:21:00 +01: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)
|
||||
|
||||
* Added support for back-to-top button
|
||||
|
@ -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
|
||||
|
@ -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
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "mkdocs-material",
|
||||
"version": "7.0.5",
|
||||
"version": "7.0.6",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "mkdocs-material",
|
||||
"version": "7.0.5",
|
||||
"version": "7.0.6",
|
||||
"description": "A Material Design theme for MkDocs",
|
||||
"keywords": [
|
||||
"mkdocs",
|
||||
|
Loading…
Reference in New Issue
Block a user