Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# [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