Skip to content

eds-data-grid-react@0.5.0

Compare
Choose a tag to compare
@oddvernes oddvernes released this 27 May 13:32
· 147 commits to develop since this release
d61c056

[0.5.0] - 2024-05-27

Added

  • ✨ Added possibility for custom filters by @yusijs in #3359
  • ✨ Expose createColumnHelper from react-table by @magnh in #3451
  • ✨ Allow enabling/disabling multi row selection with enableMultiRowSelection by @mhwaage in #3355

Changed

  • 📌 Bump required styled-components version to 5.1 by @oddvernes in #3459
  • 🚸✨ Align selection state props with react table by @magnh in #3456

Details of #3456:

  • Warn developer in developer environment when using deprecated props.
  • Rename selectedRows to rowSelectionState and deprecated selectedRows.
  • Rename rowSelection to enableRowSelection and deprecated rowSelection.
  • Add onRowClick and onCellClick handlers as props.