Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
AlekseyManetov committed Dec 7, 2023
1 parent 5e66519 commit 6799a36
Showing 1 changed file with 7 additions and 10 deletions.
17 changes: 7 additions & 10 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,19 @@
# 5.4.2 - xx.xx.2023

**What's New**
* [FiltersPanel]: added `togglerWidth` prop, which configure maxWidth of filter toggler
* [Tag]: added new property `color`.
* It has all semantic colors in `UUI`: 'info' | 'success' | 'warning' | 'critical' | 'neutral'.
* Loveship (light & dark): "sky" | "grass" | "sun" | "fire" | 'white' | 'night100' | 'night300' | 'night700'.
* Promo: "blue" | "green" | "amber" | "red" | 'white' | 'night100' | 'night300' | 'night700'.
* Electric: "info" | "success" | "warning" | "critical" | "neutral" | 'white' | 'night100' | 'night700.
* [FiltersPanel]: added `togglerWidth` prop, which configure `maxWidth` of filter toggler
* [Tag]: added additional colors in skins
* [Badge]: added new colors in skins:
* Loveship: 'cyan' | 'mint'.
* Promo: 'cyan' | 'mint'.
* Electric: "info" | "success" | "warning" | "critical" | "neutral" | 'yellow'| 'orange' | 'purple' | 'cyan' | 'mint' | 'white' | 'night100' | 'night600'.
* Electric: 'yellow'| 'orange' | 'purple' | 'cyan' | 'mint' | 'white' | 'night100' | 'night600'.
* [DropdownContainer]: `width` property now used as a default for `maxWidth`, if `maxWidth` is not provided.

**What's Fixed**
* [Tag]: fixed type errors.
* [Tag]: fixed typings
* [Button]: fixed `rawProps` typings for `data-*` attributes
* [Paginator]: fixed `rawProps` typings
* [PickerInput]: Fixed picker input body responsiveness.
* `DropdownContainer` `width` property affects `maxWidth` if `maxWidth` is not provided.
* [PickerInput]: added default `maxWidht={ 360 }` value for picker body
* [PickerInput]: Fixed clear checked before opening a picker body and if selectAll: false is provided.
* Added `clearAllChecked()` method to `IDataSourceView` interface to support unchecking all without enabled `selectAll` flag.
* Reduced amount of loaded data while clearing all checked elements in `cascadeSelection: false` mode.
Expand Down

0 comments on commit 6799a36

Please sign in to comment.