All Versions
25
Latest Version
Avg Release Cycle
16 days
Latest Release
1332 days ago

Changelog History
Page 1

  • v1.69.0 Changes

    August 23, 2020

    Aug 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

    Aug 02, 2020

    πŸ”– Version 1.68.0 published.

    Bulk Edit feature added.
    Missing hiddenByColumnsButton in typescript added. Thanks to @Shaquu
    πŸ›  Fix React warnings. Thanks to @armilam

  • v1.67.0 Changes

    July 26, 2020

    Jul 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, 2020

    Jun 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, 2020

    Jun 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, 2020

    Jun 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, 2020

    Jun 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