Skip to content

Releases: insin/react-filtered-multiselect

v0.5.1

21 Nov 07:11
Compare
Choose a tag to compare

0.5.1 / 2017-11-21

Added a showFilter prop to hide the filter input if you just want to use this component for selection [#15]

v0.5.0

31 May 09:42
Compare
Choose a tag to compare

0.5.0 / 2017-05-31

Breaking: Now requires React >= 0.14.9.

Changed: use React.Component and the prop-types module to avoid deprecation warnings [#11] [jarekwg]

Changed: link to unpkg for UMD build distribution.

v0.4.2

12 Nov 20:05
Compare
Choose a tag to compare

Changed UMD build directory.

v0.4.1

12 Nov 20:05
Compare
Choose a tag to compare

Removed dist/ directory from GitHub in favour of npmcdn.

v0.4.0 - Updated to React 0.14 and re-configured development setup

28 Oct 13:53
Compare
Choose a tag to compare

Breaking: Now requires React 0.14.

Removed .getDOMNode() as DOM node refs are now the node itself

v0.3.2

12 Mar 09:48
Compare
Choose a tag to compare

Re-bundled with latest Browserify (9.x) and React (0.13.x), but still
compatible with React 0.12.x.

v0.3.1

13 Jan 13:12
Compare
Choose a tag to compare

Added: new buttonActive property for the classNames prop - this will be
used when one or more options are selected, otherwise button will be used.

Changed: classNames prop no longer has to provide all properties - defaults
will be used where not provided.

v0.2.0

06 Dec 02:09
Compare
Choose a tag to compare

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.