Releases: gravity-ui/dashkit
Releases · gravity-ui/dashkit
v8.3.0
8.3.0 (2024-06-11)
Features
- support useStateAsInitial in getItemsParams (#148) (ede2db0)
v8.2.0
8.2.0 (2024-05-21)
Features
v8.1.0
8.1.0 (2024-04-19)
Features
v8.0.2
8.0.2 (2024-04-12)
Bug Fixes
v8.0.1
8.0.1 (2024-04-12)
Bug Fixes
- change types setting path to common one (#138) (d963f18)
v8.0.0
8.0.0 (2024-04-12)
⚠ BREAKING CHANGES
- 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';
Features
v7.2.0
7.2.0 (2024-03-27)
Features
- add copy context field for prepared copy item type (#130) (fad573e)
v6.10.0
6.10.0 (2024-03-27)
Features
- add copy context field for prepared copy item type (#129) (6ff6436)
v7.1.1
7.1.1 (2024-03-15)
Bug Fixes
- react-grid-layout: fix react-grid-layout type imports (#125) (2a051cf)
v7.1.0
7.1.0 (2024-03-07)
Features