diff --git a/CHANGELOG.md b/CHANGELOG.md index d20f891..a61ede6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [1.1.0](https://github.com/gravity-ui/table/compare/v1.0.0...v1.1.0) (2024-09-25) + + +### Features + +* **Table:** styled SortIndicator added ([#49](https://github.com/gravity-ui/table/issues/49)) ([d4e7d82](https://github.com/gravity-ui/table/commit/d4e7d823f102c9e77e8520b502495a80a1db37c0)) +* **Table:** styled SortIndicator export added ([#53](https://github.com/gravity-ui/table/issues/53)) ([39b5709](https://github.com/gravity-ui/table/commit/39b5709b19263cbe3af17a98072abb5ea201cd4d)) +* **Table:** table size supported ([#50](https://github.com/gravity-ui/table/issues/50)) ([50e7778](https://github.com/gravity-ui/table/commit/50e7778ce7be93360ba9cff69651844f6f0308f6)) + + +### Bug Fixes + +* **BaseHeaderCell:** sorting on resize fixed ([#55](https://github.com/gravity-ui/table/issues/55)) ([716a45b](https://github.com/gravity-ui/table/commit/716a45bf52c80175d77fcbc16bbdc29a1b93a086)) + ## [1.0.0](https://github.com/gravity-ui/table/compare/v0.9.0...v1.0.0) (2024-09-12) diff --git a/package-lock.json b/package-lock.json index 552abb1..87faaa8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@gravity-ui/table", - "version": "1.0.0", + "version": "1.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@gravity-ui/table", - "version": "1.0.0", + "version": "1.1.0", "license": "MIT", "dependencies": { "@bem-react/classname": "^1.6.0", diff --git a/package.json b/package.json index 6439dd7..ca09742 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@gravity-ui/table", - "version": "1.0.0", + "version": "1.1.0", "description": "", "license": "MIT", "main": "./build/cjs/index.js",