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

Changelog History
Page 3

  • v0.6.0 Changes

    January 30, 2016
    • โž• added autofocus prop, that will automatically toggle the dropdown on load
    • โœ‚ removed the requirement for passing callback as the last argument to on-*-change props
    • ๐Ÿ›  fixed many focus & blur related issues
    • ๐Ÿ’ฅ Breaking Change replaced on-enter prop with on-keyboard-selection-failed
  • v0.5.3 Changes

    January 27, 2016
    • introduced name & serialize props for form serialization
  • v0.5.2 Changes

    January 26, 2016
    • ๐Ÿ›  fixed option groups related bug
  • v0.5.1 Changes

    January 25, 2016
    • ๐Ÿ›  fixed tabbing (broken in v0.5.0, caused by refactoring related to blur method) (#25)
  • v0.5.0 Changes

    January 25, 2016
    • โž• added tether prop
    • โž• added blur method
    • close dropdown when nothing is selected on pressing the return key
    • ๐Ÿ’ฅ namespaced css classes (Breaking Change) :

    .dropdown-transition div is only used if any one (or both) of transition-enter, transition-leave props is / are specified, before the .dropdown div was always being wrapped in .dropdown-transition even if animation was not required.

    Before Now
    .arrow .react-selectize-arrow
    .control .react-selectize-control
    .dropdown .react-selectize-dropdown
    .dropdown-transition .react-selectize-dropdown-container
    .placeholder .react-selectize-placeholder
    .reset .react-selectize-reset
  • v0.4.1 Changes

    January 01, 2016
    • ๐Ÿ”€ merged pull request (fixes an issue when unmounting with dropdown open) (#23), thanks @yuters
  • v0.4.0 Changes

    January 21, 2016
    • โž• Added two new props delimiters & valuesFromPaste (#21)
  • v0.3.11 Changes

    January 20, 2016
    • ๐Ÿ›  fixed case sensitivity bug in MultiSelect. (#20)
  • v0.3.10 Changes

    January 19, 2016
    • ๐Ÿ›  fixed a bug where elements behind the dropdown were not clickable even though the dropdown was closed. (#18)
  • v0.3.9 Changes

    January 18, 2016
    • โž• added on-enter :: Item -> Void prop, fired (with the highlighted-option) when the user hits the enter key (#19)