Skip to content

Commit 9d52e36

Browse files
committed
Prepare 9.5.5 release
1 parent 943e978 commit 9d52e36

File tree

6 files changed

+33
-5
lines changed

6 files changed

+33
-5
lines changed

CHANGELOG

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
mkdocs-material-9.5.5 (2024-01-24)
2+
3+
* Updated Tagalog translations
4+
* Updated Pillow to 10.2 to mitigate security vulnerabilities
5+
* Improved resilience of instant navigation
6+
* Fixed #6687: Updated Mermaid.js to version 10.7.0 (latest)
7+
* Fixed #6652: Keyboard events in custom elements captured
8+
* Fixed #6582: Instant navigation doesn't correctly handle alternate URLs
9+
* Fixed #6565: Instant navigation doesn't allow for onclick handlers
10+
* Fixed #6345: Instant navigation sometimes breaks browser back button
11+
* Fixed #6334: Instant navigation doesn't correctly position anchors (Safari)
12+
* Fixed #6275: Instant navigation doesn't correctly resolve after 404
13+
* Fixed #6102: Instant navigation reloads page on same link navigation
14+
115
mkdocs-material-9.5.4+insiders-4.50.0 (2024-01-19)
216

317
* Added configurable logging capabilities to privacy plugin

docs/changelog/index.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
22

33
## Material for MkDocs
44

5+
### 9.5.5 <small>January 24, 2024</small> { id="9.5.5" }
6+
7+
- Updated Tagalog translations
8+
- Updated Pillow to 10.2 to mitigate security vulnerabilities
9+
- Improved resilience of instant navigation
10+
- Fixed #6687: Updated Mermaid.js to version 10.7.0 (latest)
11+
- Fixed #6652: Keyboard events in custom elements captured
12+
- Fixed #6582: Instant navigation doesn't correctly handle alternate URLs
13+
- Fixed #6565: Instant navigation doesn't allow for `onclick` handlers
14+
- Fixed #6345: Instant navigation sometimes breaks browser back button
15+
- Fixed #6334: Instant navigation doesn't correctly position anchors (Safari)
16+
- Fixed #6275: Instant navigation doesn't correctly resolve after 404
17+
- Fixed #6102: Instant navigation reloads page on same link navigation
18+
519
### 9.5.4 <small>January 15, 2024</small> { id="9.5.4" }
620

721
- Fixed #6645: Local storage with invalid value can break site

material/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@
1818
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
1919
# IN THE SOFTWARE.
2020

21-
__version__ = "9.5.4"
21+
__version__ = "9.5.5"

material/templates/base.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<link rel="alternate" type="application/rss+xml" title="{{ lang.t('rss.updated') }}" href="{{ 'feed_rss_updated.xml' | url }}">
3333
{% endif %}
3434
<link rel="icon" href="{{ config.theme.favicon | url }}">
35-
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-9.5.4">
35+
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-9.5.5">
3636
{% endblock %}
3737
{% block htmltitle %}
3838
{% 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": "9.5.4",
3+
"version": "9.5.5",
44
"description": "Documentation that simply works",
55
"keywords": [
66
"mkdocs",

0 commit comments

Comments
 (0)