Skip to content

Commit

Permalink
Prepare 7.0.6 release
Browse files Browse the repository at this point in the history
  • Loading branch information
squidfunk committed Mar 14, 2021
1 parent 6506a78 commit e3ffe2a
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 3 deletions.
11 changes: 11 additions & 0 deletions 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
Expand Down
11 changes: 11 additions & 0 deletions docs/changelog.md
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion material/base.html
Expand Up @@ -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 %}
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "mkdocs-material",
"version": "7.0.5",
"version": "7.0.6",
"description": "A Material Design theme for MkDocs",
"keywords": [
"mkdocs",
Expand Down

0 comments on commit e3ffe2a

Please sign in to comment.