All Versions
51
Latest Version
Avg Release Cycle
24 days
Latest Release
2456 days ago

Changelog History
Page 4

  • v0.3.8 Changes

    January 16, 2016
    • ๐Ÿ›  fixed a bug where passing restore-on-backspace prop wouldn't work in conjunction with render-no-results-found prop (#14)
  • v0.3.7 Changes

    November 01, 2015
    • call on-blur only if the dropdown is open, thanks @alurim
  • v0.3.6 Changes

    October 30, 2015
    • โšก๏ธ updated package.json to include (React 0.14.0 and above) thanks @HankMcCoy
  • v0.3.5 Changes

    October 16, 2015
    • ๐Ÿ‘Œ improved the default auto-size implementation
  • v0.3.4 Changes

    October 14, 2015
    • ๐Ÿ›  fixed a bug where the height of the ".dropdown-transition" element blocked the dom underneath (#6)
  • v0.3.3 Changes

    October 13, 2015
    • โž• added missing dependency react-addons-css-transition-group to package.json
  • v0.3.2 Changes

    October 13, 2015
    • animated dropdown
  • v0.3.1 Changes

    October 10, 2015
    • โž• added defaultValue prop for SimpleSelect & defaultValues prop for MultiSelect
  • v0.3.0 Changes

    October 09, 2015
    • โฌ†๏ธ upgraded to react 0.14.0
    • you can now return an object from the uid prop, made uid prop optional (even for custom option object)
    • โž• added editable prop for SimpleSelect
    • ๐Ÿ›  fixed a bug where changing the selectable property would not rerender the option
    • wrap around when navigating options with arrow keys
    • close multi-select when there are no more options left to select
  • v0.2.6 Changes

    October 08, 2015
    • ๐Ÿ›  fixed a bug where selecting an option did not update the highlighted-uid (multi select). Thanks @edgarzakaryan