Skip to content

Commit c093b09

Browse files
committed
Prepared 8.1.1 release
1 parent 1453e94 commit c093b09

File tree

6 files changed

+30
-4
lines changed

6 files changed

+30
-4
lines changed

CHANGELOG

+13
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
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+
114
mkdocs-material-8.1.0+insiders-4.4.0 (2021-12-10)
215

316
* Added support for code annotation anchor links (deep linking)

docs/changelog/index.md

+13
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,19 @@ template: overrides/main.html
66

77
## Material for MkDocs
88

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+
922
### 8.1.0 <small>_ December 10, 2021</small> { id="8.1.0" }
1023

1124
- Added basic support for code block line anchors

docs/reference/images.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ browsers without support:
130130

131131
### Light and dark mode
132132

133-
[:octicons-tag-24: Unreleased][Light and dark mode support] ·
133+
[:octicons-tag-24: 8.1.1][Light and dark mode support] ·
134134
:octicons-beaker-24: Experimental
135135

136136
If you added a [color palette toggle] and want to show different images for

material/base.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<link rel="canonical" href="{{ page.canonical_url }}">
2323
{% endif %}
2424
<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">
2626
{% endblock %}
2727
{% block htmltitle %}
2828
{% if page and page.meta and page.meta.title %}

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mkdocs-material",
3-
"version": "8.1.0",
3+
"version": "8.1.1",
44
"description": "A Material Design theme for MkDocs",
55
"keywords": [
66
"mkdocs",

0 commit comments

Comments
 (0)