File tree 5 files changed +23
-3
lines changed
5 files changed +23
-3
lines changed Original file line number Diff line number Diff line change
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
+
1
11
mkdocs-material-7.3.2+insiders-3.1.2 (2021-10-06)
2
12
3
13
* Fixed incorrect path separators for social cards on Windows
Original file line number Diff line number Diff line change @@ -6,6 +6,16 @@ template: overrides/main.html
6
6
7
7
## Material for MkDocs
8
8
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
+
9
19
### 7.3.2 <small >_ October 6, 2021</small > { id="7.3.2" }
10
20
11
21
- Deprecated prebuilding of search index
Original file line number Diff line number Diff line change 27
27
< link rel ="canonical " href ="{{ page.canonical_url }} ">
28
28
{% endif %}
29
29
< 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 ">
31
31
{% endblock %}
32
32
{% block htmltitle %}
33
33
{% if page and page.meta and page.meta.title %}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " mkdocs-material" ,
3
- "version" : " 7.3.2 " ,
3
+ "version" : " 7.3.3 " ,
4
4
"description" : " A Material Design theme for MkDocs" ,
5
5
"keywords" : [
6
6
" mkdocs" ,
You can’t perform that action at this time.
0 commit comments