mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Prepare 8.1.8 release
This commit is contained in:
parent
e6bcb8100f
commit
5b9df69b34
@ -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)
|
mkdocs-material-8.1.7+insiders-4.6.1 (2022-01-16)
|
||||||
|
|
||||||
* Fixed #3459: Section index pages picking up wrong title
|
* Fixed #3459: Section index pages picking up wrong title
|
||||||
|
@ -6,6 +6,14 @@ template: overrides/main.html
|
|||||||
|
|
||||||
## Material for MkDocs
|
## 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" }
|
### 8.1.7 <small>_ January 16, 2022</small> { id="8.1.7" }
|
||||||
|
|
||||||
- Improved back-to-top button behavior - now not shown on anchor jump
|
- Improved back-to-top button behavior - now not shown on anchor jump
|
||||||
|
@ -22,7 +22,7 @@
|
|||||||
<link rel="canonical" href="{{ page.canonical_url }}">
|
<link rel="canonical" href="{{ page.canonical_url }}">
|
||||||
{% endif %}
|
{% endif %}
|
||||||
<link rel="icon" href="{{ config.theme.favicon | url }}">
|
<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 %}
|
{% endblock %}
|
||||||
{% block htmltitle %}
|
{% block htmltitle %}
|
||||||
{% if page and page.meta and page.meta.title %}
|
{% if page and page.meta and page.meta.title %}
|
||||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "mkdocs-material",
|
"name": "mkdocs-material",
|
||||||
"version": "8.1.7",
|
"version": "8.1.8",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "mkdocs-material",
|
"name": "mkdocs-material",
|
||||||
"version": "8.1.7",
|
"version": "8.1.8",
|
||||||
"description": "A Material Design theme for MkDocs",
|
"description": "A Material Design theme for MkDocs",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"mkdocs",
|
"mkdocs",
|
||||||
|
Loading…
Reference in New Issue
Block a user