Releases: Decathlon/react-table
Releases · Decathlon/react-table
@decathlon/[email protected]
What's Changed
- fix(ResponsiveContainer): use ResizeObserver by @amen-souissi in #43
Full Changelog: https://github.com/Decathlon/react-table/compare/@decathlon/[email protected]...@decathlon/[email protected]
@decathlon/[email protected]
fix(Virtualizer/Scroller): Improve virtualization/scroll (#42) * chore(Scroll): improve scroll * refactor(table utils): clean utils and add new tests * chore(Virtualizer): ceil instead of floor * fix(Virtualizer): use items count * test(utils): add test for getFixedItemsCountBeforeSelectedItemIndex method * chore(Virtualizer): use cache * chore(Virtualizer): rename function * test(virtualizer): adapt tests * test(Virtualizer): fix tests * test(virtualized-table): fix tests * chore(Package): update versions * chore(virtualized table story): remove the test story Co-authored-by: Amen Souissi <[email protected]>
@decathlon/[email protected]
chore(MUI5): Upgrade all versions (#41) * chore(Table): upgrade versions * chore(Forma): Prettier * chore(Version): V2.0.0
@decathlon/[email protected]
Hidden rows (#40) * feat(TableInteractionsManager): add hidden rows * chore(Package): fix version
@decathlon/[email protected]
chore(Table): fix table dimensions, remove borders, improve virtualiz…
@decathlon/[email protected]
chore(scroll): always handle onScroll (#38)
@decathlon/[email protected]
chore(TableInteractionsManager): export interfaces (#37)
@decathlon/[email protected]
fix(cell): fix the min width of the cell wrapper (#36) * fix(cell): fix the min width of the cell wrapper
@decathlon/[email protected]
feat(Select): select the editable cell value on focus (#35) * feat(Select): select the editable cell value on focus * chore(versions): upgrade version
@decathlon/[email protected]
chore(Virtualizer): fix adpated height and width (#34) * chore(TableHeight): fix adpated height * chore(virtualizer): fix cell size * chore(TableInteractionsManager): sort hidden indexes * chore(typo): fix typo