Skip to content

Releases: gravity-ui/dashkit

v8.3.0

11 Jun 15:27
dceef5f
Compare
Choose a tag to compare

8.3.0 (2024-06-11)

Features

  • support useStateAsInitial in getItemsParams (#148) (ede2db0)

v8.2.0

21 May 19:56
f794fac
Compare
Choose a tag to compare

8.2.0 (2024-05-21)

Features

v8.1.0

19 Apr 11:30
ea978ec
Compare
Choose a tag to compare

8.1.0 (2024-04-19)

Features

v8.0.2

12 Apr 12:10
2075f6b
Compare
Choose a tag to compare

8.0.2 (2024-04-12)

Bug Fixes

v8.0.1

12 Apr 09:26
21dccf4
Compare
Choose a tag to compare

8.0.1 (2024-04-12)

Bug Fixes

  • change types setting path to common one (#138) (d963f18)

v8.0.0

12 Apr 09:07
e930c0f
Compare
Choose a tag to compare

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

  • add attribute to plugin root element (#135) (d052702)

v7.2.0

27 Mar 15:34
c14eb84
Compare
Choose a tag to compare

7.2.0 (2024-03-27)

Features

  • add copy context field for prepared copy item type (#130) (fad573e)

v6.10.0

27 Mar 15:34
0d42b91
Compare
Choose a tag to compare

6.10.0 (2024-03-27)

Features

  • add copy context field for prepared copy item type (#129) (6ff6436)

v7.1.1

15 Mar 10:00
280a69d
Compare
Choose a tag to compare

7.1.1 (2024-03-15)

Bug Fixes

  • react-grid-layout: fix react-grid-layout type imports (#125) (2a051cf)

v7.1.0

11 Mar 07:50
6c071e1
Compare
Choose a tag to compare

7.1.0 (2024-03-07)

Features