mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-11-12 01:50:52 +01:00
Prepare 7.1.2 release
This commit is contained in:
parent
f8d5f016c8
commit
27fb3c0d0e
@ -1,3 +1,9 @@
|
||||
mkdocs-material-7.1.2 (2021-04-18)
|
||||
|
||||
* Fixed #2554: List markers sometimes overlap floated elements
|
||||
* Fixed #2563: Adding a class to a h1 breaks the table of contents
|
||||
* Fixed #2566: Back-to-top button clickable when invisible
|
||||
|
||||
mkdocs-material-7.1.1+insiders-2.6.0 (2021-04-11)
|
||||
|
||||
* Stay on page when switching versions
|
||||
|
@ -6,6 +6,12 @@ template: overrides/main.html
|
||||
|
||||
## Material for MkDocs
|
||||
|
||||
### 7.1.2 <small>_ April 18, 2021</small>
|
||||
|
||||
- Fixed #2554: List markers sometimes overlap floated elements
|
||||
- Fixed #2563: Adding a class to a `h1` breaks the table of contents
|
||||
- Fixed #2566: Back-to-top button clickable when invisible
|
||||
|
||||
### 7.1.1 <small>_ April 10, 2021</small>
|
||||
|
||||
- Fixed #2501: Nested definition lists compound bottom margin
|
||||
|
@ -27,7 +27,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-7.1.1">
|
||||
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-7.1.2">
|
||||
{% endblock %}
|
||||
{% block htmltitle %}
|
||||
{% 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",
|
||||
"version": "7.1.1",
|
||||
"version": "7.1.2",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "mkdocs-material",
|
||||
"version": "7.1.1",
|
||||
"version": "7.1.2",
|
||||
"description": "A Material Design theme for MkDocs",
|
||||
"keywords": [
|
||||
"mkdocs",
|
||||
|
Loading…
Reference in New Issue
Block a user