Releases: LaunchPadLab/lp-components
Releases · LaunchPadLab/lp-components
v5.0.0
- Removes dependency of
<FlashMessage />
onredux-flash
: Migration guide
v4.0.0
- Enables React hooks: Migration guide
v3.33.0
3.32.0
This release allows specification of a valueGetter
on a <SortableTable>
column, <TableColumn>
to facilitate creating a column whose data is derived, typically from multiple fields with a row's data record. The valueGetter
is a function that is provided with a row's data instance and returns the derived data value.