Skip to content

Releases: meilisearch/meilisearch-js-plugins

v0.6.0-beta.0

10 Jan 12:26
Compare
Choose a tag to compare
v0.6.0-beta.0 Pre-release
Pre-release

This package version is compatible with MeiliSearch v0.25.0.rc3 🎉

v0.5.11-beta.0

06 Jan 16:44
Compare
Choose a tag to compare
v0.5.11-beta.0 Pre-release
Pre-release

This package version is compatible with MeiliSearch v0.25.0.rc3 🎉

v0.5.10 🔗

23 Nov 15:22
7985789
Compare
Choose a tag to compare

This package version is compatible with MeiliSearch v0.24.0 🎉

🐛 Bug Fixes

  • Fix error on non array/object/string being highlighted (#598) @bidoubiwa
  • Fix snippeting ellipsis being added when not needed (#605) @bidoubiwa

Thanks again to @CaroFG, @bidoubiwa, ! 🎉

v0.5.9 🔗

27 Oct 08:51
b8d425d
Compare
Choose a tag to compare

Changes

Thanks again to @bidoubiwa ! 🎉

v0.5.8 🔗

20 Oct 13:48
3f4bd1c
Compare
Choose a tag to compare

Changes

Thanks again to @bidoubiwa ! 🎉

v0.5.7 🔗

20 Oct 08:10
27fa7a1
Compare
Choose a tag to compare

Changes

To implement the geo-search widget please refer to this documentation

Thanks again to @bidoubiwa, @daniel-shuy, and @saintmalik! 🎉

v0.5.6 🔗

06 Oct 12:59
815ee1e
Compare
Choose a tag to compare

Changes

  • Add cache system (#533) @bidoubiwa
  • [Security] Bump ansi-regex from 5.0.0 to 5.0.1 (#545)

Cache System

When performing a search, instant-meilisearch used to re-request search results to the MeiliSearch instance every time. These HTTP requests are unnecessary in the case a user is performing a search with the exact same parameter as a previous search.

Now, when the same search is performed, the response is resolved through the cache system which holds all previous search responses.
The cache is renewed when reloading the webpage or by rerunning the script.

Thanks again to @bidoubiwa, @curquiza! 🎉

v0.5.5 🔗

28 Sep 14:12
f4913da
Compare
Choose a tag to compare

Changes

Thanks again to @bidoubiwa ! 🎉

v0.5.4 🔗

23 Sep 13:23
c5925ef
Compare
Choose a tag to compare

Changes

  • [Security] Bump tmpl from 1.0.4 to 1.0.5 (#526)

Thanks again to @bidoubiwa, ! 🎉

v0.5.3 🔗

14 Sep 17:39
ce03bcd
Compare
Choose a tag to compare

This package version is compatible with MeiliSearch v0.22.0 🎉

Changes

Thanks again to @bidoubiwa, @curquiza, ! 🎉