All Versions
39
Latest Version
Avg Release Cycle
7 days
Latest Release
1602 days ago
Changelog History
Page 2
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 -
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- ๐ Version 3.0.0 released.
- Full list of updates here: https://github.com/gregnb/mui-datatables/tree/master/docs/v2_to_v3_guide.md