mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-11-12 01:50:52 +01:00
Prepare 5.5.2 release
This commit is contained in:
parent
5593b54a4f
commit
186bd9ba3e
10
CHANGELOG
10
CHANGELOG
@ -1,9 +1,15 @@
|
||||
mkdocs-material-5.5.x (2020-08-xx)
|
||||
mkdocs-material-5.5.2+insiders-1.1.0 (2020-08-03)
|
||||
|
||||
* Added highlighting of search results
|
||||
|
||||
mkdocs-material-5.5.2 (2020-08-03)
|
||||
|
||||
* Improved highlight colors and spacing for ins, del and mark
|
||||
* Changed some keyboard symbols for better equivalents
|
||||
* Fixed margins for Admonitions (regression from 5.5.1)
|
||||
* Removed focus outline for details and code blocks on touch devices
|
||||
* Fixed margins for Admonitions (5.5.1 regression)
|
||||
* Fixed too small content tab labels (5.5.1 regression)
|
||||
* Fixed icon repeating for custom admonition icons
|
||||
|
||||
mkdocs-material-5.5.1 (2020-08-01)
|
||||
|
||||
|
@ -6,6 +6,10 @@ template: overrides/main.html
|
||||
|
||||
## Material for MkDocs Insiders
|
||||
|
||||
### 1.1.0 <small>_ August 3, 2020</small>
|
||||
|
||||
* Added highlighting of search results
|
||||
|
||||
### 1.0.0 <small>_ July 14, 2020</small>
|
||||
|
||||
* Added grouping of search results
|
||||
@ -14,6 +18,15 @@ template: overrides/main.html
|
||||
|
||||
## Material for MkDocs
|
||||
|
||||
### 5.5.2 <small>_ August 3, 2020</small>
|
||||
|
||||
* Improved highlight colors and spacing for `ins`, `del` and `mark`
|
||||
* Changed some keyboard symbols for better equivalents
|
||||
* Removed focus `outline` for details and code blocks on touch devices
|
||||
* Fixed margins for Admonitions (5.5.1 regression)
|
||||
* Fixed too small content tab labels (5.5.1 regression)
|
||||
* Fixed icon repeating for custom admonition icons
|
||||
|
||||
### 5.5.1 <small>_ August 1, 2020</small>
|
||||
|
||||
* Improved typesetting by basing `font-size` and spacings on `em`
|
||||
|
@ -172,7 +172,6 @@ and adding the dedicated CSS class to the icon:
|
||||
}
|
||||
}
|
||||
.heart {
|
||||
color: #E91E63;
|
||||
animation: heart 1000ms infinite;
|
||||
}
|
||||
```
|
||||
|
@ -29,7 +29,7 @@
|
||||
<meta name="author" content="{{ config.site_author }}">
|
||||
{% endif %}
|
||||
<link rel="shortcut icon" href="{{ config.theme.favicon | url }}">
|
||||
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-5.5.1">
|
||||
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-5.5.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": "5.5.1",
|
||||
"version": "5.5.2",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "mkdocs-material",
|
||||
"version": "5.5.1",
|
||||
"version": "5.5.2",
|
||||
"description": "A Material Design theme for MkDocs",
|
||||
"keywords": [
|
||||
"mkdocs",
|
||||
|
Loading…
Reference in New Issue
Block a user