Skip to content

Releases: schrodinger/fixed-data-table-2

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)

v2.0.0-beta.12

12 Jul 08:12
Compare
Choose a tag to compare
v2.0.0-beta.12 Pre-release
Pre-release

Move out internal-state from redux store (#633)

  • Also added "Dynamic Row Heights" example

v1.2.11

30 Jun 08:21
Compare
Choose a tag to compare
  • Add GitHub workflow to redeploy site automatically (#643)
  • Add GitHub workflow for CI testing (#643)
  • Update homepage to https (#643)

v1.2.10

23 Jun 15:18
Compare
Choose a tag to compare

Do not assign null to rowIndex (#645) (Fixes #644)

v.2.0.0-beta.8

31 May 07:58
Compare
Choose a tag to compare
v.2.0.0-beta.8 Pre-release
Pre-release

Fix cell order in DOM (#630) (Fixes #221)

Order cells in the DOM by row-major order.

v1.2.9

31 May 07:57
Compare
Choose a tag to compare

Fix cell order in DOM (#630) (Fixes #221)

Order cells in the DOM by row-major order.

v1.2.8

12 May 03:24
Compare
Choose a tag to compare

Update dependencies to fix security vulnerabilities

  • Bump async from 2.6.3 to 2.6.4 (#632)
  • Bump minimist from 1.2.5 to 1.2.6 (#631)
  • Bump node-forge from 1.2.1 to 1.3.1 (#634)