8.20.1 (2024-11-21)
8.20.0 (2024-11-21)
8.19.1 (2024-11-14)
8.19.0 (2024-11-14)
- add support of onCopyFulfill prop & extract getPreparedCopyItemOptions prop from context (#216) (ee58616)
8.18.0 (2024-10-30)
8.17.4 (2024-10-11)
8.17.3 (2024-10-04)
8.17.2 (2024-09-27)
8.17.1 (2024-09-23)
8.17.0 (2024-09-23)
8.16.0 (2024-09-19)
8.15.3 (2024-09-18)
8.15.2 (2024-09-17)
8.15.1 (2024-09-17)
8.15.0 (2024-09-16)
8.14.1 (2024-09-16)
8.14.0 (2024-09-13)
8.13.0 (2024-09-05)
8.12.1 (2024-09-04)
8.12.0 (2024-09-02)
8.11.0 (2024-08-27)
8.10.2 (2024-08-22)
8.10.1 (2024-08-21)
8.10.0 (2024-08-14)
8.9.1 (2024-08-05)
8.9.0 (2024-07-30)
8.8.1 (2024-07-22)
8.8.0 (2024-07-19)
8.7.2 (2024-07-18)
8.7.1 (2024-07-18)
8.7.0 (2024-07-18)
8.6.0 (2024-07-12)
8.5.0 (2024-07-04)
8.4.0 (2024-06-28)
8.3.0 (2024-06-11)
8.2.0 (2024-05-21)
8.1.0 (2024-04-19)
8.0.2 (2024-04-12)
8.0.1 (2024-04-12)
8.0.0 (2024-04-12)
- separated helpers export from ui (#133)
Functions and constants from src/utils
, src/shared
and src/constants
are available for export from another endpoint helpers
.
For example, previously you could use:
import {transformParamsToActionParams} from '@gravity-ui/dashkit';
now you should use:
import {transformParamsToActionParams} from '@gravity-ui/dashkit/helpers';
7.2.0 (2024-03-27)
7.1.1 (2024-03-15)
7.1.0 (2024-03-07)
7.0.0 (2024-02-14)
- move to uikit 6 (#116)
- remove internal usage of
i18n
, useconfigure
fromuilit
instead
6.8.0 (2024-02-01)
6.7.2 (2023-12-14)
6.7.1 (2023-12-12)
6.7.0 (2023-12-12)
6.6.1 (2023-11-27)
6.6.0 (2023-11-27)
6.5.1 (2023-11-15)
6.5.0 (2023-10-16)
6.4.0 (2023-10-03)
6.3.0 (2023-09-28)
6.2.1 (2023-09-21)
6.2.0 (2023-09-20)
6.1.0 (2023-08-25)
6.0.0 (2023-07-17)
- up @gravity-ui/uikit to 5 version (#74)
5.6.2 (2023-06-16)
5.6.1 (2023-06-15)
5.6.0 (2023-04-18)
5.5.0 (2023-04-17)
5.4.0 (2023-04-13)
5.3.0 (2023-04-06)
5.2.0 (2023-03-27)
- add custom qa attribute for overlay controls (#45) (738ce14)
- export OverlayControlItem type (#50) (a68cc5c)
5.1.0 (2023-02-09)
5.0.0 (2023-02-01)
- up @gravity-ui/uikit to 4 version (#39)
4.1.0 (2023-01-31)
4.0.0 (2022-12-19)
- rename types in plugin Text (#33)
- change grid item forward ref behavior
3.5.0 (2022-12-19)
3.4.0 (2022-11-16)
3.3.0 (2022-11-10)
3.2.0 (2022-10-27)
3.1.0 (2022-10-27)
3.0.2 (2022-10-04)
3.0.1 (2022-10-03)
3.0.0 (2022-09-30)
- migrate to gravity-ui deps and new i18n usage (#15)
2.0.1 (2022-08-22)
2.0.0 (2022-08-11)
- migrate to i18n 0.6.0 (#11)