Skip to content

Commit 7c0a251

Browse files
committed
Prepare 7.2.7 release
1 parent 36f1e99 commit 7c0a251

File tree

5 files changed

+21
-3
lines changed

5 files changed

+21
-3
lines changed

CHANGELOG

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
mkdocs-material-7.2.7 (2021-09-19)
2+
3+
* Updated Serbian and Serbo-Croatian translations
4+
* Improved appearance of outline on details
5+
* Fixed #2934: Scrollbar when header is hidden on some mobile browsers
6+
* Fixed #3032: Anchor in details doesn't open on load (7.0.0 regression)
7+
* Fixed back-to-top button being focusable when invisible
8+
* Fixed broken admonition icons (removed in upstream)
9+
110
mkdocs-material-7.2.6+insiders-3.0.0 (2021-09-13)
211

312
* Rewrite of MkDocs' search plugin

docs/changelog.md

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

77
## Material for MkDocs
88

9+
### 7.2.7 <small>_ September 19, 2021</small>
10+
11+
- Updated Serbian and Serbo-Croatian translations
12+
- Improved appearance of outline on details
13+
- Fixed #2934: Scrollbar when header is hidden on some mobile browsers
14+
- Fixed #3032: Anchor in details doesn't open on load (7.0.0 regression)
15+
- Fixed back-to-top button being focusable when invisible
16+
- Fixed broken admonition icons (removed in upstream)
17+
918
### 7.2.6 <small>_ September 1, 2021</small>
1019

1120
- Fixed rendering of `blockquote` elements (7.0.0 regression)

material/base.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<link rel="canonical" href="{{ page.canonical_url }}">
2828
{% endif %}
2929
<link rel="icon" href="{{ config.theme.favicon | url }}">
30-
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-7.2.6">
30+
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-7.2.7">
3131
{% endblock %}
3232
{% block htmltitle %}
3333
{% 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": "7.2.6",
3+
"version": "7.2.7",
44
"description": "A Material Design theme for MkDocs",
55
"keywords": [
66
"mkdocs",

0 commit comments

Comments
 (0)