Skip to content
Snippets Groups Projects
Commit 305e79f1 authored by squidfunk's avatar squidfunk
Browse files

Prepare 9.0.1 release

parent feef8cd6
No related branches found
No related tags found
No related merge requests found
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)
......
......@@ -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__
......
......@@ -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 %}
......
{
"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",
......
{
"name": "mkdocs-material",
"version": "9.0.0",
"version": "9.0.1",
"description": "Documentation that simply works",
"keywords": [
"mkdocs",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment