Prepare 8.1.8 release

This commit is contained in:
squidfunk 2022-01-23 12:37:27 +01:00
parent e6bcb8100f
commit 5b9df69b34
5 changed files with 18 additions and 3 deletions

View File

@ -1,3 +1,10 @@
mkdocs-material-8.1.8 (2022-01-23)
* Added Latvian translations
* Updated Giscus example integration with dynamic theme change support
* Fixed #3491: Logo in header and drawer doesn't honor aspect ratio
* Fixed #3479: Back-to-top button not hidden when using sticky navigation tabs
mkdocs-material-8.1.7+insiders-4.6.1 (2022-01-16)
* Fixed #3459: Section index pages picking up wrong title

View File

@ -6,6 +6,14 @@ template: overrides/main.html
## Material for MkDocs
### 8.1.8 <small>_ January 23, 2022</small> { id="8.1.8" }
- Added Latvian translations
- Updated Giscus example integration with dynamic theme change support
- Fixed #3491: Logo in header and drawer doesn't honor aspect ratio
- Fixed #3479: Back-to-top button not hidden when using sticky navigation tabs
### 8.1.7 <small>_ January 16, 2022</small> { id="8.1.7" }
- Improved back-to-top button behavior - now not shown on anchor jump

View File

@ -22,7 +22,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-8.1.7">
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-8.1.8">
{% endblock %}
{% block htmltitle %}
{% if page and page.meta and page.meta.title %}

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "mkdocs-material",
"version": "8.1.7",
"version": "8.1.8",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "mkdocs-material",
"version": "8.1.7",
"version": "8.1.8",
"description": "A Material Design theme for MkDocs",
"keywords": [
"mkdocs",