Skip to content

Commit 7485a61

Browse files
committed
Prepare 7.1.7 release
1 parent 11fcf4f commit 7485a61

File tree

6 files changed

+13
-4
lines changed

6 files changed

+13
-4
lines changed

CHANGELOG

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
mkdocs-material-7.1.7 (2021-06-06)
2+
3+
* Improved screen reader support
4+
15
mkdocs-material-7.1.6+insiders.2.9.2 (2021-05-30)
26

37
* Moved tags to partial for easier customization

docs/changelog.md

+4
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ template: overrides/main.html
66

77
## Material for MkDocs
88

9+
### 7.1.7 <small>_ June 6, 2021</small>
10+
11+
- Improved screen reader support
12+
913
### 7.1.6 <small>_ May 30, 2021</small>
1014

1115
- Deprecated `seealso` admonition qualifier

material/base.html

+1-1
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.1.6">
30+
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-7.1.7">
3131
{% endblock %}
3232
{% block htmltitle %}
3333
{% if page and page.meta and page.meta.title %}

material/partials/languages/de.html

+2-1
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,6 @@
2727
"source.revision.date": "Letztes Update",
2828
"source.file.date.updated": "Letztes Update",
2929
"source.file.date.created": "Erstellt",
30-
"toc.title": "Inhaltsverzeichnis"
30+
"toc.title": "Inhaltsverzeichnis",
31+
"top.title": "Zurück zum Seitenanfang"
3132
}[key] }}{% endmacro %}

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mkdocs-material",
3-
"version": "7.1.6",
3+
"version": "7.1.7",
44
"description": "A Material Design theme for MkDocs",
55
"keywords": [
66
"mkdocs",

0 commit comments

Comments
 (0)