This repository has been archived by the owner on Aug 16, 2021. It is now read-only.
Selectivity 3.1.0 is a minor release containing one minor addition, some bugfixes and a change for forward compatibility with React 17.
CHANGELOG since v3.0.6:
- Feature: Add
data
property tochange
events. - Don't crash when some, but not all, result items have children (#227, thanks to @watsab).
- Trim template results to avoid runtime errors (#210, thanks to @darekzak).
- Fix clear button if item text is too long (#211, thanks to @dmarchuk).
- React: Don't use
componentWillReceiveProps()
for forward compatibility with React 17.