1
0
mirror of https://github.com/squidfunk/mkdocs-material.git synced 2024-11-12 01:50:52 +01:00

Prepared 8.1.2 release

This commit is contained in:
squidfunk 2021-12-15 10:17:32 +01:00
parent 787112f652
commit 1a30f2590c
5 changed files with 15 additions and 3 deletions

View File

@ -1,3 +1,9 @@
mkdocs-material-8.1.2 (2012-12-15)
* Switched CSS sources to logical properties
* Added transformation of logical properties to ltr/rtl equivalents
* Fixed spacing for admonitions inside lists (8.1.1 regression)
mkdocs-material-8.1.1 (2012-12-13)
* Added support for #only-light and #only-dark image hash fragments

View File

@ -6,6 +6,12 @@ template: overrides/main.html
## Material for MkDocs
### 8.1.2 <small>_ December 15, 2021</small> { id="8.1.2" }
- Switched CSS sources to logical properties
- Added transformation of logical properties to `ltr`/`rtl` equivalents
- Fixed spacing for admonitions inside lists (8.1.1 regression)
### 8.1.1 <small>_ December 13, 2021</small> { id="8.1.1" }
- Added support for `#only-light` and `#only-dark` image hash fragments

View File

@ -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.1.1">
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-8.1.2">
{% endblock %}
{% block htmltitle %}
{% if page and page.meta and page.meta.title %}

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "mkdocs-material",
"version": "8.1.1",
"version": "8.1.2",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "mkdocs-material",
"version": "8.1.1",
"version": "8.1.2",
"description": "A Material Design theme for MkDocs",
"keywords": [
"mkdocs",