Releases: gravity-ui/uikit
Releases · gravity-ui/uikit
v3.19.2
v3.19.1
v4.0.0-beta.0
4.0.0-beta.0 (2023-01-21)
⚠️ Breaking Changes
- DropdownMenu: renamed prop
onMenuToggle
→onOpenToggle
- DropdownMenu: removed props
popupClassName
andpopupPlacement
, usepopupProps
instead - DropdownMenu: changed type of
DropdownMenuItemAction
- Breadcrumbs: changed type of
BreadcrumbsItem['action']
- Label:
s
size becamexs
(20px) , news
size is 24px, default size changed toxs
- Toaster: singleton is no more instantiated on load, you should do it manually
- Toaster: removed deprecated methods
createToast
,removeToast
,overrideToast
. Use newer alternatives:add
,remove
,update
- Toaster: renamed prop
timeout
→autoHiding
- Toaster: removed prop
allowAutoHiding
, useautoHiding: false
instead - Popover:
forceLinksAppearance
prop isfalse
by default - HelpPopover: remove default offset
- ShareTooltip: renamed to
SharePopover
- ShareTooltip: renamed prop
socialNets
→shareOptions
- Icon: remove
onClick
prop (clicks should be handled by accessible element) - Text: renamed
color
prop valuewarning-medium
→warning
- CSS: renamed var
--yc-color-text-warning-medium
→--yc-color-text-warning
- Modal: both Modal and Dialog are now using focus trapping by default for better accessibility.
🚀 Features
- React 18 support
Use specific versions of Toaster when using React 18
- New CSS vars for semantic text over semantic background:
--yc-color-text-info-heavy
--yc-color-text-positive-heavy
--yc-color-text-danger-heavy
--yc-color-text-utility-heavy
--yc-color-text-misc-heavy