From 394eac1a750f5dcf1f53a81ff6bbd4eef68061f8 Mon Sep 17 00:00:00 2001 From: Gravity UI Bot <111915794+gravity-ui-bot@users.noreply.github.com> Date: Fri, 13 Feb 2026 15:18:33 +0100 Subject: [PATCH 1/2] chore(main): release 10.0.0 --- CHANGELOG.md | 11 +++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 14 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 51cb0a7..89b0ecf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [10.0.0](https://github.com/gravity-ui/dashkit/compare/v9.3.2...v10.0.0) (2026-02-13) + + +### ⚠ BREAKING CHANGES + +* global type refactoring ([#296](https://github.com/gravity-ui/dashkit/issues/296)) + +### Bug Fixes + +* global type refactoring ([#296](https://github.com/gravity-ui/dashkit/issues/296)) ([b5f7409](https://github.com/gravity-ui/dashkit/commit/b5f74099b53f8ada2b6456a3dafad4f24acc9755)) + ## [9.3.2](https://github.com/gravity-ui/dashkit/compare/v9.3.1...v9.3.2) (2026-01-29) diff --git a/package-lock.json b/package-lock.json index d238a68..f736c61 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@gravity-ui/dashkit", - "version": "9.3.2", + "version": "10.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@gravity-ui/dashkit", - "version": "9.3.2", + "version": "10.0.0", "license": "MIT", "dependencies": { "@bem-react/classname": "^1.6.0", diff --git a/package.json b/package.json index 6097a1d..56e0071 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@gravity-ui/dashkit", - "version": "9.3.2", + "version": "10.0.0", "description": "Library for rendering dashboard grid layout", "license": "MIT", "repository": { From 02003c08f9440b048b8907551a01a973f4296c3c Mon Sep 17 00:00:00 2001 From: Yury Kornilov Date: Fri, 13 Feb 2026 17:49:17 +0300 Subject: [PATCH 2/2] chore: update CHANGELOG.md --- CHANGELOG.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 89b0ecf..bde9ff7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,11 +5,16 @@ ### ⚠ BREAKING CHANGES -* global type refactoring ([#296](https://github.com/gravity-ui/dashkit/issues/296)) +* global type refactoring ([#296](https://github.com/gravity-ui/dashkit/issues/296)) ([b5f7409](https://github.com/gravity-ui/dashkit/commit/b5f74099b53f8ada2b6456a3dafad4f24acc9755)) -### Bug Fixes +* `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)) + +* **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)) + +* **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)) + +* **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)) -* global type refactoring ([#296](https://github.com/gravity-ui/dashkit/issues/296)) ([b5f7409](https://github.com/gravity-ui/dashkit/commit/b5f74099b53f8ada2b6456a3dafad4f24acc9755)) ## [9.3.2](https://github.com/gravity-ui/dashkit/compare/v9.3.1...v9.3.2) (2026-01-29)