mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Prepare 9.1.1 release
This commit is contained in:
parent
80d9603627
commit
2eff27fb2b
@ -1,3 +1,10 @@
|
|||||||
|
mkdocs-material-9.1.1 (2023-03-05)
|
||||||
|
|
||||||
|
* Updated Czech and Thai translations
|
||||||
|
* Improved instant loading (scroll restoration, slow connections)
|
||||||
|
* Fixed #5023: Instant loading not allowing to go back to initial page
|
||||||
|
* Fixed #3797: Instant loading does not work with section anchors in Safari
|
||||||
|
|
||||||
mkdocs-material-9.1.0+insiders-4.32.2 (2023-03-02)
|
mkdocs-material-9.1.0+insiders-4.32.2 (2023-03-02)
|
||||||
|
|
||||||
* Fixed #5127: Privacy plugin not handling large number of occurrences
|
* Fixed #5127: Privacy plugin not handling large number of occurrences
|
||||||
|
@ -2,6 +2,13 @@
|
|||||||
|
|
||||||
## Material for MkDocs
|
## Material for MkDocs
|
||||||
|
|
||||||
|
### 9.1.1 <small>March 5, 2023</small> { id="9.1.1" }
|
||||||
|
|
||||||
|
- Updated Czech and Thai translations
|
||||||
|
- Improved instant loading (scroll restoration, slow connections)
|
||||||
|
- Fixed #5023: Instant loading not allowing to go back to initial page
|
||||||
|
- Fixed #3797: Instant loading does not work with section anchors in Safari
|
||||||
|
|
||||||
### 9.1.0 <small>March 2, 2023</small> { id="9.1.0" }
|
### 9.1.0 <small>March 2, 2023</small> { id="9.1.0" }
|
||||||
|
|
||||||
- Docker image now available for `amd64`, `arm64` and `arm/v7`
|
- Docker image now available for `amd64`, `arm64` and `arm/v7`
|
||||||
|
@ -28,7 +28,7 @@
|
|||||||
<link rel="next" href="{{ page.next_page.url | url }}">
|
<link rel="next" href="{{ page.next_page.url | 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.1.0">
|
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-9.1.1">
|
||||||
{% 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.1.0",
|
"version": "9.1.1",
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 2,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "mkdocs-material",
|
"name": "mkdocs-material",
|
||||||
"version": "9.1.0",
|
"version": "9.1.1",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"array-flat-polyfill": "^1.0.1",
|
"array-flat-polyfill": "^1.0.1",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "mkdocs-material",
|
"name": "mkdocs-material",
|
||||||
"version": "9.1.0",
|
"version": "9.1.1",
|
||||||
"description": "Documentation that simply works",
|
"description": "Documentation that simply works",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"mkdocs",
|
"mkdocs",
|
||||||
|
Loading…
Reference in New Issue
Block a user