Releases: wilhelmer/mkdocs-localsearch
Releases · wilhelmer/mkdocs-localsearch
mkdocs-localsearch-0.9.2
mkdocs-localsearch-0.9.1
- Fixed #15: FileExistsError on mkdocs build --dirty
mkdocs-localsearch-0.9.0
- Dropped support for Material versions below v7. To use the plugin with older versions of Material, install an earlier version of the plugin. See documentation.
- Dropped the
promise_delay
setting, should no longer be necessary with Material v7.
mkdocs-localsearch-0.8.0
- Added compatibility for MkDocs Material v7.
mkdocs-localsearch-0.7.0
- Updated search configuration to ensure compatibility with Material 5 RC4 (#3)
mkdocs-localsearch-0.6.0
- Added support for Material v5.
- Dropped support for Material v4. If you want to use the plugin with Material v4 themes, do not upgrade and keep version 0.5.0 installed. For more information, see the README file.
mkdocs-localsearch-0.5.0
- Make plugin compatible with MkDocs 1.1 (#2)
mkdocs-localsearch-0.4.0
- Corrected fetch url criteria. Should be
search_index.json
, wassearch_index.js
.
mkdocs-localsearch-0.3.0
- Added note to
README.md
that the plugin currently only works with the Material theme. - Renamed entrypoint to
localsearch
as suggested in #1. - Updated installation instructions.