Skip to content

Releases: schrodinger/fixed-data-table-2

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)

v1.2.7

11 May 09:02
Compare
Choose a tag to compare

Fix an issue where rows outside the viewport aren't updated (#628)

v1.2.6

07 Mar 21:58
Compare
Choose a tag to compare

Ignore redundant updates in getDerivedStateFromProps.

Regression from #612 where PROP_CHANGE action is dispatched even for local state updates.

v1.2.5

28 Feb 16:43
Compare
Choose a tag to compare

Remove usage of componentWillReceiveProps (#612)

v1.2.4

28 Feb 11:35
Compare
Choose a tag to compare

Update marked from 0.7.0 to 4.0.10 (#621)