Skip to content

Commit

Permalink
chore(release): 1.3.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.3.0](v1.2.1...v1.3.0) (2024-07-04)

### Bug Fixes

* adjust auto size mechanism ([b08602d](b08602d))
* adjust checkbox size ([bd3b495](bd3b495))
* adjust rehydration of persisted column state ([b018431](b018431))
* autoresize columns on first grid render if there's no saved state ([7814a48](7814a48))
* disable column sorting ([1f57d9a](1f57d9a))
* improve autosizing ([6d9de62](6d9de62))
* remove console.log ([77f5fd5](77f5fd5))
* skip calling onColumnChanged the first time the table renders ([cf88a10](cf88a10))
* style adjustments ([523bd25](523bd25))

### Features

* implement best effort for comparing persisted column state ([34a0add](34a0add))
* **infinite-table:** add a way to persist scroll position ([49faec0](49faec0))
* **infinite-table:** adjustments in storybook and exposing methods in infinitetable ([9fda460](9fda460))
* **infinite-table:** callbacks for resized and order columns ([8b17738](8b17738))
* **infinite-table:** header select all checkbox ([0662b75](0662b75))
* **infinite-table:** improve rerenders and selection row restoration ([d66c398](d66c398))
* **infinite-table:** improve restore column order & resizing ([2b2721d](2b2721d))
* **infinite-table:** improve row selection ([f6a5a74](f6a5a74))
* **infinite-table:** improve row selection ([4e89204](4e89204))
* **infinite-table:** improve row selection ([b8bdbb4](b8bdbb4))
* **infinite-table:** improve selection restoration ([2cd0afe](2cd0afe))
* **infinite-table:** row style + autosize ([0b54456](0b54456))
* **infinite-table:** some cleanse ([5457a43](5457a43))
* **infinitescroll:** add new css custom theme ([310b6ff](310b6ff))
  • Loading branch information
semantic-release-bot committed Jul 4, 2024
1 parent 4edbc90 commit f61380f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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": "@gisce/react-formiga-table",
"version": "1.2.1",
"version": "1.3.0",
"engines": {
"node": "20.5.0"
},
Expand Down

0 comments on commit f61380f

Please sign in to comment.