1
0
mirror of https://github.com/squidfunk/mkdocs-material.git synced 2024-11-12 01:50:52 +01:00

Prepare 9.0.1 release

This commit is contained in:
squidfunk 2023-01-03 09:50:45 +01:00
parent feef8cd6d5
commit 305e79f1c0
5 changed files with 14 additions and 6 deletions

View File

@ -1,8 +1,9 @@
mkdocs-material-9.x.x
mkdocs-material-9.0.1 (2022-01-03)
* Removed pipdeptree dependency for info plugin
* Removed pipdeptree dependency for built-in info plugin
* Fixed appearance of linked tags when hovered (9.0.0 regression)
* Fixed #4810: Abbreviations run out of screen on touch devices
* Fixed #4813: View source and edit button links are the same
mkdocs-material-9.0.0 (2023-01-02)

View File

@ -2,6 +2,13 @@
## Material for MkDocs
### 9.0.1 <small>January 3, 2023</small> { id="9.0.1" }
- Removed pipdeptree dependency for built-in info plugin
- Fixed appearance of linked tags when hovered (9.0.0 regression)
- Fixed #4810: Abbreviations run out of screen on touch devices
- Fixed #4813: View source and edit button links are the same
### 9.0.0 <small>January 2, 2023</small> { id="9.0.0" }
__Additions and improvements__

View File

@ -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.0">
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-9.0.1">
{% endblock %}
{% block htmltitle %}
{% if page.meta and page.meta.title %}

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "mkdocs-material",
"version": "9.0.0",
"version": "9.0.1",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "mkdocs-material",
"version": "9.0.0",
"version": "9.0.1",
"license": "MIT",
"dependencies": {
"array-flat-polyfill": "^1.0.1",

View File

@ -1,6 +1,6 @@
{
"name": "mkdocs-material",
"version": "9.0.0",
"version": "9.0.1",
"description": "Documentation that simply works",
"keywords": [
"mkdocs",