mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Prepare 9.2.0b0 release
This commit is contained in:
parent
083fab9ae8
commit
4f6adf46ef
15
CHANGELOG
15
CHANGELOG
@ -1,3 +1,18 @@
|
||||
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%
|
||||
|
||||
mkdocs-material-9.1.18 (2023-07-03)
|
||||
|
||||
* Updated Danish translations
|
||||
|
@ -2,6 +2,21 @@
|
||||
|
||||
## Material for MkDocs
|
||||
|
||||
### 9.2.0 <small>July 6, 2023</small> { id="9.2.0" }
|
||||
|
||||
- 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%
|
||||
|
||||
### 9.1.18 <small>July 3, 2023</small> { id="9.1.18" }
|
||||
|
||||
- Updated Danish translations
|
||||
|
@ -74,6 +74,8 @@ theme:
|
||||
|
||||
### Site icons
|
||||
|
||||
[:octicons-tag-24: 9.2.0][Site icon support]
|
||||
|
||||
Most icons you see on your site, such as navigation icons, can also be changed. For example,
|
||||
to change the navigation arrows in the footer, add the following lines to `mkdocs.yml`:
|
||||
|
||||
@ -103,6 +105,8 @@ The following is a complete list of customizable icons used by the theme:
|
||||
| `previous` | Previous page in footer, hide search on mobile |
|
||||
| `next` | Next page in footer |
|
||||
|
||||
[Site icon support]: https://github.com/squidfunk/mkdocs-material/releases/tag/9.2.0
|
||||
|
||||
## Customization
|
||||
|
||||
### Additional icons
|
||||
|
Loading…
Reference in New Issue
Block a user