mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-11-24 07:30:12 +01:00
Prepare 8.2.7 release
This commit is contained in:
parent
345c39ce11
commit
8358a9b162
@ -1,3 +1,7 @@
|
|||||||
|
mkdocs-material-8.2.7 (2022-03-24)
|
||||||
|
|
||||||
|
* Temporarily limit Jinja version range to < 3.1 due to breaking changes
|
||||||
|
|
||||||
mkdocs-material-8.2.6 (2022-03-23)
|
mkdocs-material-8.2.6 (2022-03-23)
|
||||||
|
|
||||||
* Fixed #3695: Deprecation warning for unescaped backslashes in templates
|
* Fixed #3695: Deprecation warning for unescaped backslashes in templates
|
||||||
|
@ -6,6 +6,10 @@ template: overrides/main.html
|
|||||||
|
|
||||||
## Material for MkDocs
|
## Material for MkDocs
|
||||||
|
|
||||||
|
### 8.2.7 <small>_ March 24, 2022</small> { id="8.2.7" }
|
||||||
|
|
||||||
|
- Temporarily limit Jinja version range to < 3.1 due to breaking changes
|
||||||
|
|
||||||
### 8.2.6 <small>_ March 23, 2022</small> { id="8.2.6" }
|
### 8.2.6 <small>_ March 23, 2022</small> { id="8.2.6" }
|
||||||
|
|
||||||
- Fixed #3695: Deprecation warning for unescaped backslashes in templates
|
- Fixed #3695: Deprecation warning for unescaped backslashes in templates
|
||||||
|
@ -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.2.6">
|
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-8.2.7">
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
{% block htmltitle %}
|
{% block htmltitle %}
|
||||||
{% if page and page.meta and page.meta.title %}
|
{% if page and 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.2.6",
|
"version": "8.2.7",
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 2,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "mkdocs-material",
|
"name": "mkdocs-material",
|
||||||
"version": "8.2.6",
|
"version": "8.2.7",
|
||||||
"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.2.6",
|
"version": "8.2.7",
|
||||||
"description": "A Material Design theme for MkDocs",
|
"description": "A Material Design theme for MkDocs",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"mkdocs",
|
"mkdocs",
|
||||||
|
Loading…
Reference in New Issue
Block a user