Skip to content

Commit 186bd9b

Browse files
committed
Prepare 5.5.2 release
1 parent 5593b54 commit 186bd9b

File tree

6 files changed

+24
-6
lines changed

6 files changed

+24
-6
lines changed

CHANGELOG

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,15 @@
1-
mkdocs-material-5.5.x (2020-08-xx)
1+
mkdocs-material-5.5.2+insiders-1.1.0 (2020-08-03)
2+
3+
* Added highlighting of search results
4+
5+
mkdocs-material-5.5.2 (2020-08-03)
26

37
* Improved highlight colors and spacing for ins, del and mark
48
* Changed some keyboard symbols for better equivalents
5-
* Fixed margins for Admonitions (regression from 5.5.1)
69
* Removed focus outline for details and code blocks on touch devices
10+
* Fixed margins for Admonitions (5.5.1 regression)
11+
* Fixed too small content tab labels (5.5.1 regression)
12+
* Fixed icon repeating for custom admonition icons
713

814
mkdocs-material-5.5.1 (2020-08-01)
915

docs/changelog.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ template: overrides/main.html
66

77
## Material for MkDocs Insiders
88

9+
### 1.1.0 <small>_ August 3, 2020</small>
10+
11+
* Added highlighting of search results
12+
913
### 1.0.0 <small>_ July 14, 2020</small>
1014

1115
* Added grouping of search results
@@ -14,6 +18,15 @@ template: overrides/main.html
1418

1519
## Material for MkDocs
1620

21+
### 5.5.2 <small>_ August 3, 2020</small>
22+
23+
* Improved highlight colors and spacing for `ins`, `del` and `mark`
24+
* Changed some keyboard symbols for better equivalents
25+
* Removed focus `outline` for details and code blocks on touch devices
26+
* Fixed margins for Admonitions (5.5.1 regression)
27+
* Fixed too small content tab labels (5.5.1 regression)
28+
* Fixed icon repeating for custom admonition icons
29+
1730
### 5.5.1 <small>_ August 1, 2020</small>
1831

1932
* Improved typesetting by basing `font-size` and spacings on `em`

docs/reference/icons-emojis.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,6 @@ and adding the dedicated CSS class to the icon:
172172
}
173173
}
174174
.heart {
175-
color: #E91E63;
176175
animation: heart 1000ms infinite;
177176
}
178177
```

material/base.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<meta name="author" content="{{ config.site_author }}">
3030
{% endif %}
3131
<link rel="shortcut icon" href="{{ config.theme.favicon | url }}">
32-
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-5.5.1">
32+
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-5.5.2">
3333
{% endblock %}
3434
{% block htmltitle %}
3535
{% if page and page.meta and page.meta.title %}

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mkdocs-material",
3-
"version": "5.5.1",
3+
"version": "5.5.2",
44
"description": "A Material Design theme for MkDocs",
55
"keywords": [
66
"mkdocs",

0 commit comments

Comments
 (0)