Features:
- Autocomplete - Changed
onSelect
to return option data instead of string value only
Fixed & improved:
Improved dev repository to facilitate plugins development and testing
-
Removed props:
defaultTime
,defaultDate
, ,dateFormat
,timeFormat
. These options can be passed throughtimepickerOptions
anddatepickerOptions
.Removed
inputRef
. Input reference can be reached with forwardRef.
-
Fixed disabling scroll on mobiles in modal mode
Fixed bug causing hour not to be selected after click on the clock
Fixed issue causing z-index to be not applied correctly
-
Props will be spread on the input instead of the div wrapper
Fixed triggering 'onChange' when keyboard is used on the closed select
Transfer - Fixed bug causing endless loop when the data was undefined.
-
Fixed height calculating in horizontal mode
Added validating all form controls in stepper linear
Collapse - Fixed height calculating when collapse is not initially visible
-
Fixed bug causing 'undefined is not iterable' error for
leaveHiddenModal=false
Fixed a bug causing the backdrop not to be displayed when the modal was quickly closed and reopened
Fixed triggering
onOpen
andonClose
eventsRemoved
setOpen
. Modal will accept only theopen
prop to manage the open state. UseonClose
event to control it.
Popconfirm - Added focus trap and improved keyboard accessibility
Calendar - Migrated from
SelectDeprecated
toSelect
Dummy - Migrated from
SelectDeprecated
toSelect
TableEditor - Migrated from
SelectDeprecated
toSelect
Treeview - Fixed collapse animation
Toast - Updated background colors
Lightbox - Removed
fontAwesome
option