File tree Expand file tree Collapse file tree 5 files changed +23
-3
lines changed Expand file tree Collapse file tree 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+
111mkdocs-material-7.3.2+insiders-3.1.2 (2021-10-06)
212
313 * 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
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
Original file line number Diff line number Diff line change 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 %}
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments