Skip to content

Commit 5b9df69

Browse files
committed
Prepare 8.1.8 release
1 parent e6bcb81 commit 5b9df69

File tree

5 files changed

+18
-3
lines changed

5 files changed

+18
-3
lines changed

CHANGELOG

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
mkdocs-material-8.1.8 (2022-01-23)
2+
3+
* Added Latvian translations
4+
* Updated Giscus example integration with dynamic theme change support
5+
* Fixed #3491: Logo in header and drawer doesn't honor aspect ratio
6+
* Fixed #3479: Back-to-top button not hidden when using sticky navigation tabs
7+
18
mkdocs-material-8.1.7+insiders-4.6.1 (2022-01-16)
29

310
* Fixed #3459: Section index pages picking up wrong title

docs/changelog/index.md

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

77
## Material for MkDocs
88

9+
10+
### 8.1.8 <small>_ January 23, 2022</small> { id="8.1.8" }
11+
12+
- Added Latvian translations
13+
- Updated Giscus example integration with dynamic theme change support
14+
- Fixed #3491: Logo in header and drawer doesn't honor aspect ratio
15+
- Fixed #3479: Back-to-top button not hidden when using sticky navigation tabs
16+
917
### 8.1.7 <small>_ January 16, 2022</small> { id="8.1.7" }
1018

1119
- Improved back-to-top button behavior - now not shown on anchor jump

material/base.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<link rel="canonical" href="{{ page.canonical_url }}">
2323
{% endif %}
2424
<link rel="icon" href="{{ config.theme.favicon | url }}">
25-
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-8.1.7">
25+
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-8.1.8">
2626
{% endblock %}
2727
{% block htmltitle %}
2828
{% if page and page.meta and page.meta.title %}

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": "8.1.7",
3+
"version": "8.1.8",
44
"description": "A Material Design theme for MkDocs",
55
"keywords": [
66
"mkdocs",

0 commit comments

Comments
 (0)