mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-11-12 01:50:52 +01:00
Prepare 9.0.10 release
This commit is contained in:
parent
c5459af35f
commit
c64493760e
@ -1,3 +1,12 @@
|
||||
mkdocs-material-9.0.10 (2023-02-02)
|
||||
|
||||
* Updated Arabic translations
|
||||
* Updated Korean translations
|
||||
* Updated Hungarian translations
|
||||
* Updated Russian translations
|
||||
* Fixed #4977: Improved accessibility for content tabs
|
||||
* Fixed #4960: Sometimes anchor following doesn't bring last item into view
|
||||
|
||||
mkdocs-material-9.0.9 (2023-01-30)
|
||||
|
||||
* Updated Bulgarian translations
|
||||
|
@ -2,6 +2,15 @@
|
||||
|
||||
## Material for MkDocs
|
||||
|
||||
### 9.0.10 <small>February 2, 2023</small> { id="9.0.10" }
|
||||
|
||||
- Updated Arabic translations
|
||||
- Updated Korean translations
|
||||
- Updated Hungarian translations
|
||||
- Updated Russian translations
|
||||
- Fixed #4977: Improved accessibility for content tabs
|
||||
- Fixed #4960: Sometimes anchor following doesn't bring last item into view
|
||||
|
||||
### 9.0.9 <small>January 30, 2023</small> { id="9.0.9" }
|
||||
|
||||
- Updated Bulgarian 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.9">
|
||||
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-9.0.10">
|
||||
{% 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.9",
|
||||
"version": "9.0.10",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "mkdocs-material",
|
||||
"version": "9.0.9",
|
||||
"version": "9.0.10",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"array-flat-polyfill": "^1.0.1",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "mkdocs-material",
|
||||
"version": "9.0.9",
|
||||
"version": "9.0.10",
|
||||
"description": "Documentation that simply works",
|
||||
"keywords": [
|
||||
"mkdocs",
|
||||
|
Loading…
Reference in New Issue
Block a user