Skip to content

Commit e3ffe2a

Browse files
committed
Prepare 7.0.6 release
1 parent 6506a78 commit e3ffe2a

File tree

5 files changed

+25
-3
lines changed

5 files changed

+25
-3
lines changed

CHANGELOG

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
mkdocs-material-7.0.6 (2021-03-14)
2+
3+
* Added trailing slash to version selector URL
4+
* Added support for out-of-order anchors in table of contents
5+
* Added extra.homepage option to link logo to arbitrary URL
6+
* Improved security of Docker image (always update apk)
7+
* Fixed horizontal spacing for nested inline admonitions
8+
* Fixed text color of code blocks inside links
9+
* Fixed version selector to always use version title
10+
* Fixed logo link when using versioning with instant loading
11+
112
mkdocs-material-7.0.5+insiders-2.3.0 (2021-03-13)
213

314
* Added support for back-to-top button

docs/changelog.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,17 @@ template: overrides/main.html
66

77
## Material for MkDocs
88

9+
### 7.0.6 <small>_ March 14, 2021</small>
10+
11+
- Added trailing slash to version selector URL
12+
- Added support for out-of-order anchors in table of contents
13+
- Added `extra.homepage` option to link logo to arbitrary URL
14+
- Improved security of Docker image (always update apk)
15+
- Fixed horizontal spacing for nested inline admonitions
16+
- Fixed text color of code blocks inside links
17+
- Fixed version selector to always use version title
18+
- Fixed logo link when using versioning with instant loading
19+
920
### 7.0.5 <small>_ March 7, 2021</small>
1021

1122
- Added `extracopyright` block to allow for custom copyright info

material/base.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<link rel="canonical" href="{{ page.canonical_url }}">
2828
{% endif %}
2929
<link rel="icon" href="{{ config.theme.favicon | url }}">
30-
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-7.0.5">
30+
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-7.0.6">
3131
{% endblock %}
3232
{% block htmltitle %}
3333
{% if page and page.meta and page.meta.title %}

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mkdocs-material",
3-
"version": "7.0.5",
3+
"version": "7.0.6",
44
"description": "A Material Design theme for MkDocs",
55
"keywords": [
66
"mkdocs",

0 commit comments

Comments
 (0)