All Versions
39
Latest Version
Avg Release Cycle
7 days
Latest Release
1122 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v3.7.1 Changes
November 03, 2020๐ Fix rollup build script
-
v3.7.0 Changes
November 03, 2020 -
v3.6.0 Changes
October 26, 2020 -
v3.5.0 Changes
October 04, 2020- โ Added filterArrayFullMatch option. Thanks to @AntoineLecacheurInsee (#1518)
- โ Added ability to have a custom react-dnd backend for drag and drop. Thanks to @butchmarshall (#1536)
- โก๏ธ textLabels object (text localization) was updated for title text for next and previous footer buttons. Thanks to @Ruriel (#1535)
-
v3.5.0-beta.0
August 23, 2020 -
v3.4.1 Changes
August 20, 2020- The addition of a tableId option to allow for consistency in server-side rendering. Thanks to @rfermann (#1472)
- ๐ Fix for incorrect filterPos when filterList contains object types. Thanks to @JeffJankowski. (#1481)
- ๐ Fix search results for excluded options. Thanks to @wdh2100. (#1485)
- โก๏ธ Update display to accept either boolean or string. Thanks to @w3bdesign. (#1482)
-
v3.4.0 Changes
August 08, 2020- โก๏ธ rowsPerPage now allows updates on re-renders. (#1445)
- โก๏ธ page option now updates the table on re-renders. (#1460)
- โ Added "data-description" prop to Checkbox component. This props describes where a checkbox is (valid values: ['row-select', 'row-select-header', 'table-filter', 'table-view-col']). This can be useful for cases where you want different types of selection (ex: replacing the row selection checkboxes with radio buttons). (#1461, #1453)
- Made the expand row button replaceable via the components option (ExpandButton). (#1446)
- TableFilter now swappable via components. Thanks to @andreiglingeanu (#1456)
- ๐จ IE11 updates which refactor includes to be indexOf (more info on difference here), and wraps an IF statement around the Object.value call. (#1451)
-
v3.4.0-beta.0
August 05, 2020 -
v3.3.1 Changes
July 28, 2020- ๐ Fix for making draggable columns work properly when there is a scroll offset on the table (ex: a table with 20 columns where one scrolls to the right to see columns).
- ๐ Fix for resizable columns when certain columns are hidden. Also implements a better fix for the selectableRows="none" issue that was mentioned in the 3.3.0 release.
-
v3.3.0 Changes
July 25, 2020- โ Added support for custom sort function for columns (columns[colIndex].options.sortCompare). Thanks to @GuyShaanan (#1424)
- Third click to reset table sorting (available by setting options.sortThirdClickReset to true). Thanks to @danielbyun (#1430)
- โ Added sortDescFirst option to allow table to sort in desc order first (#1411)
- โก๏ธ Test coverage updates to get coverage above 80% (#1425)
- ๐ Fix for resizable tables when selectableRows="none" (#1433)
- โก๏ธ Updated searchText README (#1429)
- ๐ Fixed issue with Close icon on ViewColumns popover in strict mode (#1440)
- โ Added safeguards and documentation clarifying the rowsSelected option. Thanks to @wdh2100 (#1438)