diff --git a/CHANGELOG.md b/CHANGELOG.md index b017a24..073e72f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [1.18.0](https://github.com/gravity-ui/table/compare/v1.17.0...v1.18.0) (2026-07-21) + + +### Features + +* adds ability to recalculate columns sizes on its amount change ([#163](https://github.com/gravity-ui/table/issues/163)) ([fd55464](https://github.com/gravity-ui/table/commit/fd55464d59150ede3b8764e20bc31a667be85cbb)) + + +### Bug Fixes + +* **RowActions:** clip menu content to popup border radius ([#161](https://github.com/gravity-ui/table/issues/161)) ([309879d](https://github.com/gravity-ui/table/commit/309879da70f7c84e7f8095d7989cca706a1570ef)) + ## [1.17.0](https://github.com/gravity-ui/table/compare/v1.16.0...v1.17.0) (2026-07-16) diff --git a/package-lock.json b/package-lock.json index 097189b..fbfa695 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@gravity-ui/table", - "version": "1.17.0", + "version": "1.18.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@gravity-ui/table", - "version": "1.17.0", + "version": "1.18.0", "license": "MIT", "dependencies": { "@bem-react/classname": "^1.6.0", diff --git a/package.json b/package.json index cffcae5..1068f82 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@gravity-ui/table", - "version": "1.17.0", + "version": "1.18.0", "description": "", "license": "MIT", "main": "./build/cjs/index.js",