Skip to content

Releases: schrodinger/fixed-data-table-2

v1.2.21

22 Jul 13:37
Compare
Choose a tag to compare
  • Bump word-wrap from 1.2.3 to 1.2.4 (#693)
  • Bump semver from 5.7.1 to 5.7.2 (#689)

v1.2.20

30 Jun 13:44
Compare
Choose a tag to compare
  • Fix examples and upgrade FakerJS (#684)
  • Add columns prop cellClassName to the docs (#684)
  • Bump jsdom to 16.5.0 and update tests/scripts (#686)
  • Fix deployment workflow (#675)

v1.2.19

15 Jun 22:00
Compare
Choose a tag to compare

Allow mouse events to work when Touch Scroll is enabled (#679)

v1.2.18

10 May 12:09
Compare
Choose a tag to compare

Fix Error when refreshing data in table with smaller data (#677) (Fixes #676)

v1.2.17 - Support for Vite-React

18 Feb 17:09
Compare
Choose a tag to compare

Polyfill globalThis (#674) (Fixes #673)

v1.2.16

25 Jan 10:36
Compare
Choose a tag to compare

Flush scroll updates when Scrollbar thumb is dragged (#672) (Fixes #668)

v1.2.15

04 Dec 00:04
Compare
Choose a tag to compare

Fixed a typo in PropTypes definition in the exposed Cell renderers.

v1.2.14

03 Dec 23:49
Compare
Choose a tag to compare

Fix NPE while unmounting Table (#664) (Fixes #661)

v1.2.13

25 Nov 10:06
Compare
Choose a tag to compare

Expose cell visibility information to cell renderers (#658) (Fixes #650)

  • Added a new cell renderer prop, named isVisible, which will be true if the cell is within the viewport.

v1.2.12

25 Nov 09:23
Compare
Choose a tag to compare

Fix NPE for mouse/touch handlers in StrictMode (#657) (Fixes #656)