Releases: schrodinger/fixed-data-table-2
Releases · schrodinger/fixed-data-table-2
v0.8.9
Fix regression around column resize state being retained too aggressive (#276, #278)
v0.8.8
- Fix resize while UI is updating (#268)
- Handle scrollToColumn when no scrollable columns robustly (#259)
- Scrollbar Padding With Fixed Right Columns (#260)
v0.8.7
Improve render quality by rounding to horizontal scroll position (#262)
v0.8.6
- Arrow key navigation behind a feature flag
v0.8.5
Fixes for fixed right columns
v0.8.4
Added support for fixed right columns.
Fixed issue with rowIndex of onMouseLeave after scrolling far enough to recycle row.
Support reorder & resize on touch devices
v0.8.3
Fixes a major issue w/ scroll rendering in 0.8.2
v0.8.2
- onRowMouseUp, onRowTouchStart, onRowTouchEnd and onRowTouchMove callbacks
- optional cellGroupWrapperHeight prop for multi-row headers
- Fix for vertical scroll space
v0.8.1
- Prevent calling setState() after unmounting
v1.0.0-beta.3
Beta cutover to use redux & reselect for better content height / dynamic row heights state management.