Skip to content

Releases: gravity-ui/components

v3.4.2

04 Apr 08:45
9699b27
Compare
Choose a tag to compare

3.4.2 (2024-04-04)

Bug Fixes

  • OnboardingMenu: long header, expand items (#175) (4031a47)

v3.4.1

29 Mar 10:15
90b0799
Compare
Choose a tag to compare

3.4.1 (2024-03-29)

Bug Fixes

  • OnboardingMenu: bad useMemo Icon, took out the expand state (#172) (32bd68d)

v3.4.0

27 Mar 10:49
6e2debb
Compare
Choose a tag to compare

3.4.0 (2024-03-22)

Features

  • ConfirmDialog: add dialog confirm component (#169) (7f7c32e)
  • useSyncWithLS: disable callback in active tab (#170) (e05dc26)

v3.3.0

20 Mar 14:59
7a93a52
Compare
Choose a tag to compare

3.3.0 (2024-03-20)

Features

  • add OnboardingMenu component (#121) (e296ed4)
  • СhangelogDialog: make date and description optional, add date format (#65) (261f7ca)

Bug Fixes

  • OnboardingMenu: add re-export and docs (#166) (84df613)
  • OnboardingMenu: fix item title styles (#167) (f534f78)
  • PlaceholderContainer: change text in example image in storybook (#164) (d97305f)

v3.2.0

13 Mar 11:26
8027223
Compare
Choose a tag to compare

3.2.0 (2024-03-12)

Features

v3.1.0

06 Mar 13:40
96e943e
Compare
Choose a tag to compare

3.1.0 (2024-03-06)

Features

  • AdaptiveTabs: allow to control some properties in More control (#145) (e7c2a4e)

Bug Fixes

  • AdaptiveTabs: fix border-case with incorrect firstHiddenTabIndex (#151) (2f553f4)

v2.12.1

05 Mar 16:14
ca2e051
Compare
Choose a tag to compare

2.12.1 (2024-03-05)

Bug Fixes

  • AdaptiveTabs: fix border-case with incorrect firstHiddenTabIndex (#155) (e753206)

v3.0.0

06 Feb 17:20
dc07582
Compare
Choose a tag to compare

3.0.0 (2024-02-06)

⚠️ Breaking Changes

  • Required UIKit version is v6.0.0
  • configure function has been removed. Language is now synced with UIKit's setting.

🚀 Features

RTL Support

All components are now correctly displayed with right-to-left languages. To set direction use direction prop of ThemeProvider, values are ltr (default) and rtl. To get current direction inside your React App use useDirection hook or withDirection HOC.

v2.12.0

05 Feb 14:25
4cec52c
Compare
Choose a tag to compare

2.12.0 (2024-02-05)

Features

Bug Fixes

  • Notifications: added errorTitle and emptyTitle props (#136) (4024223)

v2.11.0

18 Jan 11:46
5684bf6
Compare
Choose a tag to compare

2.11.0 (2024-01-09)

Features