Skip to content

Commit

Permalink
Prepare 9.5.5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
squidfunk committed Jan 24, 2024
1 parent 943e978 commit 9d52e36
Show file tree
Hide file tree
Showing 6 changed files with 33 additions and 5 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG
@@ -1,3 +1,17 @@
mkdocs-material-9.5.5 (2024-01-24)

* Updated Tagalog translations
* Updated Pillow to 10.2 to mitigate security vulnerabilities
* Improved resilience of instant navigation
* Fixed #6687: Updated Mermaid.js to version 10.7.0 (latest)
* Fixed #6652: Keyboard events in custom elements captured
* Fixed #6582: Instant navigation doesn't correctly handle alternate URLs
* Fixed #6565: Instant navigation doesn't allow for onclick handlers
* Fixed #6345: Instant navigation sometimes breaks browser back button
* Fixed #6334: Instant navigation doesn't correctly position anchors (Safari)
* Fixed #6275: Instant navigation doesn't correctly resolve after 404
* Fixed #6102: Instant navigation reloads page on same link navigation

mkdocs-material-9.5.4+insiders-4.50.0 (2024-01-19)

* Added configurable logging capabilities to privacy plugin
Expand Down
14 changes: 14 additions & 0 deletions docs/changelog/index.md
Expand Up @@ -2,6 +2,20 @@

## Material for MkDocs

### 9.5.5 <small>January 24, 2024</small> { id="9.5.5" }

- Updated Tagalog translations
- Updated Pillow to 10.2 to mitigate security vulnerabilities
- Improved resilience of instant navigation
- Fixed #6687: Updated Mermaid.js to version 10.7.0 (latest)
- Fixed #6652: Keyboard events in custom elements captured
- Fixed #6582: Instant navigation doesn't correctly handle alternate URLs
- Fixed #6565: Instant navigation doesn't allow for `onclick` handlers
- Fixed #6345: Instant navigation sometimes breaks browser back button
- Fixed #6334: Instant navigation doesn't correctly position anchors (Safari)
- Fixed #6275: Instant navigation doesn't correctly resolve after 404
- Fixed #6102: Instant navigation reloads page on same link navigation

### 9.5.4 <small>January 15, 2024</small> { id="9.5.4" }

- Fixed #6645: Local storage with invalid value can break site
Expand Down
2 changes: 1 addition & 1 deletion material/__init__.py
Expand Up @@ -18,4 +18,4 @@
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
# IN THE SOFTWARE.

__version__ = "9.5.4"
__version__ = "9.5.5"
2 changes: 1 addition & 1 deletion material/templates/base.html
Expand Up @@ -32,7 +32,7 @@
<link rel="alternate" type="application/rss+xml" title="{{ lang.t('rss.updated') }}" href="{{ 'feed_rss_updated.xml' | url }}">
{% endif %}
<link rel="icon" href="{{ config.theme.favicon | url }}">
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-9.5.4">
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-9.5.5">
{% endblock %}
{% block htmltitle %}
{% if page.meta and page.meta.title %}
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "mkdocs-material",
"version": "9.5.4",
"version": "9.5.5",
"description": "Documentation that simply works",
"keywords": [
"mkdocs",
Expand Down

0 comments on commit 9d52e36

Please sign in to comment.