Skip to content

Release 1.6.0

Compare
Choose a tag to compare
@github-actions github-actions released this 29 Nov 12:21
· 879 commits to master since this release

1.6.0 (2023-11-29)

Features

  • improvements for the Table and added context provider for Table configuration. (6888fdf)
  • Improvements for the virtualization and row look and feel. (28cce03)
  • new naming for props and styles for rows. (3665f49)
  • Table: Added horizontal virtualization (8da3740)
  • Table: Added user cell width in styled element (6a484a2)
  • Table: Added user row height for virtualizer estimate size (6b2ff04)
  • Table: Calculated scroll logic into React state for correct visualization (e785f99)
  • Table: style and virtualization improvements (9712225)

Bug Fixes

  • fixed lint problems. (29b2ee6)
  • Table: Adjusted scroll flag calculation (951bf1a)
  • Table: Solved TS errors (d7e12cd)