All Versions
91
Latest Version
Avg Release Cycle
50 days
Latest Release
2312 days ago

Changelog History
Page 1

  • v1.2.0 Changes

    January 08, 2018
  • v1.1.0 Changes

    November 28, 2017
    • βž• added; more props are passed to the Option component: focusOption, inputValue, selectValue, removeValue
    • βž• added; the inputValue is passed as the third argument to the optionRenderer
    • πŸ›  fixed; issues opening the menu correctly for multiselect when autosize={false}
    • πŸ›  fixed; removed event.stopPropagation() from Select's clearValue and onClick handlers, thanks Thomas Burke
    • πŸ›  fixed; handleMouseDownOnArrow when openOnClick={false}, thanks elias ghali
    • πŸ›  fixed; conditional scrolling into view of focused option, thanks Michael Lewis
  • v1.0.1 Changes

    November 24, 2017
    • πŸ’… reintroduced source files for scss and less stylesheets into the npm package
  • v1.0.0 Changes

    November 23, 2017
  • v1.0.0-rc.9 Changes

    September 13, 2017
    • πŸ›  fixed; clearable padding style, thanks Minori Miyauchi
    • πŸ›  fixed; removed use of Object.assign, fixes IE compatibility
    • βž• added; new closeOnSelect prop (defaults to true) that controls whether the menu is closed when an option is selected, thanks to Michael Elgar for the original idea
    • πŸ”„ changed; by default, the menu for multi-selects now closes when an option is selected
    • πŸ”„ changed; Async component no longer always clears options when one is selected (although the menu is now closed by default). Use closeOnSelect={false} onSelectResetsInput={false} to leave the menu open.
    • πŸ›  fixed; Async component always called onChange even when it wasn't provided
    • πŸ›  fixed; input lag for the Async component when results are returned from cache
    • πŸ›  fixed; required was not being updated without an onChange handler
    • πŸ›  fixed; peer dependencies for prop-types, thanks MichaΓ«l De Boey
    • πŸ›  fixed; internal optimisations, thanks Kieran Boyle
    • βž• added; Value component is now exported, thanks Prof Gra
    • πŸ›  fixed; callback fired after Async component unmounts, thanks Andrew Russell
    • πŸ›  fixed; wrapping on Firefox in SCSS files, thanks Michael Williamson
  • v1.0.0-rc.8 Changes

    September 12, 2017
    • πŸ›  fixed; onMenuScrollToBottom does not work in chrome 58.0, thanks Simon Hartcher
    • πŸ›  fixed; missing es6 module build for js:next entrypoint
    • ⚑️ updated; [email protected] including several fixes for react-select (see changes)
  • v1.0.0-rc.7 Changes

    September 11, 2017
    • πŸ›  fixed; issue with lib build preventing use in ES2015 environments
  • v1.0.0-rc.6 Changes

    September 10, 2017
    • πŸ›  fixed; changing required prop from true to false now works as expected, thanks George Karagkiaouris
    • βž• added; new prop onSelectResetsInput controls whether the input value is cleared when options are selected, thanks David Roeca and Alexander Nosov
    • πŸ›  fixed; tabindex parent bug fix for Edge, thanks George Payne
    • πŸ›  fixed; update selectize link in README.md, thanks kerumen
    • βž• added; standard issue template, thanks agirton
    • βž• added; new build process using rollup and webpack. Removed grunt. thanks gwyneplaine
    • πŸ›  fixed; updated contributor docs with the correct node version reference gwyneplaine
    • πŸ›  fixed; missing method binds in Option, thanks agirton
    • πŸ›  fixed; converted components to use es6 classes, thanks jochenberger
    • πŸ›  fixed; console.log example in usage docs, thanks rohmanhm
    • πŸ›  fixed; hide create option after closing menu, thanks andreme
    • πŸ›  fixed; remove circular reference, thanks agirton
    • πŸ›  fixed; readme typo, thanks [ieldanr](https:/github.com/ieldanr)
    • πŸ›  fixed; add missing function binds in Option component, thanks agirton and blacktemplar
    • πŸ›  fixed; re-added fix to #1580, thanks agirton
    • πŸ›  fixed; avoid mutating user inputs when ignoring case/accents, thanks not-an-aardvark
    • πŸ›  fixed; issues synchronising options props in Async, thanks cbergmiller
    • πŸ›  fixed; backspace handling for non-multi select controls, thanks Jeremy Liberman
  • v1.0.0-rc.5 Changes

    May 25, 2017
    • πŸ›  fixed; Allow falsey values to be clearable, thanks Simon Gaestel
    • πŸ›  fixed; issue where Firefox would crash due to incorrect use of aria-owns attribute, thanks Max Hubenthal
    • πŸ›  fixed; regression where options not using the value key couldn't be focused, thanks Benjamin Piouffle
  • v1.0.0-rc.4 Changes

    May 14, 2017
    • πŸ›  fixed; no more warning when using React 15.5, thanks Adam Girton
    • πŸ›  fixed; issue comparing objects in getFocusableOptionIndex, thanks rndm2
    • πŸ›  fixed; missing .focus() method in Creatable, thanks Anton Alexandrenok
    • βž• added; support for aria-describedby attribute, thanks Eric Lee
    • βž• added; .is-clearable className when clearable is true, thanks Dan Diaz