Releases: gravity-ui/components
Releases · gravity-ui/components
v3.4.2
3.4.2 (2024-04-04)
Bug Fixes
- OnboardingMenu: long header, expand items (#175) (4031a47)
v3.4.1
3.4.1 (2024-03-29)
Bug Fixes
- OnboardingMenu: bad useMemo Icon, took out the expand state (#172) (32bd68d)
v3.4.0
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
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
3.2.0 (2024-03-12)
Features
v3.1.0
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
2.12.1 (2024-03-05)
Bug Fixes
- AdaptiveTabs: fix border-case with incorrect firstHiddenTabIndex (#155) (e753206)
v3.0.0
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
2.12.0 (2024-02-05)
Features
Bug Fixes
- Notifications: added
errorTitle
and emptyTitle
props (#136) (4024223)