mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-11-23 23:21:00 +01:00
Prepare 7.3.5 release
This commit is contained in:
parent
3daf8e2cb2
commit
cda30e8d09
@ -1,3 +1,8 @@
|
|||||||
|
mkdocs-material-7.3.5 (2021-10-27)
|
||||||
|
|
||||||
|
* Added support for setting table of contents title via mkdocs.yml
|
||||||
|
* Fixed back-to-top button position for right-to-left languages
|
||||||
|
|
||||||
mkdocs-material-7.3.4+insiders-3.1.4 (2021-10-17)
|
mkdocs-material-7.3.4+insiders-3.1.4 (2021-10-17)
|
||||||
|
|
||||||
* Fixed #2974: Text cropped with other fonts than Roboto in social plugin
|
* Fixed #2974: Text cropped with other fonts than Roboto in social plugin
|
||||||
|
@ -6,6 +6,11 @@ template: overrides/main.html
|
|||||||
|
|
||||||
## Material for MkDocs
|
## Material for MkDocs
|
||||||
|
|
||||||
|
### 7.3.5 <small>_ October 27, 2021</small> { id="7.3.5" }
|
||||||
|
|
||||||
|
- Added support for setting table of contents title via `mkdocs.yml`
|
||||||
|
- Fixed back-to-top button position for right-to-left languages
|
||||||
|
|
||||||
### 7.3.4 <small>_ October 17, 2021</small> { id="7.3.4" }
|
### 7.3.4 <small>_ October 17, 2021</small> { id="7.3.4" }
|
||||||
|
|
||||||
- Bumped MkDocs version to 1.2.3 to mitigate [CVE-2021-40978]
|
- Bumped MkDocs version to 1.2.3 to mitigate [CVE-2021-40978]
|
||||||
|
@ -27,7 +27,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-7.3.4">
|
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-7.3.5">
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
{% block htmltitle %}
|
{% block htmltitle %}
|
||||||
{% if page and page.meta and page.meta.title %}
|
{% if page and page.meta and page.meta.title %}
|
||||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "mkdocs-material",
|
"name": "mkdocs-material",
|
||||||
"version": "7.3.4",
|
"version": "7.3.5",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "mkdocs-material",
|
"name": "mkdocs-material",
|
||||||
"version": "7.3.4",
|
"version": "7.3.5",
|
||||||
"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