Skip to content

Commit

Permalink
chore(main): release 0.9.0 (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
gravity-ui-bot authored Sep 12, 2024
1 parent 5216d52 commit a9a3f58
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [0.9.0](https://github.com/gravity-ui/table/compare/v0.8.1...v0.9.0) (2024-09-12)


### Features

* **BaseTable:** improve base table styles ([#45](https://github.com/gravity-ui/table/issues/45)) ([f43d9ce](https://github.com/gravity-ui/table/commit/f43d9ce21a6469973c840880004f171802b8414a))
* **Table:** drag column added ([#43](https://github.com/gravity-ui/table/issues/43)) ([2c47d99](https://github.com/gravity-ui/table/commit/2c47d99691746c1cc117e4a8d8d789709d34c2dc))
* **Table:** selection column added ([#41](https://github.com/gravity-ui/table/issues/41)) ([951b48c](https://github.com/gravity-ui/table/commit/951b48cc478d7cf4c9a699957c868a435e17ad45))


### Bug Fixes

* **BaseTable:** calc aria-rowindex fixed ([#47](https://github.com/gravity-ui/table/issues/47)) ([5216d52](https://github.com/gravity-ui/table/commit/5216d52dbc0cf2697f046e2fe9bf61cac9923a7d))

## [0.8.1](https://github.com/gravity-ui/table/compare/v0.8.0...v0.8.1) (2024-09-11)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gravity-ui/table",
"version": "0.8.1",
"version": "0.9.0",
"description": "",
"license": "MIT",
"main": "./build/cjs/index.js",
Expand Down

0 comments on commit a9a3f58

Please sign in to comment.