Skip to content

v0.29.0: Upgrade react to v16; Use React-Virtualized-Select

Compare
Choose a tag to compare
@aaronKeel aaronKeel released this 13 Feb 17:01
e5ae60b
  • This release bumps the version of react used to the latest 16 version.
  • There is a major change to the select component.
    • It now uses the React-Virtualized-Select component as a base component (https://github.com/bvaughn/react-virtualized-select).
    • The old SingleSelect and MultiSelect components have been removed. To create a MultiSelect component, use the current Select component and provide the multi boolean prop in the component props.