New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@gravity-ui/dashkit

Package Overview
Dependencies
Maintainers
8
Versions
156
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@gravity-ui/dashkit - npm Package Versions

1
911
16

8.0.2-beta.2

Diff
gravity-ui-bot
published 8.0.2-beta.2 •
gravity-ui-bot
published 8.0.2-beta.1 •
gravity-ui-bot
published 8.0.2-beta.0 •
gravity-ui-bot
published 8.0.2 •

Changelog

Source

8.0.2 (2024-04-12)

Bug Fixes

  • add group_control to pluginBaseDL (#140) (6a41996)
gravity-ui-bot
published 8.0.1 •

Changelog

Source

8.0.1 (2024-04-12)

Bug Fixes

  • change types setting path to common one (#138) (d963f18)
gravity-ui-bot
published 8.0.0 •

Changelog

Source

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)
gravity-ui-bot
published 7.2.0-beta.0 •
gravity-ui-bot
published 7.2.0 •

Changelog

Source

7.2.0 (2024-03-27)

Features

  • add copy context field for prepared copy item type (#130) (fad573e)
gravity-ui-bot
published 6.10.0 •
gravity-ui-bot
published 7.1.1 •

Changelog

Source

7.1.1 (2024-03-15)

Bug Fixes

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