Skip to content

Commit 07bc90e

Browse files
committed
Prepare 8.4.1 release
1 parent 71f40c5 commit 07bc90e

File tree

7 files changed

+46
-29
lines changed

7 files changed

+46
-29
lines changed

CHANGELOG

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
mkdocs-material-8.4.1+insiders-4.22.0 (2022-08-21)
2+
3+
* Added support for navigation status
4+
5+
mkdocs-material-8.4.1 (2022-08-21)
6+
7+
* Updated Croatian and Hebrew translations
8+
19
mkdocs-material-8.4.0+insiders-4.21.1 (2022-08-13)
210

311
* Fixed #4176: Broken image when avatar is served by Gravatar

docs/changelog/index.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+
### 8.4.1 <small>_ August 21, 2022</small> { id="8.4.1" }
10+
11+
- Updated Croatian and Hebrew translations
12+
913
### 8.4.0 <small>_ August 13, 2022</small> { id="8.4.0" }
1014

1115
- Added support for cookie consent

docs/insiders/changelog.md

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

77
## Material for MkDocs Insiders
88

9+
### 4.22.0 <small>_ August 21, 2022</small> { id="4.22.0" }
10+
11+
- Added support for navigation status
12+
913
### 4.21.1 <small>_ August 13, 2022</small> { id="4.21.1" }
1014

1115
- Fixed #4176: Broken image when avatar is served by Gravatar

docs/reference/tooltips.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
template: overrides/main.html
33
icon: material/tooltip-plus
4+
status: new
45
---
56

67
# Tooltips

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

package-lock.json

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

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mkdocs-material",
3-
"version": "8.4.0",
3+
"version": "8.4.1",
44
"description": "Documentation that simply works",
55
"keywords": [
66
"mkdocs",
@@ -90,7 +90,7 @@
9090
"preact": "^10.10.6",
9191
"rimraf": "^3.0.2",
9292
"sass": "^1.54.5",
93-
"stylelint": "^14.10.0",
93+
"stylelint": "^14.11.0",
9494
"stylelint-config-rational-order": "^0.1.2",
9595
"stylelint-config-recommended": "^9.0.0",
9696
"stylelint-config-standard-scss": "^5.0.0",

0 commit comments

Comments
 (0)