1.0.0 (2017-08-23)
Bug Fixes
- preact: fix issues with preact support (#135) (19a8dae)
- improve integration with virtualized lists (#128) (5dca96d)
- inputValue: initilize the inputValue correctly (#129) (b7d4c7d), closes #119
- preact compatibility (b09c796)
- release the kraken 🐙 (100dfaa)
- onChange: call onChange when the selection is cleared (#134) (0400d88), closes #133
- onChange: only call
onChange
when the selection changes (#137) (4518fb6) - scrollIntoView: take bottom borders into account when scrolling (#138) (cbd8dc6)
- umd: moduleName for global reference (60b8df4)
- update entry file for ts consumption (#144) (e74a6d6)
- update typings for onChange and onStateChange (#146) (be71c80)
Features
- onChange: remove previousItem from onChange callback (#131) (620a3ad), closes #130
- stateChangeTypes: add a state change type to everything (#147) (97a80da)
- add
onUserAction
to be notified whenever state could be updated (#149) (063347e) - add item props validation (#141) (f8e5e2b)
- add itemToString to downshift fn args (b484e88)
- add TS definitions (#56) (033c6aa)