Releases: gregnb/mui-datatables
Releases · gregnb/mui-datatables
v1.1.3
v1.1.2
React.Fragment
Fixed bug related to React.Fragment not working in React 16.0. Using an array instead on MUIDataTableBodyCell. Mistakenly thought React.Fragment was available in 16.0 but seems it was only 16.2?
https://reactjs.org/blog/2017/11/28/react-v16.2.0-fragment-support.html
Refactored custom styling
Breaking change: In this release I have refactored the package to use mui theme's instead of the internal DataStyles component.
I've also reverted the table head back to using the material-ui TableSortLabel instead of a custom icon. The package is now using the latest material-ui & material-ui-icons. Issues stemming from running an older version have also been addressed.