Releases: schrodinger/fixed-data-table-2
Releases · schrodinger/fixed-data-table-2
v0.8.27
- Fix table scrolling while touch scroll is disabled (#458) (Fixes #456)
- Account for borders in spacer positioning (#478)
v1.0.0-beta.25
- Fix invalid aria attribute name (#476)
aria-rowIndex
changed to aria-rowindex
v1.0.0-beta.24
- Add roles and aria-attributes for initial screen reader support (#445) (Helps #440)
- Fix table scrolling while touch scroll is disabled (#458) (Fixes #456)
v1.0.0-beta.23
postcss
updated
- HMR enabled for CSS
mini-css-extract-plugin
replaces extract-text-webpack-plugin
webpack
updated to v4
- Babel upgraded to v7
- other packages updated
- Calypso codemods ran
'calypso-codemods commonjs-imports,commonjs-exports ./src ./examples'
So now ES6 styled exports/imports are used throughout the code base (except for 1 or 2 edge cases)
v1.0.0-beta.22
Provide index of last row in view port to the scroll callbacks (#469) (Fixes #467)
onScrollStart
and onScrollEnd
now has a fourth param, which is the index of the last row in the view port
v1.0.0-beta.21
Fix stub cells while scrolling (#460) (Fixes #454)
- Fixed cells having stale props (as a side effect of stub rows) (See #454)
- Added
Auto Scroll
example to catch such cases
v1.0.0-beta.20
- Fix rows outside the view-port having stale props during scrolling (#454)
v1.0.0-beta.19
- Fix horizontal scrolling through shift key on Mac (#447) (Fixes #444)
- Fix imports on case sensitive systems (#439)
v0.8.26
Add roles and aria-attributes for initial screen reader support (#445) (Helps #440)
v0.8.25
- Fix horizontal scrolling through shift key on Mac (#447) (Fixes #444)
- Fix
onScrollEnd
being called with outdated values (#442) (Fixes #226)