Version v6.0.0, released 16.09.2024
New features
-
Select- Added new
excludeOptGroupsInFilter
prop to exclude optgroup labels from filter results
-
Datepicker-
Added new
viewChanged
event that triggers after the datepicker view is changed
-
Drag and drop- Added new
blockXAxis
and blockYAxis
props to MDBSortable
and MDBSortableItem
components
Fixed & improved
-
Tooltips- Fixed issue where tooltip was visible even when the
#tip
template was empty
-
Chips- Fixed issue with ChipsInput submiting forms instead of adding a new chip on
enter
key
-
DateTimepicker:
- Fixed saving values when changing between timepicker and datepicker
- Fixed styling on smaller screens
-
Input:
- Fixed autocomplete styling
- Fixed placeholder issues for inputs type
date
, datetime
, time
, month
and week
-
Select:
- Updated behaviour of the select dropdown after
space
key on focused input
- Fixed input and label focused styling when select was validated
- Fixed showing of optgroup labels while filtering. Labels of optgroup are now visible if an option from that group is visible aswell
-
Stepper- Fixed styling of the
optional
steps
-
Lightbox- Removed
fontAwesome
prop
-
Calendar- Fixed issues with displaying long events
-
Drag and drop - Fixed issue with
blockXAxis
and blockYAxis
functionalities not working without container
-
File upload - Added
bmp
and gif
file types to the type list
-
Vector maps - Fixed shadows for zoom buttons
-
Filters- Fixed issues with providing a single value in arrays via datasets
-
Transfer- Fixed issue with transfer not moving elements not visible on a list when pagination is present
- fixed treeshaking issues
- updated
tsconfig.json
file