Skip to content
This repository has been archived by the owner on Aug 16, 2021. It is now read-only.

Selectivity 3.1.0

Latest
Compare
Choose a tag to compare
@arendjr arendjr released this 04 Jul 12:47
· 8 commits to master since this release

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 to change 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.