Releases: meilisearch/docs-searchbar.js
v2.5.0
v2.4.1
This version makes this package compatible with Meilisearch v0.30.0 🎉
Check out the changelog of Meilisearch v0.30.0 for more information on the changes.
Thanks again to @AyushK-101, @TechSpiritSS, @bidoubiwa! 🎉
v2.4.0
🚀 Enhancements
- feat: accept dom element (#653) @ColinFrick
Thanks again to @ColinFrick and @bidoubiwa! 🎉
v2.3.0
This version makes this package compatible with Meilisearch v0.29.0 🎉
Check out the changelog of Meilisearch v0.29.0 for more information on the changes.
🚀 Enhancements
This change may not affect you, but in any case, you should check your search queries if you want to keep the same behavior from v0.28
.
- The
NOT
filter keyword does not have an implicitlyEXIST
operator anymore. Check out for more information: meilisearch/meilisearch#2486
v2.2.0
This version makes this package compatible with Meilisearch v0.28.0 🎉
Check out the changelog of Meilisearch v0.28.0 for more information on the changes.
🚀 Enhancements
- Pass client agent to meilisearch-js (#621) @bidoubiwa
Analytics is enabled by default in the server, but you can disable them by following this guide
Also, of course, every analytics data we collect are ANONYMOUS read the guide for more information.
Thanks again to @bidoubiwa ! 🎉
v2.1.2
This version makes this package compatible with Meilisearch v0.27.0 🎉
Check out the changelog of Meilisearch v0.27.0 for more information on the changes.
🔒 Security
- [Security] Bump minimist from 1.2.5 to 1.2.6 (#569)
Thanks again to @bidoubiwa and @mdubus ! 🎉
v2.1.1
This version makes this package compatible with MeiliSearch v0.25 up to v0.26.0 🎉
Check out the changelog of MeiliSearch v0.26.0 for more information about the
Thanks again to @bidoubiwa, @curquiza! 🎉
v2.1.0
This package version is compatible with MeiliSearch v0.25.0 🎉
⚠️ Breaking Changes
- This package is only compatible with MeiliSearch v0.25.0 and later, but not with v0.24.0 and older. Be sure you are using at least MeiliSearch v0.24.0 or newer before doing the upgrade.
Why isn't it compatible?- MeiliSearch v0.25.0 uses
Authorization
header instead ofX-Meili-API-Key
- All changes logs are written here.
- MeiliSearch v0.25.0 uses
🚀 Enhancements
- Changes related to the next MeiliSearch release (v0.25.0) (#501)
Thanks again to @bidoubiwa, @curquiza, ! 🎉
v2.0.1
🐛 Bug Fixes
- Fix footer meilisearch position (#478) @bidoubiwa
🔒 Security
- Remove hogan lib to remove unsafe eval usage (#477) @bidoubiwa
Thanks again to @bidoubiwa, @curquiza, ! 🎉
v2.0.0
Changes
- Remove !important from scss (#452) @ColinFrick
- Automatic dark/light mode toggle, force dark mode (#453) @ColinFrick
- [Security] Bump ansi-regex from 5.0.0 to 5.0.1 (#454)
Breaking changes ⚠️
- Migrate to dart-sass, update divisions (#447) @ColinFrick
Thanks again to @ColinFrick, @LorenzoSapora, @TheLaw1337, @bidoubiwa, @curquiza, @devcer ! 🎉