mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-11-23 23:21:00 +01:00
Prepare 9.1.15 release
This commit is contained in:
parent
3d706407d9
commit
06d1ba1337
@ -1,3 +1,10 @@
|
||||
mkdocs-material-9.1.15 (2023-05-29)
|
||||
|
||||
* Fixed #5566: Indicate color scheme to operating system
|
||||
* Fixed #5565: Update Dockerfile to latest version of base image
|
||||
* Fixed #5554: Add additional version tags (9, 9.1) to Docker image
|
||||
* Fixed #5536: Strip tags of ARIA labels in table of contents
|
||||
|
||||
mkdocs-material-9.1.14+insiders-4.35.1 (2023-05-20)
|
||||
|
||||
* Fixed internal handling of errors in social plugin
|
||||
|
@ -2,6 +2,13 @@
|
||||
|
||||
## Material for MkDocs
|
||||
|
||||
### 9.1.15 <small>May 29, 2023</small> { id="9.1.15" }
|
||||
|
||||
- Fixed #5566: Indicate color scheme to operating system
|
||||
- Fixed #5565: Update `Dockerfile` to latest version of base image
|
||||
- Fixed #5554: Add additional version tags (`9`, `9.1`) to Docker image
|
||||
- Fixed #5536: Strip tags of ARIA labels in table of contents
|
||||
|
||||
### 9.1.14 <small>May 20, 2023</small> { id="9.1.14" }
|
||||
|
||||
- Updated Armenian and Greek translations
|
||||
|
@ -28,7 +28,7 @@
|
||||
<link rel="next" href="{{ page.next_page.url | url }}">
|
||||
{% endif %}
|
||||
<link rel="icon" href="{{ config.theme.favicon | url }}">
|
||||
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-9.1.14">
|
||||
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-9.1.15">
|
||||
{% endblock %}
|
||||
{% block htmltitle %}
|
||||
{% if page.meta and page.meta.title %}
|
||||
|
4
package-lock.json
generated
4
package-lock.json
generated
@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "mkdocs-material",
|
||||
"version": "9.1.14",
|
||||
"version": "9.1.15",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "mkdocs-material",
|
||||
"version": "9.1.14",
|
||||
"version": "9.1.15",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"array-flat-polyfill": "^1.0.1",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "mkdocs-material",
|
||||
"version": "9.1.14",
|
||||
"version": "9.1.15",
|
||||
"description": "Documentation that simply works",
|
||||
"keywords": [
|
||||
"mkdocs",
|
||||
|
Loading…
Reference in New Issue
Block a user