material-table v1.66.0 Release Notes

Release Date: 2020-07-19 // almost 4 years ago
  • ๐Ÿ”– 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