Skip to content

Releases: mbrn/material-table

v1.52.0

07 Oct 05:54
Compare
Choose a tag to compare

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

29 Sep 18:22
Compare
Choose a tag to compare

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

16 Aug 05:50
Compare
Choose a tag to compare

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

15 Aug 07:20
Compare
Choose a tag to compare

Aug 15, 2019

Version 1.49.0 published.

fix tooltip position. Thanks to @emrekara37
#945, editing when grouping. Thanks to @martin-pepgit

v1.48.0

09 Aug 05:54
Compare
Choose a tag to compare

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

08 Aug 11:04
Compare
Choose a tag to compare

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

07 Aug 06:53
Compare
Choose a tag to compare

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

06 Aug 07:21
Compare
Choose a tag to compare

Aug 06, 2019

Version 1.45.0 published.

initialEditValue added to column props. Thanks to @Paksutin

v1.44.0

05 Aug 12:47
Compare
Choose a tag to compare

Aug 05, 2019

Version 1.44.0 published.

#618, fix detailpanel column width

v1.43.0

02 Aug 06:58
Compare
Choose a tag to compare

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