File tree 6 files changed +30
-4
lines changed
6 files changed +30
-4
lines changed Original file line number Diff line number Diff line change
1
+ mkdocs-material-8.1.1 (2012-12-13)
2
+
3
+ * Added support for #only-light and #only-dark image hash fragments
4
+ * Fixed copy-to-clipboard adding blank lines when using line anchors
5
+ * Fixed code annotation directionality for right-to-left languages
6
+ * Fixed header title positioning for right-to-left languages
7
+ * Fixed admonition borders for right-to-left languages (8.0.0 regression)
8
+ * Fixed footer navigation link positioning (8.0.0 regression)
9
+ * Fixed footer navigation title breaking out of container when too long
10
+ * Fixed shrinking arrow in navigation title when too long
11
+ * Fixed #3343: Filtered stopwords appear as missing search terms
12
+ * Fixed #3346: Site unusable due to usage of :not() (Firefox 78 ESR)
13
+
1
14
mkdocs-material-8.1.0+insiders-4.4.0 (2021-12-10)
2
15
3
16
* Added support for code annotation anchor links (deep linking)
Original file line number Diff line number Diff line change @@ -6,6 +6,19 @@ template: overrides/main.html
6
6
7
7
## Material for MkDocs
8
8
9
+ ### 8.1.1 <small >_ December 13, 2021</small > { id="8.1.1" }
10
+
11
+ - Added support for ` #only-light ` and ` #only-dark ` image hash fragments
12
+ - Fixed copy-to-clipboard adding blank lines when using line anchors
13
+ - Fixed code annotation directionality for right-to-left languages
14
+ - Fixed header title positioning for right-to-left languages
15
+ - Fixed admonition borders for right-to-left languages (8.0.0 regression)
16
+ - Fixed footer navigation link positioning (8.0.0 regression)
17
+ - Fixed footer navigation title breaking out of container when too long
18
+ - Fixed shrinking arrow in navigation title when too long
19
+ - Fixed #3343 : Filtered stopwords appear as missing search terms
20
+ - Fixed #3346 : Site unusable due to usage of : not () (Firefox 78 ESR)
21
+
9
22
### 8.1.0 <small >_ December 10, 2021</small > { id="8.1.0" }
10
23
11
24
- Added basic support for code block line anchors
Original file line number Diff line number Diff line change @@ -130,7 +130,7 @@ browsers without support:
130
130
131
131
# ## Light and dark mode
132
132
133
- [:octicons-tag-24 : Unreleased ][Light and dark mode support] ·
133
+ [:octicons-tag-24 : 8.1.1 ][Light and dark mode support] ·
134
134
:octicons-beaker-24 : Experimental
135
135
136
136
If you added a [color palette toggle] and want to show different images for
Original file line number Diff line number Diff line change 22
22
< link rel ="canonical " href ="{{ page.canonical_url }} ">
23
23
{% endif %}
24
24
< link rel ="icon " href ="{{ config.theme.favicon | url }} ">
25
- < meta name ="generator " content ="mkdocs-{{ mkdocs_version }}, mkdocs-material-8.1.0 ">
25
+ < meta name ="generator " content ="mkdocs-{{ mkdocs_version }}, mkdocs-material-8.1.1 ">
26
26
{% endblock %}
27
27
{% block htmltitle %}
28
28
{% 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" : " 8.1.0 " ,
3
+ "version" : " 8.1.1 " ,
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