Skip to content

Commit

Permalink
chore(release): 1.8.0-alpha.1 [skip ci]
Browse files Browse the repository at this point in the history
# [1.8.0-alpha.1](v1.7.0...v1.8.0-alpha.1) (2024-10-02)

### Bug Fixes

* adjust block sizes for performance ([a5ae697](a5ae697))
* adjust few things in infinite table ([d68015c](d68015c))
* debug ag grid bug ([ebc01a5](ebc01a5))
* debug weird ag grid issue ([5c8057d](5c8057d))
* debug weird bug ([cf15324](cf15324))
* ditch unused hook ([ccdb564](ccdb564))
* do not notify when sort has changed in order to persist it ([622f6cc](622f6cc))
* getRows out of sync ([7743162](7743162))
* improvements in sort columns feature ([0965d90](0965d90))
* more adjustments ([4561cb3](4561cb3))
* more adjustments ([4c140d4](4c140d4))
* more tweaks and adjustments in infinite table ([fe2ed62](fe2ed62))
* rendering glitch solved ([23b0c2a](23b0c2a))
* skip calling onColumnChanged the first time the table renders ([1aafd2e](1aafd2e))
* suppressDragLeaveHidesColumns adjustment ([440e6dc](440e6dc))
* try to debug weird bug ([cd51e63](cd51e63))
* try to debug weird production only glitch ([2da6076](2da6076))
* try to fix weird order bug ([fa0ac55](fa0ac55))
* undefined array ([dda47a6](dda47a6))
* weird bug ([1ff86fd](1ff86fd))
* weird bug debugging ([d4c9c36](d4c9c36))

### Features

* add hook useWhyDidYouRender ([539b4dd](539b4dd))
* add options button menu in infinite table ([44660ce](44660ce))
* add sort feature to columns ([c2c2407](c2c2407))
* adjustments for restoring column state ([ecbf711](ecbf711))
* changes in selection ([5fae7ff](5fae7ff))
* improve rerenders ([eff90b3](eff90b3))
* improve restoring scroll position in infinite tables ([89e483d](89e483d))
* infinite trees ([1f4c400](1f4c400))
* more adjustmetns ([d69e0a5](d69e0a5))
* performance issues ([cf9386e](cf9386e))
* work in selecting all rows ([7647bfb](7647bfb))
  • Loading branch information
semantic-release-bot committed Oct 2, 2024
1 parent 728da75 commit 0b9b2df
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.7.0",
"version": "1.8.0-alpha.1",
"engines": {
"node": "20.5.0"
},
Expand Down

0 comments on commit 0b9b2df

Please sign in to comment.