mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Prepare 9.1.5 release
This commit is contained in:
parent
d8b066565a
commit
5f431ec921
@ -1,3 +1,9 @@
|
|||||||
|
mkdocs-material-9.1.5 (2023-03-31)
|
||||||
|
|
||||||
|
* Updated Lithuanian and Japanese translations
|
||||||
|
* Updated Mermaid.js to version 9.4.3
|
||||||
|
* Fixed #5290: Footer previous/next labels cut-off for short page titles
|
||||||
|
|
||||||
mkdocs-material-9.1.4+insiders-4.32.4 (2023-03-24)
|
mkdocs-material-9.1.4+insiders-4.32.4 (2023-03-24)
|
||||||
|
|
||||||
* Fixed #5241: Built-in typeset plugin jams navigation for anchors in headings
|
* Fixed #5241: Built-in typeset plugin jams navigation for anchors in headings
|
||||||
|
@ -2,6 +2,12 @@
|
|||||||
|
|
||||||
## Material for MkDocs
|
## Material for MkDocs
|
||||||
|
|
||||||
|
### 9.1.5 <small>March 31, 2023</small> { id="9.1.5" }
|
||||||
|
|
||||||
|
- Updated Lithuanian and Japanese translations
|
||||||
|
- Updated Mermaid.js to version 9.4.3
|
||||||
|
- Fixed #5290: Footer previous/next labels cut-off for short page titles
|
||||||
|
|
||||||
### 9.1.4 <small>March 24, 2023</small> { id="9.1.4" }
|
### 9.1.4 <small>March 24, 2023</small> { id="9.1.4" }
|
||||||
|
|
||||||
- Fixed #5239: Instant loading breaks anchors in details (9.1.1 regression)
|
- Fixed #5239: Instant loading breaks anchors in details (9.1.1 regression)
|
||||||
|
@ -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.4">
|
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-9.1.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.1.4",
|
"version": "9.1.5",
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 2,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "mkdocs-material",
|
"name": "mkdocs-material",
|
||||||
"version": "9.1.4",
|
"version": "9.1.5",
|
||||||
"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.4",
|
"version": "9.1.5",
|
||||||
"description": "Documentation that simply works",
|
"description": "Documentation that simply works",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"mkdocs",
|
"mkdocs",
|
||||||
|
Loading…
Reference in New Issue
Block a user