diff --git a/CHANGELOG.md b/CHANGELOG.md index 8052489..b5f6799 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [0.7.0](https://github.com/gravity-ui/table/compare/v0.6.0...v0.7.0) (2024-09-06) + + +### Features + +* **BaseTable:** aria-(multiselectable,selected) support added ([#33](https://github.com/gravity-ui/table/issues/33)) ([fa5c464](https://github.com/gravity-ui/table/commit/fa5c464c08fa32009832107473aa9194436f36e3)) +* **BaseTable:** custom empty content support added ([#31](https://github.com/gravity-ui/table/issues/31)) ([b92ee11](https://github.com/gravity-ui/table/commit/b92ee11a5481e2cc9ffe8d1dc95ad965719b82ea)) +* rename table components to Base* prefix ([#29](https://github.com/gravity-ui/table/issues/29)) ([aab6643](https://github.com/gravity-ui/table/commit/aab6643467bbaa55a7b463bd548851ab49470b75)) +* **Table:** base border/font design ([#32](https://github.com/gravity-ui/table/issues/32)) ([ec55971](https://github.com/gravity-ui/table/commit/ec559716b2b32637457ef2fcfbf20f147fef416a)) + ## [0.6.0](https://github.com/gravity-ui/table/compare/v0.5.0...v0.6.0) (2024-08-16) diff --git a/package-lock.json b/package-lock.json index ca8d031..527dbf1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@gravity-ui/table", - "version": "0.6.0", + "version": "0.7.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@gravity-ui/table", - "version": "0.6.0", + "version": "0.7.0", "license": "MIT", "dependencies": { "@bem-react/classname": "^1.6.0", diff --git a/package.json b/package.json index b439030..7c8b414 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@gravity-ui/table", - "version": "0.6.0", + "version": "0.7.0", "description": "", "license": "MIT", "main": "./build/cjs/index.js",