mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-11-28 01:10:58 +01:00
Prepare 8.5.5 release
This commit is contained in:
parent
31518177b3
commit
d20e4ce870
@ -1,3 +1,9 @@
|
|||||||
|
mkdocs-material-8.5.5 (2022-10-01)
|
||||||
|
|
||||||
|
* Updated MkDocs to 1.4
|
||||||
|
* Fixed compatibility issues with MkDocs 1.4
|
||||||
|
* Fixed #4430: build error when enabling consent without repository URL
|
||||||
|
|
||||||
mkdocs-material-8.5.4 (2022-09-30)
|
mkdocs-material-8.5.4 (2022-09-30)
|
||||||
|
|
||||||
* Fixed expand icons shift on sidebar overflow (using scrollbar-gutter)
|
* Fixed expand icons shift on sidebar overflow (using scrollbar-gutter)
|
||||||
|
@ -6,6 +6,12 @@ template: overrides/main.html
|
|||||||
|
|
||||||
## Material for MkDocs
|
## Material for MkDocs
|
||||||
|
|
||||||
|
### 8.5.5 <small>_ October 1, 2022</small> { id="8.5.5" }
|
||||||
|
|
||||||
|
- Updated MkDocs to 1.4
|
||||||
|
- Fixed compatibility issues with MkDocs 1.4
|
||||||
|
- Fixed #4430: build error when enabling consent without repository URL
|
||||||
|
|
||||||
### 8.5.4 <small>_ September 30, 2022</small> { id="8.5.4" }
|
### 8.5.4 <small>_ September 30, 2022</small> { id="8.5.4" }
|
||||||
|
|
||||||
- Fixed expand icons shift on sidebar overflow (using `scrollbar-gutter`)
|
- Fixed expand icons shift on sidebar overflow (using `scrollbar-gutter`)
|
||||||
|
@ -22,7 +22,7 @@
|
|||||||
<link rel="canonical" href="{{ page.canonical_url }}">
|
<link rel="canonical" href="{{ page.canonical_url }}">
|
||||||
{% endif %}
|
{% endif %}
|
||||||
<link rel="icon" href="{{ config.theme.favicon | url }}">
|
<link rel="icon" href="{{ config.theme.favicon | url }}">
|
||||||
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-8.5.4">
|
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-8.5.5">
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
{% block htmltitle %}
|
{% block htmltitle %}
|
||||||
{% if page.meta and page.meta.title %}
|
{% if page.meta and page.meta.title %}
|
||||||
|
4
package-lock.json
generated
4
package-lock.json
generated
@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "mkdocs-material",
|
"name": "mkdocs-material",
|
||||||
"version": "8.5.4",
|
"version": "8.5.5",
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 2,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "mkdocs-material",
|
"name": "mkdocs-material",
|
||||||
"version": "8.5.4",
|
"version": "8.5.5",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"array-flat-polyfill": "^1.0.1",
|
"array-flat-polyfill": "^1.0.1",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "mkdocs-material",
|
"name": "mkdocs-material",
|
||||||
"version": "8.5.4",
|
"version": "8.5.5",
|
||||||
"description": "Documentation that simply works",
|
"description": "Documentation that simply works",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"mkdocs",
|
"mkdocs",
|
||||||
|
Loading…
Reference in New Issue
Block a user