Releases: insin/react-filtered-multiselect
Releases · insin/react-filtered-multiselect
v0.5.1
v0.5.0
v0.4.2
v0.4.1
v0.4.0 - Updated to React 0.14 and re-configured development setup
Breaking: Now requires React 0.14.
Removed .getDOMNode() as DOM node refs are now the node itself
v0.3.2
v0.3.1
v0.2.0
Breaking: If you want selected options to no longer appear in the select,
you now must either pass them back to FilteredMultiSelect
via its
selectedOptions
prop or manually remove them from list that gets passed as its
options
prop.
Fixed: FilteredMultiSelect
will now re-render if its options
prop is
replaced with another object, or options.length
changes.
Removed React from package.json dependencies
- it's now only in
peerDependencies
.