mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-11-12 01:50:52 +01:00
Prepare 7.1.1 release
This commit is contained in:
parent
ff9e2841cc
commit
7d405c4a1b
@ -1,3 +1,10 @@
|
||||
mkdocs-material-7.1.1 (2021-04-10)
|
||||
|
||||
* Fixed #2501: Nested definition lists compound bottom margin
|
||||
* Fixed #2508: Switch extracopyright block to template variable
|
||||
* Fixed #2533: Search (and other parts) not working in Safari <14
|
||||
* Fixed #2538: Visual quirk when opening language selector
|
||||
|
||||
mkdocs-material-7.1.0 (2021-03-29)
|
||||
|
||||
* Added support for color palette toggle
|
||||
|
@ -6,6 +6,13 @@ template: overrides/main.html
|
||||
|
||||
## Material for MkDocs
|
||||
|
||||
### 7.1.1 <small>_ April 10, 2021</small>
|
||||
|
||||
- Fixed #2501: Nested definition lists compound bottom margin
|
||||
- Fixed #2508: Switch `extracopyright` block to template variable
|
||||
- Fixed #2533: Search (and other parts) not working in Safari <14
|
||||
- Fixed #2538: Visual quirk when opening language selector
|
||||
|
||||
### 7.1.0 <small>_ March 29, 2021</small>
|
||||
|
||||
- Added support for back-to-top button
|
||||
|
@ -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.0">
|
||||
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-7.1.1">
|
||||
{% 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.0",
|
||||
"version": "7.1.1",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "mkdocs-material",
|
||||
"version": "7.1.0",
|
||||
"version": "7.1.1",
|
||||
"description": "A Material Design theme for MkDocs",
|
||||
"keywords": [
|
||||
"mkdocs",
|
||||
|
Loading…
Reference in New Issue
Block a user