Releases: mbrn/material-table
v1.52.0
Oct 07, 2019
Version 1.52.0 published.
Adds missing getFieldValue. Thanks to @Domino987
onQueryChange accepts query param. Thanks to @michal-kazmierczak
change the return type of parentChildData to RowData | undefined. Thanks to @CoolCyberBrain
Fix type definition for "parentChildData". Thanks to @CoolCyberBrain
Possibility to sort column with 2 or 3 states. Thanks to @hrafaelveloso
Add defaultExpanded handling to grouping functionality. Thanks to @dnn5b
feat: foreign handling of pagination counters. Thansk to @spurreiter
v1.51.0
Sep 29, 2019
Version 1.51.0 published.
#1018, Typo delete confirmation. Thanks to @camerz
Add missing refresh icon and allow action.icon to be a RefComponent. Thanks to @lookfirst
fix: Missing peer dep warning in yarn v2. Thanks to @eps1lon
Fix togglePanel
of onRowClick
event handler. Thanks to @limgit
Add aria-label type definition to localization interface. Thanks to @dominikkaegi
v1.50.0
Aug 16, 2019
Version 1.50.0 published.
Fix ie11 array find error. Thanks to @emrekara37
Add onChangeColumnHidden to types def typescript and create new props. Thanks to @alejo-fracttal
v1.49.0
v1.48.0
Aug 09, 2019
Version 1.48.0 published.
freeCells
key added. Thanks to @schornio
Add third state to sort column. Thanks to Helder Veloso
Updating package json with new pickers release. Thanks to @y3sh
Add optional onColumnDragged callback property.Thanks to @dnn5b
Fix row onClick
typedef. Thanks to @KATT
v1.47.0
Aug 08, 2019
Version 1.47.0 published.
Fix when drag column export csv column order bug. Thanks to @emrekara37
Reset current page in onFilterChangeDebounce when use remote data. Thanks to @mswindu
Add draggable to typescript file. Thanks to @dvrylc
Add onChangeColumnHidden callback property. Thanks to @dnn5b
#906, tree defaultexpand feature added for rows.
v1.46.0
Aug 07, 2019
Version 1.46.0 published.
Feat: add level param to functional rowStyle. Thanks to @theodore-koch
Fix detail panel column alignment. Thanks to @emrekara37
Fix tree data selected rows. Thanks to @emrekara37
Override sortarrow icon. Thanks to @emrekara37
v1.45.0
v1.44.0
v1.43.0
Aug 02, 2019
Version 1.43.0 published.
Title grouping error fixed. Thanks to @MaxLeiter
Material-ui is now peerDependency. Thanks to @luzzif
Removing 'isInit' from changePageSize to upload the pageSize. Thanks to @EduSantosBrito