Skip to content

Releases: gravity-ui/uikit

v3.19.2

23 Jan 15:16
f22384b
Compare
Choose a tag to compare

3.19.2 (2023-01-23)

Bug Fixes

  • Portal: add condition for default container for Portal (#497) (da21d63)

v3.19.1

22 Jan 20:06
fd871c4
Compare
Choose a tag to compare

3.19.1 (2023-01-22)

Bug Fixes

v4.0.0-beta.0

20 Jan 21:36
7049a8e
Compare
Choose a tag to compare
v4.0.0-beta.0 Pre-release
Pre-release

4.0.0-beta.0 (2023-01-21)

⚠️ Breaking Changes

  • DropdownMenu: renamed prop onMenuToggleonOpenToggle
  • DropdownMenu: removed props popupClassName and popupPlacement, use popupProps instead
  • DropdownMenu: changed type of DropdownMenuItemAction
  • Breadcrumbs: changed type of BreadcrumbsItem['action']
  • Label: s size became xs (20px) , new s size is 24px, default size changed to xs
  • 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 timeoutautoHiding
  • Toaster: removed prop allowAutoHiding, use autoHiding: false instead
  • Popover: forceLinksAppearance prop is false by default
  • HelpPopover: remove default offset
  • ShareTooltip: renamed to SharePopover
  • ShareTooltip: renamed prop socialNetsshareOptions
  • Icon: remove onClick prop (clicks should be handled by accessible element)
  • Text: renamed color prop value warning-mediumwarning
  • 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

v3.19.0

20 Jan 20:52
e412623
Compare
Choose a tag to compare

3.19.0 (2023-01-20)

Features

  • RadioGroup: improve radio-group components a11y (#196) (70f36ea)
  • TextInput: ability to show innerLabel in InputControl (#426) (8a5e3c5)

Bug Fixes

v3.18.2

19 Jan 16:14
eb0c1a4
Compare
Choose a tag to compare

3.18.2 (2023-01-19)

Bug Fixes

v3.18.1

16 Jan 11:59
cd345a1
Compare
Choose a tag to compare

3.18.1 (2023-01-16)

Bug Fixes

  • Popup: return shadow on root element (#479) (5a4098d)

v3.18.0

13 Jan 14:08
e29c8c9
Compare
Choose a tag to compare

3.18.0 (2023-01-13)

Features

  • add Hotkey and ActionTooltip components (#398) (76cf9dd)
  • Select: add prop renderSelectedOption (#474) (6449e31)
  • ThemeProvider: add props scoped and rootClassName (#478) (763af7b)

v3.17.0

12 Jan 19:55
95ac31c
Compare
Choose a tag to compare

3.17.0 (2023-01-12)

Features

v3.16.0

11 Jan 12:50
84e37ff
Compare
Choose a tag to compare

3.16.0 (2023-01-11)

Features

  • Select: add popupClassName property (#468) (f0184a8)
  • Table: pass click event to action handler (#461) (620c0e1)
  • use react-transition in Modal and Popup (#453) (9edec4a)

Bug Fixes

v3.15.0

10 Jan 11:29
b30ac1d
Compare
Choose a tag to compare

3.15.0 (2023-01-10)

Features

  • Select: add defaultOpen prop (#459) (775f857)
  • Text: add text break common properties (#438) (c879e0a)
  • Text: replace titleAttribute with native title (#437) (cf9d42e)

Bug Fixes

  • List: remove focus from list on Tab key (#444) (78a8a60)