Skip to content

Releases: mbrn/material-table

v1.42.0

01 Aug 10:41
Compare
Choose a tag to compare

Aug 01, 2019

Version 1.42.0 published.

custom-action-size. Thanks to @SVTerziev
path-imports. Thanks to @Xammie
warning-stepped. Thanks to @ilancoulon
onSearchChange. Thanks to @spurreiter

v1.41.0

01 Jul 11:45
Compare
Choose a tag to compare

Jul 31, 2019

Version 1.41.0 published.

export unstyled MaterialTable as MTable. Thanks to @spurreiter
add filter placeholder. Thanks to @yzhbankov
Add a draggable option. Thanks to @xiaomaini
Remove getFieldValue from being passed as prop. Thanks to @SmeeK153
Remove onRowDataChange from being passed as prop. Thanks to @SmeeK153
Make rowData generic, improving type safety. Thanks to @hannesj
Fix usage of React import for typescript definitions. Thanks to @hannesj

v1.40.0

25 Jun 05:39
Compare
Choose a tag to compare

Jun 25, 2019

Version 1.40.0 published.

#708 Removing last item bug fixed. Thanks to AndySeymour2904
Filter placeholder added. Thanks to AugustoCalaca
Dense padding mode added to cells and rows. Thanks to gmateo.

v1.39.2

17 Jun 10:46
Compare
Choose a tag to compare

Jun 17, 2019

Version 1.39.2 published.

#650, lookup bug fixed on editing mode
#664, editable row bug fixed when columns are reordered.
#698, selection cell ripple problem resolved
Forwardref added to icons. Thanks to @Domino987

v1.39.1

14 Jun 05:42
Compare
Choose a tag to compare

Jun 14, 2019

Version 1.39.1 published.

#645, typo fixed
#649, searchPlaceholder added to typescript file
#714, Column editable field supports func variable, Thanks to @mohitmutha

v1.39.0

30 May 04:42
Compare
Choose a tag to compare

May 30, 2019

Version 1.39.0 published.

#584, showFirstLastPageButtons added to options
#615, onRowDataChange added to editComponent
#629, selection padding fixed after mui4.0.0
#639, filterRow selection checkbox removed

v1.38.0

29 May 04:38
Compare
Choose a tag to compare

May 29, 2019

Version 1.38.0 published.

#598, index parameter added to rowStyle function
#601, style added to table
#607, remote data to local data change bug fixed
#609, hidden added to actions
#627, defaultFilter bug resolved for remote data

v1.37.0

28 May 04:41
Compare
Choose a tag to compare

May 28, 2019

Version 1.37.0 published.

#610, selectionProps added to options
Migrate to MUI v4. Thanks to @timur.sazon

v1.36.6

27 May 05:19
Compare
Choose a tag to compare

May 27, 2019

Version 1.36.6 published.

#580, warnings cleared
#590, column reordering bug fixed when grouping is false
#618, multiple detailpanel icon newline problem resolved
#597, bystring applied to edit component

v1.36.5

25 May 22:39
Compare
Choose a tag to compare

May 26, 2019

Version 1.36.5 published.

showTextRowsSelected prop added to options. Thanks to @orestes22
group-key-null-check added to grouping function. Thanks to @Foosballfan
Typescript fixes.