Skip to content

Releases: mbrn/material-table

v1.15.0

31 Jan 05:52
Compare
Choose a tag to compare

Jan 31, 2019

Version 1.15.0 published.

Grouping feature added: https://mbrn.github.io/material-table/#/docz-examples-12-example-grouping

v1.14.0

23 Jan 13:37
Compare
Choose a tag to compare

Jan 23, 2019

Version 1.14.0 published.

#162, nested field keys feature added
loading feature added
searchFieldStyle feature added
onRowClick feature added. Thanks to @slevy85 and @Domino987

v1.13.0

14 Jan 08:32
Compare
Choose a tag to compare

Jan 14, 2019

Version 1.13.0 published.

customFilterAndSearch feature added.
#146, customSort feature added.
#147, propTypes bug fixed.

v1.12.0

09 Jan 07:44
Compare
Choose a tag to compare

Jan 9, 2019

Version 1.12.0 published.

#136, header prop added to options.
#139, rowStyle feature added.
#142, headerStyle feature added.
#141, double scrollbar added.
#138, emptyValue bug resolved.

v1.11.0

31 Dec 07:47
Compare
Choose a tag to compare

Dec 31, 2018

Version 1.11.0 published.

#26, multiple DetailPanel feature added
Some typescript fixes

v1.10.0

30 Dec 09:26
Compare
Choose a tag to compare

Dec 30, 2018

Version 1.10.0 published.

#82, Checked rows disappearing bug fixed. Thanks to @balibou
#96, Init already checked row feature added. Thanks to @balibou
#26, DetailPanel feature added
#133, defaultFilter feature added to columns

v1.9.0

24 Dec 06:17
c9ec79c
Compare
Choose a tag to compare

Dec 24, 2018

Version 1.9.0 published.

Fix react warning about numeric being deprecated. Thanks to Rémy
#119, Container option added to components
filefy upgraded
#127, Fixed error regarding actions/icon. Thanks to Halvard Mørstad
Added export delimiter prop. Thanks to @jkelly-haib
#123, Added an option to conditionally render a different value if data is undefined. Thanks to @yildirims

v1.8.0

19 Dec 11:34
Compare
Choose a tag to compare

Dec 19, 2018

Version 1.8.0 published.

#104, Hide certain filters resolved.
Added a few tooltips and made component completely translatable Thanks to @bohrsty
Fixed typescript definitions. Thanks to Eric Butler

v1.7.0

11 Dec 07:50
Compare
Choose a tag to compare

Dec 11, 2018

Version 1.7.0 published.

#70, all part of material-table component could be customized easily
#77, search-box will be shown even if any row selected
#79, added a emptyRowsWhenPaging options to prevent render empty data rows
#93, icons customization now available, you don't have to install icons with cdn

v1.6.0

10 Dec 07:37
Compare
Choose a tag to compare

Dec 10, 2018

Version 1.6.0 published.

New demo page added. This makes development easier. Thanks to @balibou
Actions code refactoring. Thanks to @chris-stormideas
Exposes paging and sorting handlers. Thanks to @netbrain
Fix babel configuration. Thanks to Eric Butler