Skip to content

Releases: downshift-js/downshift

v1.2.0

29 Aug 16:42
Compare
Choose a tag to compare

1.2.0 (2017-08-29)

Features

v1.1.1

27 Aug 21:55
Compare
Choose a tag to compare

1.1.1 (2017-08-27)

Bug Fixes

  • TypeScript: update args for onChange, onStateChange, and onUserAction (#158) (c89fa33)

v1.1.0

27 Aug 16:14
Compare
Choose a tag to compare

1.1.0 (2017-08-27)

Features

  • onChange: call with all downshift state and helpers (#156) (f3e82ad), closes #155

v1.0.2

26 Aug 19:38
Compare
Choose a tag to compare

1.0.2 (2017-08-26)

Bug Fixes

v1.0.1

25 Aug 05:39
Compare
Choose a tag to compare

1.0.1 (2017-08-25)

Bug Fixes

v1.0.0

23 Aug 14:04
Compare
Choose a tag to compare

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)