v1.54.0
Nov 08, 2019
Version 1.54.0 published.
Fixed bug connected with searchText and state. Thanks to @dimamalyshev
onFilterChange added. Thanks to Ross Anderson
Passing down props CellStyle to ColumnDef props. Thanks to @sshanzel
Remove UNSAFE_componentWillReceiveProps. Thanks to @Domino987
Add typings for thirdSortClick. Thanks to @dsgriffin
disable defaultSorting when sorting = false. Thanks to @sshanzel
Make MTableEditRow's cells use cellStyle. Thanks to @PFayoux
Added table option hideFilterIcons as a shortcut to hide all hideFilterIcon. Thanks to @rshep1
Fixed typescript definition for DetailPanel interface to use correct... Thanks to @ririvas
Breaking Change:
new position field added to actions. You can force an action to be row based even if selection is true. But isFreeAction field is removed. Please check this PR: #1156