Skip to content

v1.66.0

Compare
Choose a tag to compare
@mbrn mbrn released this 19 Jul 15:10
· 122 commits to master since this release

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