Skip to content

Commit 8b0060c

Browse files
committed
Prepare 8.5.4 release
1 parent 60ea10a commit 8b0060c

File tree

5 files changed

+14
-4
lines changed

5 files changed

+14
-4
lines changed

CHANGELOG

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
mkdocs-material-8.5.4 (2022-09-30)
2+
3+
* Fixed expand icons shift on sidebar overflow (using scrollbar-gutter)
4+
* Fixed #4429: Text in sequence diagrams overflows in Firefox
5+
16
mkdocs-material-8.5.3+insiders-4.24.0 (2022-09-27)
27

38
* Added support for custom content on index pages (blog)

docs/changelog/index.md

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

77
## Material for MkDocs
88

9+
### 8.5.4 <small>_ September 30, 2022</small> { id="8.5.4" }
10+
11+
- Fixed expand icons shift on sidebar overflow (using `scrollbar-gutter`)
12+
- Fixed #4429: Text in sequence diagrams overflows in Firefox
13+
914
### 8.5.3 <small>_ September 20, 2022</small> { id="8.5.3" }
1015

1116
- Fixed build error when enabling cookie consent without analytics

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.5.3">
25+
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-8.5.4">
2626
{% endblock %}
2727
{% block htmltitle %}
2828
{% if page.meta and page.meta.title %}

package-lock.json

+2-2
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.5.3",
3+
"version": "8.5.4",
44
"description": "Documentation that simply works",
55
"keywords": [
66
"mkdocs",

0 commit comments

Comments
 (0)