Releases: romgain/react-select-event
Releases · romgain/react-select-event
v5.5.1
v5.5.0
v5.4.0
New feature
The react-select container is now dynamically selected using react-select's css class names where possible (@th3fallen)
v5.3.0
v5.2.0
v5.1.0
v5.0.0
Breaking Change
- Removed the
autoSelect
option to thecreate
function introduced in v4.2.0. (@fgs-dbudwin)
New Feature
- Added a new
waitForElement
option to thecreate
function, replacingautoSelect
. This should be used in cases when creating a new option fails. (@fgs-dbudwin)
Note The breaking change won't affect users who didn't upgrade to v4.2.0 to use the autoSelect
option. Since v4.2.0 had only been released for less than two days when v5.0.0 was published, that should hopefully be transparent for most people.
v4.2.0
New Feature
- Added a config option to control whether a new option should be selected after creation (defaults to true, which is the current behavior)
This is useful in cases when the creation of the new option depends on services that may fail. (@fgs-dbudwin)
See issue #35 for more details.