Skip to content

Commit db6e6c6

Browse files
committed
Prepare 9.0.14 release
1 parent 1663d84 commit db6e6c6

File tree

6 files changed

+24
-4
lines changed

6 files changed

+24
-4
lines changed

CHANGELOG

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
mkdocs-material-9.0.14+insiders-4.32.1 (2023-02-23)
2+
3+
* Fixed code block spans interfering with copying
4+
* Fixed #5077: Privacy plugin breaks image alt text encoding
5+
* Fixed #5079: Privacy plugin removing rel=me on external links
6+
7+
mkdocs-material-9.0.14 (2023-02-23)
8+
9+
* Fixed #5072: Rendering bug on navigation expand button in Firefox
10+
111
mkdocs-material-9.0.13+insiders-4.32.0 (2023-02-19)
212

313
* Added support for custom selectors for code annotations

docs/changelog/index.md

+4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## Material for MkDocs
44

5+
### 9.0.14 <small>February 23, 2023</small> { id="9.0.14" }
6+
7+
- Fixed #5072: Rendering bug on navigation expand button in Firefox
8+
59
### 9.0.13 <small>February 18, 2023</small> { id="9.0.13" }
610

711
- Updated Uzbek translations

docs/insiders/changelog.md

+6
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
## Material for MkDocs Insiders
44

5+
### 4.32.1 <small>February 23, 2023</small> { id="4.32.1" }
6+
7+
- Fixed code block spans interfering with copying
8+
- Fixed #5077: Privacy plugin breaks image `alt` text encoding
9+
- Fixed #5079: Privacy plugin removing `rel=me` on external links
10+
511
### 4.32.0 <small>February 19, 2023</small> { id="4.32.0" }
612

713
- Added support for custom selectors for code annotations

material/base.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<link rel="next" href="{{ page.next_page.url | url }}">
2929
{% endif %}
3030
<link rel="icon" href="{{ config.theme.favicon | url }}">
31-
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-9.0.13">
31+
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-9.0.14">
3232
{% endblock %}
3333
{% block htmltitle %}
3434
{% if page.meta and page.meta.title %}

package-lock.json

+2-2
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": "9.0.13",
3+
"version": "9.0.14",
44
"description": "Documentation that simply works",
55
"keywords": [
66
"mkdocs",

0 commit comments

Comments
 (0)