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

Changelog History
Page 2

  • v3.2.0 Changes

    July 16, 2020
    • โž• Added setFilterChipProps option - An option to set props on the filter chips (#1387)
    • ๐Ÿ”จ Refactored out unsafe_componentWillMount - Should now allow the table to run in strict mode without warnings (#1388, #1261)
    • โž• Added currentTableData to tableMeta parameter of customBodyRender. This field is an array of objects, where each object points to a row of data in the table and provides the dataIndex to the external data. This resolves consistency problems with tableMeta.tableData. If there is a version 4 of mui-datatables, tableMeta.tableData will be removed. (#1405, #933)
    • โž• Added jumpToPage option - This option, if true, adds a "Jump to Page" dropdown to the table footer that allows users to navigate to a specific page. (#1398)
    • โž• Added TableViewCol and Checkbox to components property. This allows custom versions to be inputted. For example, using a checkbox with a different color. The large-data-set example has been updated to show custom versions of these components in action. (#1399, #1250 (comment), #1255, #1249)
    • โž• Added customHeadLabelRender column option. This creates a custom render function for the table's header cell label. The label's display in other areas (such as the View Columns popover), will still use the column's label. (#955 (comment))
    • ๐Ÿ›  Fix to allow using a component in textLabels.body.noMatch without getting a warning. (#1403, #1401)
    • ๐Ÿ—„ Deprecation typo fix. (#1402)
    • ๐Ÿ›  Fixed issue with dragging columns that have nested mui-datatables in their expanded rows. (#1406)
    • ๐Ÿ›  Fixed issue with setCellProps. (#1414)
    • ๐Ÿ›  Fixed issue with customFilterListOptions.update. (#1407)
    • ๐Ÿ“ฆ Replaced classnames package with clsx. This is the package Material UI uses. It has the same API as classnames but is faster and smaller. Thanks to @cahna (#1409).
    • โšก๏ธ Example updates with clsx. Thanks to @wdh2100 (#1415)
    • ๐Ÿ”จ Several components refactored into hooks. Thanks to @wdh2100 (#1351, #1349, #1347)
  • v3.2.0-beta.2

    July 11, 2020
  • v3.2.0-beta.1

    July 11, 2020
  • v3.2.0-beta.0

    July 10, 2020
  • v3.1.5 Changes

    July 09, 2020
    • ๐Ÿ› Bug fix #1395 - Fix for the behavior of draggable columns when the table doesn't have selectable rows and there is margin on the left of the table.
  • v3.1.5-beta.0

    July 08, 2020
  • v3.1.4 Changes

    July 01, 2020
    • ๐Ÿ› Bug fix for when setRowProps, setTableProps, setCellProps, or setCellHeaderProps returns undefined (#1380)
    • ๐Ÿ› Bug fix for when the "Reset" button is pressed on the Filter Dialog (#1383)
    • โšก๏ธ README updates (#1372)
  • v3.1.0 Changes

    June 22, 2020
    • Draggable Columns, demo here. (#1329)
    • โž• Added customBodyRenderLite. This is a more performant version of customBodyRender which doesn't affect filtering and takes in the dataIndex. (#1339)
    • โœ‚ Removed object deprecation notice for object data. Objects now officially supported. (#1339)
    • โž• Added filterOptions.fullWidth. This setting allows filters to spread across the full width of the filter dialog. (#1340)
    • โž• Added onFilterChipClose. This is a callback that gets executed when a filter chip is closed. (#1341)
    • ๐Ÿ”จ Several files refactored to be hooks (thanks to @wdh2100)
  • v3.0.1 Changes

    June 15, 2020
    • ๐Ÿ›  Fixed issues with resizableColumns (#1330). Resizing should be smoother and not lead to data overflows. Resize example was also updated to show how to implement ellipsis ("...") text overflow when resizing.
    • ๐Ÿ› Bug fix for header checkbox when selectToolbarPlacement = 'none' or 'above' (#1321)
    • ๐Ÿ› Bug fix for close icon not working in View Columns popover (#1325)
    • ๐Ÿš€ changlog.md removed as it hasn't been updated since v1. Release notes should be used instead. (#1327)
    • โž• Added row param for column.filterOptions.logic (#1328)
  • v3.0.0 Changes

    June 09, 2020