mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Prepare 8.3.6 release
This commit is contained in:
parent
4f78e81959
commit
b2d9e72587
@ -1,3 +1,7 @@
|
||||
mkdocs-material-8.3.6 (2022-06-16)
|
||||
|
||||
* Fixed #4028: Links not clickable when using versioning (8.3.5 regression)
|
||||
|
||||
mkdocs-material-8.3.5+insiders-4.18.1 (2022-06-14)
|
||||
|
||||
* Fixed #3990: Chinese search highlighting not working on non-boundaries
|
||||
|
@ -6,6 +6,10 @@ template: overrides/main.html
|
||||
|
||||
## Material for MkDocs
|
||||
|
||||
### 8.3.6 <small>_ June 16, 2022</small> { id="8.3.6" }
|
||||
|
||||
- Fixed #4028: Links not clickable when using versioning (8.3.5 regression)
|
||||
|
||||
### 8.3.5 <small>_ June 14, 2022</small> { id="8.3.5" }
|
||||
|
||||
- Fixed #4012: Stay on page not working for alias of active version
|
||||
|
@ -22,7 +22,7 @@
|
||||
<link rel="canonical" href="{{ page.canonical_url }}">
|
||||
{% endif %}
|
||||
<link rel="icon" href="{{ config.theme.favicon | url }}">
|
||||
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-8.3.5">
|
||||
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-8.3.6">
|
||||
{% 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": "8.3.5",
|
||||
"version": "8.3.6",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "mkdocs-material",
|
||||
"version": "8.3.5",
|
||||
"version": "8.3.6",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"array-flat-polyfill": "^1.0.1",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "mkdocs-material",
|
||||
"version": "8.3.5",
|
||||
"version": "8.3.6",
|
||||
"description": "Documentation that simply works",
|
||||
"keywords": [
|
||||
"mkdocs",
|
||||
|
Loading…
Reference in New Issue
Block a user