Bump mkdocs-material from 8.3.9 to 9.0.13
Bumps mkdocs-material from 8.3.9 to 9.0.13.
Release notes
Sourced from mkdocs-material's releases.
mkdocs-material-9.0.13
- Updated Uzbek translations
- Switched back to pre-9.0.0 headline detection in
content
partial- Fixed #5062: Version warning not readable when using slate scheme
- Fixed #5061: Improved discernibility of table row hover color
- Fixed #5034: Sequence actors in Mermaid diagrams not color-abiding
- Fixed #4919: Allow to hide version warning in multiple versions
mkdocs-material-9.0.12
- Updated Catalan translations
- Fixed #4975: Mermaid entity relationship rendering diagrams bug
- Fixed #4924: Header title not reset when using instant loading
mkdocs-material-9.0.11
- Added Mastodon verification for social links (
rel=me
)- Updated Italian translations
mkdocs-material-9.0.10
- Updated Arabic translations
- Updated Korean translations
- Updated Hungarian translations
- Updated Russian translations
- Fixed #4977: Improved accessibility for content tabs
- Fixed #4960: Sometimes anchor following doesn't bring last item into view
mkdocs-material-9.0.9
- Updated Bulgarian translations
- Updated Chinese (Simplified) translations
- Updated Dutch translations
- Updated Hindi translations
- Updated Japanese translations
- Updated Polish translations
mkdocs-material-9.0.8
- Updated Croatian translations
- Updated French translations
- Updated Hungarian translations
- Updated Portuguese (Brasilian) translations
- Updated Spanish translations
- Updated Ukrainian translations
- Updated Urdu translations
- Updated Vietnamese translations
mkdocs-material-9.0.7
- Improved accessibility of sidebar navigation
- Moved all translations into community edition
- Updated Polish and Portuguese (Brasilian) translations
- Fixed info plugin terminating on subsequent reload when serving
- Fixed #4910: Sidebar navigation labels have invalid ARIA roles
- Fixed #4884: Search query terms can't be separated by colons
... (truncated)
Changelog
Sourced from mkdocs-material's changelog.
mkdocs-material-9.0.13+insiders-4.32.0 (2023-02-19)
- Added support for custom selectors for code annotations
- Added support for code line range selection for better sharing
mkdocs-material-9.0.13+insiders-4.31.0 (2023-02-18)
- Added support for table of contents on blog index and archive pages
- Fixed #4512: Allow custom search field boosts (experimental)
mkdocs-material-9.0.13 (2023-02-18)
- Updated Uzbek translations
- Switched back to pre-9.0.0 headline detection in content partial
- Fixed #5062: Version warning not readable when using slate scheme
- Fixed #5061: Improved discernibility of table row hover color
- Fixed #5034: Sequence actors in Mermaid diagrams not color-abiding
- Fixed #4919: Allow to hide version warning in multiple versions
mkdocs-material-9.0.12+insiders-4.30.2 (2023-02-13)
- Fixed privacy plugin excludes not working (4.30.0 regression)
mkdocs-material-9.0.12+insiders-4.30.1 (2023-02-12)
- Fixed privacy plugin not handling static templates e.g. 404.html
mkdocs-material-9.0.12 (2023-02-09)
- Updated Catalan translations
- Fixed #4975: Mermaid entity relationship rendering diagrams bug
- Fixed #4924: Header title not reset when using instant loading
mkdocs-material-9.0.11+insiders-4.30.0 (2023-02-06)
- Rewrite of privacy plugin for concurrency, now twice as fast
- Added support for explicit inclusion for privacy plugin
- Added optimization support for privacy plugin (+ optimize plugin)
mkdocs-material-9.0.11 (2023-02-03)
- Added Mastodon verification for social links (rel=me)
- Updated Italian translations
mkdocs-material-9.0.10 (2023-02-02)
- Updated Arabic translations
- Updated Korean translations
- Updated Hungarian translations
- Updated Russian translations
... (truncated)
Upgrade guide
Sourced from mkdocs-material's upgrade guide.
How to upgrade
Upgrade to the latest version with:
pip install --upgrade --force-reinstall mkdocs-material
Show the currently installed version with:
pip show mkdocs-material
Upgrading from 8.x to 9.x
This major release includes a brand new search implementation that is faster and allows for rich previews, advanced tokenization and better highlighting. It was available as part of Insiders for over a year, and now that the funding goal was hit, makes its way into the community edition.
Changes to
mkdocs.yml
content.code.copy
The copy-to-clipboard buttons are now opt-in and can be enabled or disabled per block. If you wish to enable them for all code blocks, add the following lines to
mkdocs.yml
:theme: features: - content.code.copy
content.action.*
A "view source" button can be shown next to the "edit this page" button, both of which must now be explicitly enabled. Add the following lines to
mkdocs.yml
:theme: features: - content.action.edit - content.action.view
navigation.footer
... (truncated)
Commits
-
9a59060
Prepare 9.0.13 release -
3e8f042
Merge pull request #5056 from SupImDos/fix/content-headline-detection -
05cd383
Updated dependencies -
ecdfeb0
Updated changelog -
1842986
Merge pull request #5059 from pitmonticone/master -
b257235
Added support for hiding version warning in multiple versions -
981ee65
Improved readability of version warning for slate color scheme -
3b6c142
Improved edit_uri documentation -
8796d90
Improved table row hover color -
5065bf9
Fixed actors in sequence diagrams not adhering to color scheme - Additional commits viewable in compare view
Dependabot commands
You can trigger Dependabot actions by commenting on this MR
-
$dependabot rebase
will rebase this MR -
$dependabot recreate
will recreate this MR rewriting all the manual changes and resolving conflicts