Skip to content

Releases: wilhelmer/mkdocs-localsearch

mkdocs-localsearch-0.9.2

Choose a tag to compare

@wilhelmer wilhelmer released this 25 Jul 15:00
  • Removed Material dependency

mkdocs-localsearch-0.9.1

Choose a tag to compare

@wilhelmer wilhelmer released this 25 May 13:48
  • Fixed #15: FileExistsError on mkdocs build --dirty

mkdocs-localsearch-0.9.0

Choose a tag to compare

@wilhelmer wilhelmer released this 02 Mar 11:09
  • 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

Choose a tag to compare

@wilhelmer wilhelmer released this 15 Feb 15:37
  • Added compatibility for MkDocs Material v7.

mkdocs-localsearch-0.7.0

Choose a tag to compare

@wilhelmer wilhelmer released this 28 Mar 19:16
  • Updated search configuration to ensure compatibility with Material 5 RC4 (#3)

mkdocs-localsearch-0.6.0

Choose a tag to compare

@wilhelmer wilhelmer released this 23 Mar 10:07
  • 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

Choose a tag to compare

@wilhelmer wilhelmer released this 25 Feb 11:24
  • Make plugin compatible with MkDocs 1.1 (#2)

mkdocs-localsearch-0.4.0

Choose a tag to compare

@wilhelmer wilhelmer released this 18 Oct 12:48
  • Corrected fetch url criteria. Should be search_index.json, was search_index.js.

mkdocs-localsearch-0.3.0

Choose a tag to compare

@wilhelmer wilhelmer released this 11 Oct 08:30
  • 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.