v5.4.2
5.4.2 - 07.12.2023
What's New
- [FiltersPanel]: added
togglerWidth
prop, which configuremaxWidth
of filter toggler - [Tag]: added additional colors in skins
- [Badge]: added new colors in skins:
- Loveship: 'cyan' | 'mint'.
- Promo: 'cyan' | 'mint'.
- Electric: 'yellow'| 'orange' | 'purple' | 'cyan' | 'mint' | 'white' | 'night100' | 'night600'.
- [DropdownContainer]:
width
property now used as a default formaxWidth
, ifmaxWidth
is not provided.
What's Fixed
- [Tag]: fixed typings
- [Button]: fixed
rawProps
typings fordata-*
attributes - [Paginator]: fixed
rawProps
typings - [PickerInput]: added default
maxWidth={ 360 }
value for picker body - [PickerInput]: Fixed clear checked before opening a picker body and if selectAll: false is provided.
- Added
clearAllChecked()
method toIDataSourceView
interface to support unchecking all without enabledselectAll
flag. - Reduced amount of loaded data while clearing all checked elements in
cascadeSelection: false
mode.
- Added
- [LazyDataSource]: fixed showing placeholders on
clearCache
. - [TextPlaceholder]: fixed animation performance issues
- [LazyListView]: fixed backgroundReload functionality.
- Fixed showing blocker when filter/sorting changed.
- Fixed showing placeholders while backgroundReload=true and placeholders should not appear.
- [icons]: Returned filled version for the following icons: communication-chat, flag, communication-mail, action-eye, action-eye-off, action-job_function, action-deleteforever, action-schedule.