New
v0.5.1
Want to migrate? We have prepared a guide to help you migrate from v0.4.
Release highlights
- Async finder - this would help you to maintain a lag free UI if the queries are taking around 100ms to resolve
Breaking changes
- The behavior of
options.tiebreakershas been modified, and it now matches with original FZF (https://github.com/ajitid/fzf-for-js/pull/75 by @reinhrst)
Fixes
- Large result lists can now be handled without errors (https://github.com/ajitid/fzf-for-js/pull/69 and https://github.com/ajitid/fzf-for-js/pull/71)