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.