Skip to content

Commit be9d7b5

Browse files
committed
Prepare 7.3.3 release
1 parent de98c57 commit be9d7b5

File tree

5 files changed

+23
-3
lines changed

5 files changed

+23
-3
lines changed

CHANGELOG

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
mkdocs-material-7.3.3 (2021-10-11)
2+
3+
* Rewrite of entire documentation
4+
* Adjusted height of new content tabs to match single line code blocks
5+
* Fixed new content tabs missing right padding in some browsers on overflow
6+
* Fixed new content tabs bleeding out of flex container on overflow
7+
* Fixed new content tabs overflow scrolling bugs on some browsers
8+
* Fixed new content tabs stealing keyboard access when active
9+
* Fixed some spacings issues for right-to-left languages
10+
111
mkdocs-material-7.3.2+insiders-3.1.2 (2021-10-06)
212

313
* Fixed incorrect path separators for social cards on Windows

docs/changelog/index.md

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

77
## Material for MkDocs
88

9+
### 7.3.3 <small>_ October 11, 2021</small> { id="7.3.3" }
10+
11+
- Rewrite of entire documentation
12+
- Adjusted height of new content tabs to match single line code blocks
13+
- Fixed new content tabs missing right padding in some browsers on overflow
14+
- Fixed new content tabs bleeding out of flex container on overflow
15+
- Fixed new content tabs overflow scrolling bugs on some browsers
16+
- Fixed new content tabs stealing keyboard access when active
17+
- Fixed some spacings issues for right-to-left languages
18+
919
### 7.3.2 <small>_ October 6, 2021</small> { id="7.3.2" }
1020

1121
- Deprecated prebuilding of search index

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.3.2">
30+
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-7.3.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.3.2",
3+
"version": "7.3.3",
44
"description": "A Material Design theme for MkDocs",
55
"keywords": [
66
"mkdocs",

0 commit comments

Comments
 (0)