mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Prepare 9.2.7 release
This commit is contained in:
parent
c9b3d435f2
commit
dc4b3a5b10
32
CHANGELOG
32
CHANGELOG
@ -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
|
||||
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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 %}
|
||||
|
4
package-lock.json
generated
4
package-lock.json
generated
@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "mkdocs-material",
|
||||
"version": "9.2.6",
|
||||
"version": "9.2.7",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "mkdocs-material",
|
||||
"version": "9.2.6",
|
||||
"version": "9.2.7",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"clipboard": "^2.0.11",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "mkdocs-material",
|
||||
"version": "9.2.6",
|
||||
"version": "9.2.7",
|
||||
"description": "Documentation that simply works",
|
||||
"keywords": [
|
||||
"mkdocs",
|
||||
|
Loading…
Reference in New Issue
Block a user