All Versions
39
Latest Version
Avg Release Cycle
7 days
Latest Release
1263 days ago

Changelog History
Page 1

  • v3.7.1 Changes

    November 03, 2020

    ๐Ÿ›  Fix rollup build script

  • v3.7.0 Changes

    November 03, 2020
    • Replace gridList to grid at filter (#1559)
    • ๐Ÿ›  BugFix onFilterDialogClose event (#1563)
    • ๐Ÿ‘ Implement bundle with babel core-js@3 (IE support)
  • v3.6.0 Changes

    October 26, 2020
    • โž• Added ability to disable toolbar buttons. Thanks to @natac13 (#1549)
    • โž• Added ability for customToolbar function to receive displayData. Thanks to @btyler (#1551)
  • 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)