File tree Expand file tree Collapse file tree 6 files changed +25
-7
lines changed Expand file tree Collapse file tree 6 files changed +25
-7
lines changed Original file line number Diff line number Diff line change 1
- mkdocs-material-9.1.16+insiders-4.36.0 (2023-07-15)
1
+ mkdocs-material-9.1.17+insiders-4.36.1 (2023-06-23)
2
+
3
+ * Fixed #5618: Date comparison breaking for drafts in blog plugin
4
+
5
+ mkdocs-material-9.1.17 (2023-06-23)
6
+
7
+ * Fixed #5633: Code annotations with nested lists incorrectly mounted
8
+ * Fixed #5628: Regression in new social plugin configuration scheme
9
+
10
+ mkdocs-material-9.1.16+insiders-4.36.0 (2023-06-15)
2
11
3
12
* Added support for instant prefetching to speed up slow connections
4
13
* Improved stability of anchor link removal in built-in typeset plugin
5
14
* Improved performance of regular expressions in typeset plugin
6
15
* Removed unnecessary import test for cairosvg in optimize plugin
7
16
* Fixed #5590: regular expression for anchor link removal too greedy
8
17
9
- mkdocs-material-9.1.16 (2023-07 -15)
18
+ mkdocs-material-9.1.16 (2023-06 -15)
10
19
11
20
* Updated Indonesian translations
12
21
* Ensure scroll bar follows color scheme of operating system
Original file line number Diff line number Diff line change 2
2
3
3
## Material for MkDocs
4
4
5
+ ### 9.1.17 <small >June 23, 2023</small > { id="9.1.17" }
6
+
7
+ - Fixed #5633 : Code annotations with nested lists incorrectly mounted
8
+ - Fixed #5628 : Regression in new social plugin configuration scheme
9
+
5
10
### 9.1.16 <small >June 15, 2023</small > { id="9.1.16" }
6
11
7
12
- Updated Indonesian translations
Original file line number Diff line number Diff line change 2
2
3
3
## Material for MkDocs Insiders
4
4
5
+ ### 4.36.1 <small >June 23, 2023</small > { id="4.36.1" }
6
+
7
+ - Fixed #5618 : Date comparison breaking for drafts in blog plugin
8
+
5
9
### 4.36.0 <small >June 15, 2023</small > { id="4.36.0" }
6
10
7
11
- Added support for instant prefetching to speed up slow connections
8
12
- Improved stability of anchor link removal in built-in typeset plugin
9
13
- Improved performance of regular expressions in typeset plugin
10
14
- Removed unnecessary import test for ` cairosvg ` in optimize plugin
11
- - Fixed #5590 : regular expression for anchor link removal too greedy
15
+ - Fixed #5590 : Regular expression for anchor link removal too greedy
12
16
13
17
### 4.35.3 <small >June 1, 2023</small > { id="4.35.3" }
14
18
Original file line number Diff line number Diff line change 28
28
< link rel ="next " href ="{{ page.next_page.url | url }} ">
29
29
{% endif %}
30
30
< link rel ="icon " href ="{{ config.theme.favicon | url }} ">
31
- < meta name ="generator " content ="mkdocs-{{ mkdocs_version }}, mkdocs-material-9.1.16 ">
31
+ < meta name ="generator " content ="mkdocs-{{ mkdocs_version }}, mkdocs-material-9.1.17 ">
32
32
{% endblock %}
33
33
{% block htmltitle %}
34
34
{% if 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" : " 9.1.16 " ,
3
+ "version" : " 9.1.17 " ,
4
4
"description" : " Documentation that simply works" ,
5
5
"keywords" : [
6
6
" mkdocs" ,
You can’t perform that action at this time.
0 commit comments