Skip to content

Commit dc4b3a5

Browse files
committed
Prepare 9.2.7 release
1 parent c9b3d43 commit dc4b3a5

File tree

6 files changed

+32
-22
lines changed

6 files changed

+32
-22
lines changed

CHANGELOG

+14-18
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
mkdocs-material-9-2.7+insiders-4.40.3 (2023-09-02)
2+
3+
* Fixed #5946: Docker image missing pngquant for optimize plugin
4+
5+
mkdocs-material-9.2.7 (2023-09-02)
6+
7+
* Switched dependencies to compatible release clauses
8+
* Removed readtime and lxml dependencies for blog plugin
9+
* Reduced size of Docker image to improve CI build performance
10+
* Fixed #5945: Incorrect footer navigation for sibling pages of blog
11+
* Fixed #5939: Page jumps when changing color palette (Firefox 117)
12+
* Fixed #5901: Announcement bar reappears when using instant loading
13+
* Fixed #5824: Allow to customize styles of sequence diagrams
14+
115
mkdocs-material-9-2.6+insiders-4.40.2 (2023-08-31)
216

317
* Added configurable error handling capabilities for social plugin
@@ -160,24 +174,6 @@ mkdocs-material-9.1.18+insiders-4.37.0 (2023-07-07)
160174
* Fixed jumping of content tabs anchor links when instant loading is enabled
161175
* Fixed #5676: Optimize plugin doesn't check for pngquant
162176

163-
mkdocs-material-9.2.0 (2023-07-06)
164-
165-
* Added blogging support via built-in blog plugin
166-
* Added Chinese language support to built-in search plugin
167-
* Added support for annotations (outside of code blocks)
168-
* Added support for navigation icons
169-
* Added support for navigation pruning
170-
* Added support for navigation status
171-
* Added support for customizing site icons
172-
* Improved rendering of (code) annotation markers
173-
* Improved print styles for (code) annotations
174-
* Improved customizability of navigation tabs
175-
* Removed Universal Analytics integration
176-
* Removed ancient polyfills to reduce size of bundled JavaScript by 20%
177-
* Removed necessity for Array.flat and Array.flatMap polyfill
178-
* Removed announcement bar button when JavaScript is not available
179-
* Automatically download ResizeObserver polyfill when necessary
180-
181177
mkdocs-material-9.1.18 (2023-07-03)
182178

183179
* Updated Danish translations

docs/changelog/index.md

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

33
## Material for MkDocs
44

5+
### 9.2.7 <small>September 2, 2023</small> { id="9.2.7" }
6+
7+
- Switched dependencies to compatible release clauses
8+
- Removed `readtime` and `lxml` dependencies for blog plugin
9+
- Reduced size of Docker image to improve CI build performance
10+
- Fixed #5945: Incorrect footer navigation for sibling pages of blog
11+
- Fixed #5939: Page jumps when changing color palette (Firefox 117)
12+
- Fixed #5901: Announcement bar reappears when using instant loading
13+
- Fixed #5824: Allow to customize styles of sequence diagrams
14+
515
### 9.2.6 <small>August 31, 2023</small> { id="9.2.6" }
616

717
- Added Basque translations

docs/insiders/changelog.md

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

33
## Material for MkDocs Insiders
44

5+
### 4.40.3 <small>September 2, 2023</small> { id="4.40.3" }
6+
7+
- Fixed #5946: Docker image missing pngquant for optimize plugin
8+
59
### 4.40.2 <small>August 31, 2023</small> { id="4.40.2" }
610

711
- Added configurable error handling capabilities for social plugin

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.2.6">
35+
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-9.2.7">
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.2.6",
3+
"version": "9.2.7",
44
"description": "Documentation that simply works",
55
"keywords": [
66
"mkdocs",

0 commit comments

Comments
 (0)