Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
AlekseyManetov committed Jun 6, 2024
1 parent c86b438 commit 62dbdbc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
* [MultiSwitch]: removed 'gray60' color value. Use 'gray' instead.
* [NotificationCard]: removed 'gray60' color, use 'primary' instead;
* [Tooltip]: removed 'gray90' prop, use 'neutral' instead;
* [uui-core]: helpers cleanup, removed following helpers: `LazyLoadedMap`, `browser`, `Debouncer`, `parseIconViewbox`, `parseStringToCSSProperties`, `getScreenSize` , `urlParser`, `batch`
* [uui-core]: helpers cleanup, removed following helpers: `LazyLoadedMap`, `browser`, `Debouncer`, `parseIconViewbox`, `parseStringToCSSProperties`, `getScreenSize` , `urlParser`, `batch`

* [useTree]: useTree hook is added.
* [Features]:
Expand Down Expand Up @@ -86,7 +86,6 @@
* [Button]: added 'white' color
* [IconButton]: added semantic Primary, Accent and Critical colors. Colors info, success, error, warning is deprecated, use new one instead.


**What's Fixed**
* [Tooltip][Dropdown]: fixed recalculation of boundary area(when we shouldn't close body) after target position was changed in closeOnMouseLeave="boundary" mode
* [DropdownMenu]: prevent page scrolling when navigation through menu items via keyboard up/down keys
Expand Down

0 comments on commit 62dbdbc

Please sign in to comment.