Changelog History
Page 1
-
v1.69.0 Changes
August 23, 2020Aug 23, 2020
π Version 1.69.0 published.
- Column resizing feature added.
π Thanks to contributor for minor and typings fixes.
-
v1.68.0 Changes
August 02, 2020 -
v1.67.0 Changes
July 26, 2020Jul 26, 2020
π Version 1.67.0 published.
#1471 Cell cell feature completed.
π fixed right fixed column sizing. Thanks to @viral-sh
on shift + enter save added for text-area. Thanks to @vijaypushkin
β Added prop to support pagination on top, bottom, or both. Thanks to @macman2013
β Add Info attribute about desc sort for customSort. Thanks to @Nolandos
set currency as number instead of text. Thanks to @francescovenica
π Fix for boolean validation. Thanks to @Domino987
Correctly centers the boolean checkbox. Thanks to @Domino987
β Added field 'initialFormData' to MaterialTableProps. Thanks to @szediwy -
v1.66.0 Changes
July 19, 2020π Version 1.66.0 published.
π fix React.node issue. Thanks to @developerdu
π Fix for validatewith string. Thanks to @Domino987
π Changed the filtering in 'getTableData' to no longer exclude hidden columns. Thanks to Jared Stark
π Fix invalid expressions. Thanks to @HuangStomach
guarding jsPDF to only import / run when window is present. Thanks to Florian Uhde
π Changes ISO dates to use date-fns's parseISO function instead of Date. Thanks to @ajmueller
β Adds a new table option which allows a user to pass properties to the select all checkbox in the table header. Thanks to Gunnar Bell -
v1.65.0 Changes
July 12, 2020π Version 1.65.0 published.
π Fix onChange when numeric value. Thanks to @francescovenica
π Fix typescript error TS2304: Cannot find name 'RowData'. Thanks to Sylvain ThΓ©nault
β Add error text to select field. Thanks to @Domino987
β Add groupTitle to options. Thanks to @developerdu
Do not show hidden columns in columnsButton. Thanks to @esjayrockz
Approve edit/add on enter added. Thanks to @vijaypushkin -
v1.64.0 Changes
July 05, 2020π Version 1.64.0 published.
β Remove redundant recursive check. Thanks to @ifndefdeadmau5
onFilterChange is made to optional using 'filterOnItemSelect' columnDef. Thanks to Ashok
β Add error state. Thanks to @Domino987 -
v1.63.0 Changes
June 28, 2020Jun 28, 2020
π Version 1.63.0 published.
β Add function for exporting table as PDF in addition to the CSV option. Thanks to @jardon
β Add Pagesize to onChangePage callback. Thanks to @Domino987
datepicker localization fix. Thanks to Cem
β Warning in select filter when multiple lookups are used in same table. Thanks to @kreezire
Prettifier added. Thanks to @Domino987 -
v1.62.0 Changes
June 21, 2020Jun 21, 2020
π Version 1.62.0 published.
β Added padding size property were needed. Thanks to @LeanderCoevoet
β add support for filter row styling. Thanks to Zagh Wagner
π Allow overriding of placeholder for editing fields. Thanks to @brianhuang822
β add capacity to style the edit via editCellStyle prop. Thanks to clementf
β add capacity to style the detail panel column via detailPanelCol. Thanks to clementf
β Add align to tableCells from columnDef. Thanks to @Domino987
0οΈβ£ Trigger reorder if column default sort changed. Thanks to @Domino987
β Added hideSortIcon true to TableSortLabel for actions. Thanks to @hooloovooo
β Added CSS font properties to inherit in cellStyle. Thanks to @mrjdavidfg
β‘οΈ Updated react-beautiful-dnd dependency. Thanks to @MglMX -
v1.61.0 Changes
June 14, 2020Jun 13, 2020
π Version 1.61.0 published.
π change selection logic for disabled selections. Thanks to @code404sg
Function giving tooltip text for Edit and Delete icons. Thanks to David Gregor
β add support for the date localization. Thanks to @yurykozyrev
β add missing onRowDataChange type declaration. Thanks to @hyphaene
π Fix off-by-one error for fixed table layouts. Thanks to @marc-lebourdais
β Remove hidden columns in computing the colspan of an empty tablecell. Thanks to @deltek-rossjackson
nRowsSelected method to toolbar localization. Thanks to @ianwensink
β‘οΈ Update header alignment of currency header. Thanks to @pajohns -
v1.60.0 Changes
June 07, 2020Jun 07, 2020
π Version 1.60.0 published.
- Lookup filter stashing. Thanks to @Domino987
- π Fixed issue where icon columns (action, detail, tree etc.) would get the "extra" width leftover from hidden columns. Thanks to @ingvaldlorentzen
- β Removed color="inherit" from search InputAdornment. Thanks to @unfrgivn
- Exit edit on esc. Thanks to @Domino987
- Resolve pagination count issue with empty results. Thanks to @adammwood
- β Adding isEditHidden and isDeleteHidden to editable prop. Thanks to @chattling
- π New Editable props: onRowAddCancelled and onRowUpdateCancelled. Thanks to @HarshMjh
- β Add named pageSizeOption value. Thanks to @GorkyeMatt
- π Moved filtering of hidden items to reduce number of
.filter()
calls. @ingvaldlorentzen