Skip to content

Commit 3b23896

Browse files
committed
Prepare 7.2.3 release
1 parent f55318b commit 3b23896

File tree

5 files changed

+15
-3
lines changed

5 files changed

+15
-3
lines changed

CHANGELOG

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
mkdocs-material-7.2.3 (2021-08-09)
2+
3+
* Slight facelift of data tables, now closer to Material Design
4+
* Fixed instant loading not respecting clicks on search results
5+
* Fixed #2881: Invalid anchor offsets when using instant loading
6+
17
mkdocs-material-7.2.2+insiders-2.13.0 (2021-08-07)
28

39
* Added support for custom colors in social cards

docs/changelog.md

+6
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ template: overrides/main.html
66

77
## Material for MkDocs
88

9+
### 7.2.3 <small>_ August 9, 2021</small>
10+
11+
- Slight facelift of data tables, now closer to Material Design
12+
- Fixed instant loading not respecting clicks on search results
13+
- Fixed #2881: Invalid anchor offsets when using instant loading
14+
915
### 7.2.2 <small>_ July 31, 2021</small>
1016

1117
- Updated Korean translations

material/base.html

+1-1
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.2">
30+
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-7.2.3">
3131
{% endblock %}
3232
{% block htmltitle %}
3333
{% if page and page.meta and page.meta.title %}

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mkdocs-material",
3-
"version": "7.2.2",
3+
"version": "7.2.3",
44
"description": "A Material Design theme for MkDocs",
55
"keywords": [
66
"mkdocs",

0 commit comments

Comments
 (0)