Skip to content

Commit a0a8278

Browse files
gravity-ui-botYury Kornilov
andauthored
chore(main): release 10.0.0 (#297)
* chore(main): release 10.0.0 * chore: update CHANGELOG.md --------- Co-authored-by: Yury Kornilov <kornilovyv@yandex-team.ru>
1 parent b5f7409 commit a0a8278

3 files changed

Lines changed: 19 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

3+
## [10.0.0](https://github.com/gravity-ui/dashkit/compare/v9.3.2...v10.0.0) (2026-02-13)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* global type refactoring ([#296](https://github.com/gravity-ui/dashkit/issues/296)) ([b5f7409](https://github.com/gravity-ui/dashkit/commit/b5f74099b53f8ada2b6456a3dafad4f24acc9755))
9+
10+
* `getItemsMeta` **return type**: the `getItemsMeta` method of the `Dashkit` component now always returns an array (previously could return `undefined`) ([#277](https://github.com/gravity-ui/dashkit/issues/277)) ([8036d77](https://github.com/gravity-ui/dashkit/pull/277/changes/8036d777faeee6351f2cb8de00854da06bcb0024))
11+
12+
* **grid layout calculation**: updated the algorithm for calculating height and width of grid items ([#279](https://github.com/gravity-ui/dashkit/issues/279)) ([31feaa9](https://github.com/gravity-ui/dashkit/pull/279/changes/31feaa96b880a94956c97a2444cda7c82aafbae1))
13+
14+
* **ref type change**: changed the ref type in `renderer` and `placeholderRenderer` plugin functions. Now requires `React.RefCallback` instead of `React.RefObject` ([#280](https://github.com/gravity-ui/dashkit/issues/280)) ([7627301](https://github.com/gravity-ui/dashkit/pull/280/changes/7627301a3cb0e2077d39e54d1b0795d4f6cbc587))
15+
16+
* **renderer functions signature**: removed `isPlaceholder` flag from the arguments of `renderer` and `placeholderRenderer` plugin functions ([#284](https://github.com/gravity-ui/dashkit/issues/284)) ([675c3d4](https://github.com/gravity-ui/dashkit/commit/675c3d412cd61f8706ef67a9063107b369dcde99))
17+
18+
319
## [9.3.2](https://github.com/gravity-ui/dashkit/compare/v9.3.1...v9.3.2) (2026-01-29)
420

521

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gravity-ui/dashkit",
3-
"version": "9.3.2",
3+
"version": "10.0.0",
44
"description": "Library for rendering dashboard grid layout",
55
"license": "MIT",
66
"repository": {

0 commit comments

Comments
 (0)