Releases: schrodinger/fixed-data-table-2
Releases · schrodinger/fixed-data-table-2
v2.0.0-beta.12
Move out internal-state from redux store (#633)
- Also added "Dynamic Row Heights" example
v1.2.11
- Add GitHub workflow to redeploy site automatically (#643)
- Add GitHub workflow for CI testing (#643)
- Update homepage to https (#643)
v1.2.10
Do not assign null to rowIndex (#645) (Fixes #644)
v.2.0.0-beta.8
Fix cell order in DOM (#630) (Fixes #221)
Order cells in the DOM by row-major order.
v1.2.9
Fix cell order in DOM (#630) (Fixes #221)
Order cells in the DOM by row-major order.
v1.2.8
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
Fix an issue where rows outside the viewport aren't updated (#628)
v1.2.6
Ignore redundant updates in getDerivedStateFromProps
.
Regression from #612 where PROP_CHANGE
action is dispatched even for local state updates.
v1.2.5
Remove usage of componentWillReceiveProps (#612)
v1.2.4
Update marked
from 0.7.0 to 4.0.10 (#621)