Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/develop' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
AlekseyManetov committed Dec 6, 2023
2 parents 6ba7176 + a8003d4 commit 2ffea9c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,18 @@
# 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.
* [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'.

**What's Fixed**
* [Tag]: fixed type errors.
* [Button]: fixed `rawProps` typings for `data-*` attributes
* [Paginator]: fixed `rawProps` typings
* [PickerInput]: Fixed picker input body responsiveness.
Expand Down

0 comments on commit 2ffea9c

Please sign in to comment.