Skip to content

Releases: schrodinger/fixed-data-table-2

v0.8.27

03 Sep 06:59
Compare
Choose a tag to compare
  • Fix table scrolling while touch scroll is disabled (#458) (Fixes #456)
  • Account for borders in spacer positioning (#478)

v1.0.0-beta.25

13 Aug 06:50
Compare
Choose a tag to compare
v1.0.0-beta.25 Pre-release
Pre-release
  • Fix invalid aria attribute name (#476)
    aria-rowIndex changed to aria-rowindex

v1.0.0-beta.24

08 Aug 05:15
Compare
Choose a tag to compare
v1.0.0-beta.24 Pre-release
Pre-release
  • 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

10 Jul 17:04
Compare
Choose a tag to compare
v1.0.0-beta.23 Pre-release
Pre-release
  • 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

03 Jul 06:19
Compare
Choose a tag to compare
v1.0.0-beta.22 Pre-release
Pre-release

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

03 Jul 06:15
Compare
Choose a tag to compare
v1.0.0-beta.21 Pre-release
Pre-release

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

28 May 06:26
Compare
Choose a tag to compare
v1.0.0-beta.20 Pre-release
Pre-release
  • Fix rows outside the view-port having stale props during scrolling (#454)

v1.0.0-beta.19

21 May 09:17
Compare
Choose a tag to compare
v1.0.0-beta.19 Pre-release
Pre-release
  • Fix horizontal scrolling through shift key on Mac (#447) (Fixes #444)
  • Fix imports on case sensitive systems (#439)

v0.8.26

21 May 11:05
Compare
Choose a tag to compare

Add roles and aria-attributes for initial screen reader support (#445) (Helps #440)

v0.8.25

21 May 09:15
Compare
Choose a tag to compare
  • Fix horizontal scrolling through shift key on Mac (#447) (Fixes #444)
  • Fix onScrollEnd being called with outdated values (#442) (Fixes #226)