mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Prepare 8.5.6 release
This commit is contained in:
parent
c44baee78d
commit
d1fc859821
12
CHANGELOG
12
CHANGELOG
@ -1,3 +1,15 @@
|
||||
mkdocs-material-8.5.6+insiders-4.25.0 (2022-10-02)
|
||||
|
||||
* Added support for navigation subtitles
|
||||
* Added support for defining an allow list for built-in tags plugin
|
||||
* Added support for custom slugify functions for built-in tags plugin
|
||||
* Improved stability of search plugin when using --dirtyreload
|
||||
|
||||
mkdocs-material-8.5.6 (2022-10-02)
|
||||
|
||||
* Modernized appearance of admonitions (with fallback, see docs)
|
||||
* Improved appearance of inline code blocks in admonition titles
|
||||
|
||||
mkdocs-material-8.5.5+insiders-4.24.2 (2022-10-01)
|
||||
|
||||
* Updated MkDocs to 1.4
|
||||
|
@ -6,6 +6,11 @@ template: overrides/main.html
|
||||
|
||||
## Material for MkDocs
|
||||
|
||||
### 8.5.6 <small>_ October 2, 2022</small> { id="8.5.6" }
|
||||
|
||||
- Modernized appearance of admonitions (with fallback, see docs)
|
||||
- Improved appearance of inline code blocks in admonition titles
|
||||
|
||||
### 8.5.5 <small>_ October 1, 2022</small> { id="8.5.5" }
|
||||
|
||||
- Updated MkDocs to 1.4
|
||||
|
@ -6,6 +6,13 @@ template: overrides/main.html
|
||||
|
||||
## Material for MkDocs Insiders
|
||||
|
||||
### 4.25.0 <small>_ October 2, 2022</small> { id="4.25.0" }
|
||||
|
||||
- Added support for navigation subtitles
|
||||
- Added support for defining an allow list for built-in tags plugin
|
||||
- Added support for custom slugify functions for built-in tags plugin
|
||||
- Improved stability of search plugin when using `--dirtyreload`
|
||||
|
||||
### 4.24.2 <small>_ October 1, 2022</small> { id="4.24.2" }
|
||||
|
||||
- Updated MkDocs to 1.4
|
||||
|
@ -390,7 +390,7 @@ the default type, and thus fallback for unknown type qualifiers, is `note`:
|
||||
|
||||
### Classic admonitions
|
||||
|
||||
Prior to version [:octicons-tag-24: 8.6.0][Admonition modern], admonitions had
|
||||
Prior to version [:octicons-tag-24: 8.5.6][Admonition modern], admonitions had
|
||||
a slightly different appearance:
|
||||
|
||||
!!! classic "Note"
|
||||
@ -426,7 +426,7 @@ If you want to restore this appearance, add the following CSS to an
|
||||
- stylesheets/extra.css
|
||||
```
|
||||
|
||||
[Admonition modern]: https://github.com/squidfunk/mkdocs-material/releases/tag/8.6.0
|
||||
[Admonition modern]: https://github.com/squidfunk/mkdocs-material/releases/tag/8.5.6
|
||||
|
||||
### Custom admonitions
|
||||
|
||||
|
4
package-lock.json
generated
4
package-lock.json
generated
@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "mkdocs-material",
|
||||
"version": "8.5.5",
|
||||
"version": "8.5.6",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "mkdocs-material",
|
||||
"version": "8.5.5",
|
||||
"version": "8.5.6",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"array-flat-polyfill": "^1.0.1",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "mkdocs-material",
|
||||
"version": "8.5.5",
|
||||
"version": "8.5.6",
|
||||
"description": "Documentation that simply works",
|
||||
"keywords": [
|
||||
"mkdocs",
|
||||
|
Loading…
Reference in New Issue
Block a user