mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Prepare 9.5.5 release
This commit is contained in:
parent
943e97801e
commit
9d52e36212
14
CHANGELOG
14
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)
|
mkdocs-material-9.5.4+insiders-4.50.0 (2024-01-19)
|
||||||
|
|
||||||
* Added configurable logging capabilities to privacy plugin
|
* Added configurable logging capabilities to privacy plugin
|
||||||
|
@ -2,6 +2,20 @@
|
|||||||
|
|
||||||
## Material for MkDocs
|
## 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" }
|
### 9.5.4 <small>January 15, 2024</small> { id="9.5.4" }
|
||||||
|
|
||||||
- Fixed #6645: Local storage with invalid value can break site
|
- Fixed #6645: Local storage with invalid value can break site
|
||||||
|
@ -18,4 +18,4 @@
|
|||||||
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
|
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
|
||||||
# IN THE SOFTWARE.
|
# IN THE SOFTWARE.
|
||||||
|
|
||||||
__version__ = "9.5.4"
|
__version__ = "9.5.5"
|
||||||
|
@ -32,7 +32,7 @@
|
|||||||
<link rel="alternate" type="application/rss+xml" title="{{ lang.t('rss.updated') }}" href="{{ 'feed_rss_updated.xml' | url }}">
|
<link rel="alternate" type="application/rss+xml" title="{{ lang.t('rss.updated') }}" href="{{ 'feed_rss_updated.xml' | url }}">
|
||||||
{% endif %}
|
{% endif %}
|
||||||
<link rel="icon" href="{{ config.theme.favicon | url }}">
|
<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 %}
|
{% endblock %}
|
||||||
{% block htmltitle %}
|
{% block htmltitle %}
|
||||||
{% if page.meta and page.meta.title %}
|
{% if page.meta and page.meta.title %}
|
||||||
|
4
package-lock.json
generated
4
package-lock.json
generated
@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "mkdocs-material",
|
"name": "mkdocs-material",
|
||||||
"version": "9.5.4",
|
"version": "9.5.5",
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 2,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "mkdocs-material",
|
"name": "mkdocs-material",
|
||||||
"version": "9.5.4",
|
"version": "9.5.5",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"clipboard": "^2.0.11",
|
"clipboard": "^2.0.11",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "mkdocs-material",
|
"name": "mkdocs-material",
|
||||||
"version": "9.5.4",
|
"version": "9.5.5",
|
||||||
"description": "Documentation that simply works",
|
"description": "Documentation that simply works",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"mkdocs",
|
"mkdocs",
|
||||||
|
Loading…
Reference in New Issue
Block a user