mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Prepare 9.1.0 release
This commit is contained in:
parent
15578c7d41
commit
7b8b82e856
@ -1,6 +1,6 @@
|
||||
mkdocs-material-9.1.0 (2023-02-??)
|
||||
mkdocs-material-9.1.0 (2023-03-02)
|
||||
|
||||
* Docker image now also built for arm64 and armv7
|
||||
* Docker image now available for amd64, arm64 and armv7
|
||||
* Updated Chinese (Taiwanese) translations
|
||||
* Generalized tag identifier implementation
|
||||
* Fixed flickering of header shadow on load
|
||||
|
@ -2,6 +2,14 @@
|
||||
|
||||
## Material for MkDocs
|
||||
|
||||
### 9.1.0 <small>March 2, 2023</small> { id="9.1.0" }
|
||||
|
||||
- Docker image now available for `amd64`, `arm64` and `armv7`
|
||||
- Updated Chinese (Taiwanese) translations
|
||||
- Generalized tag identifier implementation
|
||||
- Fixed flickering of header shadow on load
|
||||
- Fixed occasional flickering of announcement bar
|
||||
|
||||
### 9.0.15 <small>February 26, 2023</small> { id="9.0.15" }
|
||||
|
||||
- Updated Chinese (Traditional) 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.0.15">
|
||||
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-9.1.0">
|
||||
{% 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.0.15",
|
||||
"version": "9.1.0",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "mkdocs-material",
|
||||
"version": "9.0.15",
|
||||
"version": "9.1.0",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"array-flat-polyfill": "^1.0.1",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "mkdocs-material",
|
||||
"version": "9.0.15",
|
||||
"version": "9.1.0",
|
||||
"description": "Documentation that simply works",
|
||||
"keywords": [
|
||||
"mkdocs",
|
||||
|
Loading…
Reference in New Issue
Block a user