eds-data-grid-react@0.5.0
oddvernes
released this
27 May 13:32
·
147 commits
to develop
since this release
[0.5.0] - 2024-05-27
Added
- ✨ Added possibility for custom filters by @yusijs in #3359
- ✨ Expose
createColumnHelper
fromreact-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
torowSelectionState
and deprecatedselectedRows
. - Rename
rowSelection
toenableRowSelection
and deprecatedrowSelection
. - Add
onRowClick
andonCellClick
handlers as props.