File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed
Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 1+ mkdocs-material-7.3.2+insiders-3.1.3 (2021-10-12)
2+
3+ * Added warnings to search plugin for unsupported options and syntax
4+ * Fixed #3503: Search sometimes returns entire page
5+ * Fixed #3089: Single-line code annotations disappear when printing
6+
17mkdocs-material-7.3.3 (2021-10-11)
28
39 * Rewrite of entire documentation
@@ -17,7 +23,7 @@ mkdocs-material-7.3.2 (2021-10-06)
1723 * Deprecated prebuilding of search index
1824 * Improved graceful handling of broken search for file://
1925 * Added minimum Jinja version to list of requirements
20- * Fixed #3071: section index pages render empty directories
26+ * Fixed #3071: Section index pages render empty directories
2127 * Fixed margin issues when using navigation tabs (7.3.1 regression)
2228 * Fixed search placeholder sometimes being shown too early
2329
Original file line number Diff line number Diff line change @@ -6,6 +6,12 @@ template: overrides/main.html
66
77## Material for MkDocs Insiders
88
9+ ### 3.1.3 <small >_ October 12, 2021</small > { id="3.1.3" }
10+
11+ - Added warnings to search plugin for unsupported options and syntax
12+ - Fixed #3503 : Search sometimes returns entire page
13+ - Fixed #3089 : Single-line code annotations disappear when printing
14+
915### 3.1.2 <small >_ October 6, 2021</small > { id="3.1.2" }
1016
1117- Fixed incorrect path separators for social cards on Windows
You can’t perform that action at this time.
0 commit comments