Skip to content

Commit 42b2fb8

Browse files
committed
Prepare 9.3.2 release
1 parent 5a86f8d commit 42b2fb8

File tree

5 files changed

+25
-9
lines changed

5 files changed

+25
-9
lines changed

CHANGELOG

+10-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
mkdocs-material-9.3.2 (2023-09-19)
2+
3+
* Updated Slovenian translations
4+
* Updated Python dependencies in requirements to use minimum versions
5+
* Fixed #6017: Code highlighting inconsist in Community and Insiders edition
6+
* Fixed #6001: Contributor avatars display incorrectly in Firefox
7+
* Fixed #6000: Blog post drafts are included in navigation
8+
19
mkdocs-material-9.3.1+insiders-4.41.0 (2023-09-11)
210

311
* Improved multi-instance support for optimize plugin
@@ -12,7 +20,7 @@ mkdocs-material-9.3.1 (2023-09-11)
1220

1321
mkdocs-material-9.3.0 (2023-09-11)
1422

15-
* Improved configuration sharing between community and Insiders edition
23+
* Improved configuration sharing between Community and Insiders edition
1624
* Added experimental built-in group plugin for enabling plugins conditionally
1725
* Added new settings in tags plugin for enabling/disabling
1826
* Dropped support for Python 3.7 (EOL)
@@ -497,7 +505,7 @@ mkdocs-material-9.0.8 (2023-01-29)
497505
mkdocs-material-9.0.7 (2023-01-28)
498506

499507
* Improved accessibility of sidebar navigation
500-
* Moved all translations into community edition
508+
* Moved all translations into Community edition
501509
* Updated Polish and Portuguese (Brasilian) translations
502510
* Fixed info plugin terminating on subsequent reload when serving
503511
* Fixed #4910: Sidebar navigation labels have invalid ARIA roles

docs/changelog/index.md

+11-3
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,21 @@
22

33
## Material for MkDocs
44

5+
### 9.3.2 <small>September 19, 2023</small> { id="9.3.2" }
6+
7+
- Updated Slovenian translations
8+
- Updated Python dependencies in requirements to use minimum versions
9+
- Fixed #6017: Code highlighting inconsist in Community and Insiders edition
10+
- Fixed #6001: Contributor avatars display incorrectly in Firefox
11+
- Fixed #6000: Blog post drafts are included in navigation
12+
513
### 9.3.1 <small>September 11, 2023</small> { id="9.3.1" }
614

715
- Fixed crash of group plugin when used together with hooks
816

917
### 9.3.0 <small>September 11, 2023</small> { id="9.3.0" }
1018

11-
- Improved configuration sharing between community and Insiders edition
19+
- Improved configuration sharing between Community and Insiders edition
1220
- Added experimental built-in group plugin for enabling plugins conditionally
1321
- Added new settings in tags plugin for enabling/disabling
1422
- Dropped support for Python 3.7 (EOL)
@@ -90,7 +98,7 @@ __Additions and improvements__
9098
- Improved header partial by moving buttons into separate partials
9199
- Improved clarity of `site_url` warning in social plugin
92100
- Improved blog plugin to automatically setup directory structure
93-
- Switched info plugin to `importlib` to mitigate deprecations
101+
- Switched info plugin to `importlib` to mitigate deprecations
94102
- Automatically download ResizeObserver polyfill when necessary
95103
- Automatically add iframe-worker polyfill when necessary in offline plugin
96104
- Automatically focus and bring up keyboard on touch devices
@@ -300,7 +308,7 @@ __Fixes__
300308
### 9.0.7 <small>January 28, 2023</small> { id="9.0.7" }
301309

302310
- Improved accessibility of sidebar navigation
303-
- Moved all translations into community edition
311+
- Moved all translations into Community edition
304312
- Updated Polish and Portuguese (Brasilian) translations
305313
- Fixed info plugin terminating on subsequent reload when serving
306314
- Fixed #4910: Sidebar navigation labels have invalid ARIA roles

material/base.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<link rel="alternate" type="application/rss+xml" title="{{ lang.t('rss.updated') }}" href="{{ 'feed_rss_updated.xml' | url }}">
3333
{% endif %}
3434
<link rel="icon" href="{{ config.theme.favicon | url }}">
35-
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-9.3.1">
35+
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-9.3.2">
3636
{% endblock %}
3737
{% block htmltitle %}
3838
{% 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.3.1",
3+
"version": "9.3.2",
44
"description": "Documentation that simply works",
55
"keywords": [
66
"mkdocs",

0 commit comments

Comments
 (0)