Releases: anubra266/choc-autocomplete
Releases Β· anubra266/choc-autocomplete
v5.2.10
Bug Fixes
- Fixes #240 by @ThomasHickman (thanks for your bug report!) - First item is selected when pressing enter and the
AutoComplete
is closed
Housekeeping
- Update dependencies to latest
- Update documentation and contributors
Full Changelog: v5.2.9...v5.2.10
v5.2.9
Bug Fixes
- Fix #228 by @jannek (thank you for your bug report!) - tab when autocomplete is closed selects the last focused element
Housekeeping
- Updated dependencies to latest version
- Fix unable to use size-limit
Full Changelog: v5.2.8...v5.2.9
v5.2.8
What's Changed
- fix #217: filtered items not resetting on form submit. Thanks @JedBh for the bug report!
Full Changelog: v5.2.7...v5.2.8
v5.2.7
What's Changed
- Update example, demo, and documentation so they are all runnable via
yarn
per documentation
- Added contributors (thanks everyone!)
- Fix issue with the main export referencing a file that no longer existed (regression introduced by fb6df65
Full Changelog: v5.2.6...v5.2.7
v5.2.5
What's Changed
- Performance enhancement by removing
useSize
hook. Reduces re-renders of most components by 2 on each action (initial render, open, close, select, etc) #208
v5.2.4
Bug Fixes
- Fix #145 closeOnSelect not overridable
v5.2.3
This was a re-release of v5.2.2.
Bug Fixes
v5.2.1
This is a maintenance release that updates some dependencies and reworks the build process a little bit.
Bug Fixes
Fix #167 where the filled
variant would have the wrong CSS colors