Skip to content

Commit

Permalink
chore(main): release 1.2.3 (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
gravity-ui-bot authored Oct 4, 2024
1 parent 28bf6d2 commit 9781753
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [1.2.3](https://github.com/gravity-ui/table/compare/v1.2.2...v1.2.3) (2024-10-04)


### Bug Fixes

* **BaseTable:** pass getIsCustomRow, groupHeaderClassName and renderCustomRowContent into BaseRow ([#66](https://github.com/gravity-ui/table/issues/66)) ([28bf6d2](https://github.com/gravity-ui/table/commit/28bf6d28d0e65980ed4a645b9fea2301d5b0baec))
* **BaseTable:** take offset into account when virtualizing ([#65](https://github.com/gravity-ui/table/issues/65)) ([af52206](https://github.com/gravity-ui/table/commit/af522063b975428079d61e4a2fa1f260f49ddabd))

## [1.2.2](https://github.com/gravity-ui/table/compare/v1.2.1...v1.2.2) (2024-10-02)


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": "1.2.2",
"version": "1.2.3",
"description": "",
"license": "MIT",
"main": "./build/cjs/index.js",
Expand Down

0 comments on commit 9781753

Please sign in to comment.