Skip to content

Commit 8c02d7c

Browse files
committed
Prepare 8.3.5 release
1 parent 6b311ff commit 8c02d7c

File tree

6 files changed

+20
-4
lines changed

6 files changed

+20
-4
lines changed

CHANGELOG

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
mkdocs-material-8.3.5+insiders-4.18.1 (2022-06-14)
2+
3+
* Fixed #3990: Chinese search highlighting not working on non-boundaries
4+
5+
mkdocs-material-8.3.5 (2022-06-14)
6+
7+
* Fixed #4012: Stay on page not working for alias of active version
8+
19
mkdocs-material-8.3.4+insiders-4.18.0 (2022-06-11)
210

311
* Added support for automatic dark/light mode

docs/changelog/index.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ template: overrides/main.html
66

77
## Material for MkDocs
88

9+
### 8.3.5 <small>_ June 14, 2022</small> { id="8.3.5" }
10+
11+
- Fixed #4012: Stay on page not working for alias of active version
12+
913
### 8.3.4 <small>_ June 11, 2022</small> { id="8.3.4" }
1014

1115
- Fixed #4004: Tags with multiple words not searchable

docs/insiders/changelog.md

Lines changed: 4 additions & 0 deletions
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.18.1 <small>_ June 14, 2022</small> { id="4.18.1" }
10+
11+
- Fixed #3990: Chinese search highlighting not working on non-boundaries
12+
913
### 4.18.0 <small>_ June 11, 2022</small> { id="4.18.0" }
1014

1115
- Added support for automatic dark/light mode

material/base.html

Lines changed: 1 addition & 1 deletion
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.3.4">
25+
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-8.3.5">
2626
{% endblock %}
2727
{% block htmltitle %}
2828
{% if page.meta and page.meta.title %}

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mkdocs-material",
3-
"version": "8.3.4",
3+
"version": "8.3.5",
44
"description": "Documentation that simply works",
55
"keywords": [
66
"mkdocs",

0 commit comments

Comments
 (0)