Releases: schrodinger/fixed-data-table-2
Releases · schrodinger/fixed-data-table-2
v2.0.0-beta.14
- Update docs for V2 release (#692)
- Fix performance regressions for v1.2 (#696)
- Bump semver from 5.7.1 to 5.7.2 (#689)
- Bump word-wrap from 1.2.3 to 1.2.4 (#693)
v1.2.22
Fixes the following performance regressions for v1.2 (#696):
- #630 - lodash util functions are slower than their native counter parts
- #628 and #658 -
shouldComponentUpdate
checks got less optimized
v1.2.21
- 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
- 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
Allow mouse events to work when Touch Scroll is enabled (#679)
v1.2.18
Fix Error when refreshing data in table with smaller data (#677) (Fixes #676)
v1.2.17 - Support for Vite-React
v1.2.16
Flush scroll updates when Scrollbar thumb is dragged (#672) (Fixes #668)
v1.2.15
Fixed a typo in PropTypes definition in the exposed Cell renderers.
v1.2.14
Fix NPE while unmounting Table (#664) (Fixes #661)