Skip to content

Commit

Permalink
Prepare 9.2.7 release
Browse files Browse the repository at this point in the history
  • Loading branch information
squidfunk committed Sep 2, 2023
1 parent c9b3d43 commit dc4b3a5
Show file tree
Hide file tree
Showing 6 changed files with 32 additions and 22 deletions.
32 changes: 14 additions & 18 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
mkdocs-material-9-2.7+insiders-4.40.3 (2023-09-02)

* Fixed #5946: Docker image missing pngquant for optimize plugin

mkdocs-material-9.2.7 (2023-09-02)

* Switched dependencies to compatible release clauses
* Removed readtime and lxml dependencies for blog plugin
* Reduced size of Docker image to improve CI build performance
* Fixed #5945: Incorrect footer navigation for sibling pages of blog
* Fixed #5939: Page jumps when changing color palette (Firefox 117)
* Fixed #5901: Announcement bar reappears when using instant loading
* Fixed #5824: Allow to customize styles of sequence diagrams

mkdocs-material-9-2.6+insiders-4.40.2 (2023-08-31)

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

mkdocs-material-9.2.0 (2023-07-06)

* Added blogging support via built-in blog plugin
* Added Chinese language support to built-in search plugin
* Added support for annotations (outside of code blocks)
* Added support for navigation icons
* Added support for navigation pruning
* Added support for navigation status
* Added support for customizing site icons
* Improved rendering of (code) annotation markers
* Improved print styles for (code) annotations
* Improved customizability of navigation tabs
* Removed Universal Analytics integration
* Removed ancient polyfills to reduce size of bundled JavaScript by 20%
* Removed necessity for Array.flat and Array.flatMap polyfill
* Removed announcement bar button when JavaScript is not available
* Automatically download ResizeObserver polyfill when necessary

mkdocs-material-9.1.18 (2023-07-03)

* Updated Danish translations
Expand Down
10 changes: 10 additions & 0 deletions docs/changelog/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

## Material for MkDocs

### 9.2.7 <small>September 2, 2023</small> { id="9.2.7" }

- Switched dependencies to compatible release clauses
- Removed `readtime` and `lxml` dependencies for blog plugin
- Reduced size of Docker image to improve CI build performance
- Fixed #5945: Incorrect footer navigation for sibling pages of blog
- Fixed #5939: Page jumps when changing color palette (Firefox 117)
- Fixed #5901: Announcement bar reappears when using instant loading
- Fixed #5824: Allow to customize styles of sequence diagrams

### 9.2.6 <small>August 31, 2023</small> { id="9.2.6" }

- Added Basque translations
Expand Down
4 changes: 4 additions & 0 deletions docs/insiders/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## Material for MkDocs Insiders

### 4.40.3 <small>September 2, 2023</small> { id="4.40.3" }

- Fixed #5946: Docker image missing pngquant for optimize plugin

### 4.40.2 <small>August 31, 2023</small> { id="4.40.2" }

- Added configurable error handling capabilities for social plugin
Expand Down
2 changes: 1 addition & 1 deletion material/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<link rel="alternate" type="application/rss+xml" title="{{ lang.t('rss.updated') }}" href="{{ 'feed_rss_updated.xml' | url }}">
{% endif %}
<link rel="icon" href="{{ config.theme.favicon | url }}">
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-9.2.6">
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-9.2.7">
{% endblock %}
{% block htmltitle %}
{% if page.meta and page.meta.title %}
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mkdocs-material",
"version": "9.2.6",
"version": "9.2.7",
"description": "Documentation that simply works",
"keywords": [
"mkdocs",
Expand Down

0 comments on commit dc4b3a5

Please sign in to comment.