Skip to content

Commit 087df33

Browse files
committed
Prepare 9.1.4 release
1 parent 183b0be commit 087df33

File tree

5 files changed

+16
-6
lines changed

5 files changed

+16
-6
lines changed

Diff for: CHANGELOG

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
mkdocs-material-9.1.4 (2023-03-24)
2+
3+
* Fixed #5239: Instant loading breaks anchors in details (9.1.1 regression)
4+
* Fixed #5211: Anchor following not working for Chinese (9.1.2 regression)
5+
16
mkdocs-material-9.1.3 (2023-03-14)
27

38
* Added Kurdish (Soranî) translations
@@ -15,7 +20,7 @@ mkdocs-material-9.1.2 (2023-03-09)
1520

1621
* Updated Icelandic, Korean and Swedish translations
1722
* Fixed #5168: Mermaid text boxes overflow (9.0.13 regression)
18-
* Fixed #5155: table of contents not highlighting percent-encoded URLs
23+
* Fixed #5155: Table of contents not highlighting percent-encoded URLs
1924

2025
mkdocs-material-9.1.1 (2023-03-05)
2126

Diff for: docs/changelog/index.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
## Material for MkDocs
44

5+
### 9.1.4 <small>March 24, 2023</small> { id="9.1.4" }
6+
7+
- Fixed #5239: Instant loading breaks anchors in details (9.1.1 regression)
8+
- Fixed #5211: Anchor following not working for Chinese (9.1.2 regression)
9+
510
### 9.1.3 <small>March 14, 2023</small> { id="9.1.3" }
611

712
- Added Kurdish (Soranî) translations
@@ -14,7 +19,7 @@
1419

1520
- Updated Icelandic, Korean and Swedish translations
1621
- Fixed #5168: Mermaid text boxes overflow (9.0.13 regression)
17-
- Fixed #5155: table of contents not highlighting percent-encoded URLs
22+
- Fixed #5155: Table of contents not highlighting percent-encoded URLs
1823

1924
### 9.1.1 <small>March 5, 2023</small> { id="9.1.1" }
2025

Diff for: material/base.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<link rel="next" href="{{ page.next_page.url | url }}">
2929
{% endif %}
3030
<link rel="icon" href="{{ config.theme.favicon | url }}">
31-
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-9.1.3">
31+
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-9.1.4">
3232
{% endblock %}
3333
{% block htmltitle %}
3434
{% if page.meta and page.meta.title %}

Diff for: package-lock.json

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

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mkdocs-material",
3-
"version": "9.1.3",
3+
"version": "9.1.4",
44
"description": "Documentation that simply works",
55
"keywords": [
66
"mkdocs",

0 commit comments

Comments
 (0)