Prepare 9.0.14 release

This commit is contained in:
squidfunk 2023-02-23 14:23:37 +01:00
parent 1663d84b02
commit db6e6c6f76
6 changed files with 24 additions and 4 deletions

View File

@ -1,3 +1,13 @@
mkdocs-material-9.0.14+insiders-4.32.1 (2023-02-23)
* Fixed code block spans interfering with copying
* Fixed #5077: Privacy plugin breaks image alt text encoding
* Fixed #5079: Privacy plugin removing rel=me on external links
mkdocs-material-9.0.14 (2023-02-23)
* Fixed #5072: Rendering bug on navigation expand button in Firefox
mkdocs-material-9.0.13+insiders-4.32.0 (2023-02-19)
* Added support for custom selectors for code annotations

View File

@ -2,6 +2,10 @@
## Material for MkDocs
### 9.0.14 <small>February 23, 2023</small> { id="9.0.14" }
- Fixed #5072: Rendering bug on navigation expand button in Firefox
### 9.0.13 <small>February 18, 2023</small> { id="9.0.13" }
- Updated Uzbek translations

View File

@ -2,6 +2,12 @@
## Material for MkDocs Insiders
### 4.32.1 <small>February 23, 2023</small> { id="4.32.1" }
- Fixed code block spans interfering with copying
- Fixed #5077: Privacy plugin breaks image `alt` text encoding
- Fixed #5079: Privacy plugin removing `rel=me` on external links
### 4.32.0 <small>February 19, 2023</small> { id="4.32.0" }
- Added support for custom selectors for code annotations

View File

@ -28,7 +28,7 @@
<link rel="next" href="{{ page.next_page.url | url }}">
{% endif %}
<link rel="icon" href="{{ config.theme.favicon | url }}">
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-9.0.13">
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-9.0.14">
{% endblock %}
{% block htmltitle %}
{% if page.meta and page.meta.title %}

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "mkdocs-material",
"version": "9.0.13",
"version": "9.0.14",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "mkdocs-material",
"version": "9.0.13",
"version": "9.0.14",
"license": "MIT",
"dependencies": {
"array-flat-polyfill": "^1.0.1",

View File

@ -1,6 +1,6 @@
{
"name": "mkdocs-material",
"version": "9.0.13",
"version": "9.0.14",
"description": "Documentation that simply works",
"keywords": [
"mkdocs",