Skip to content

Releases: gregnb/mui-datatables

3.8.0

25 Oct 10:58
Compare
Choose a tag to compare

Fix compatibility material-ui/core(4.12.0)

3.7.8

22 Aug 04:38
Compare
Choose a tag to compare
  • cut out space in data-testid for automation tools, Thnkas to @gaberoo322
  • Add Search always open (#1125, #1686), Thanks to @lbressler13
  • Removing top level imports to reduce bundle sizes, Thanks to @tylerg-smt
  • ensure ids are unique when rendering multiple tables, Thanks to @angus-88
  • Adding one separator less than the number of visible columns (#1716), Thanks to @gerasimovroman

3.7.7

03 Apr 07:27
Compare
Choose a tag to compare
  • Fix material-ui/core second level import #1680
  • Fix peerDependencies react v17 #1679

3.7.6

05 Feb 12:22
aa5f6d9
Compare
Choose a tag to compare

Bugfix #1652

3.7.5

02 Feb 14:06
9f29006
Compare
Choose a tag to compare

Fix sort header: duplicate tabindex, focus/hover style issues (#1630), thanks to @pkmnct
Added ability to use custom action toolbar icons, thanks to @lancerael

3.7.4

05 Jan 12:54
abbce95
Compare
Choose a tag to compare

3.7.3

12 Dec 03:00
75262ba
Compare
Choose a tag to compare

Fix wrong PropTypes(isRowSelectable) (#1604), Thanks to @lounsbrough

3.7.2

10 Dec 08:59
831beab
Compare
Choose a tag to compare
  • Fix columns option display PropTypes (#1581)
  • Fix selectableRowsHideCheckboxes (#1591)
  • Several components refactored into hooks.

Version 3.7.1

03 Nov 04:20
fde3497
Compare
Choose a tag to compare

Fix rollup build script

Version 3.7.0

03 Nov 02:17
f31193d
Compare
Choose a tag to compare
  • Replace gridList to grid at filter (#1559)
  • BugFix onFilterDialogClose event (#1563)
  • Implement bundle with babel core-js@3 (IE support)