gregnb / mui-datatables

Datatables for React using Material-UI
MIT License
2.71k stars 932 forks source link

Support for Material-UI v4 #952

Open vjccruz opened 5 years ago

vjccruz commented 5 years ago

I would like to know if there are any estimates for a new version with support for Material-UI v4?

gabrielliwerant commented 5 years ago

Unfortunately, I don't have a good answer for you. I work on this on a volunteer basis in my spare time, so it's very difficult to come up with exact timelines, and a lot depends on whether or not people find critical bugs in other things that need to be patched.

However, as an open source project, you are free to help out by contributing. One way would be to open new issues that are tied to upgrade issues. Do you have any in mind?

PasVV commented 5 years ago

@gabrielliwerant do you have a list with tasks, which should be done to achieve MUI v4 support? How can i help you?

gabrielliwerant commented 5 years ago

@Lilliance There's not a discrete list because I don't know everything that is broken. So I've just been fixing what I can find when I have the time.

Your help would be greatly appreciated. What you could do is try running various examples with mui v4 and see what breaks, opening issues for whatever you find, which I could then take or assign to you as desired. It might also be good to look at the official release notes for mui v4 regarding breaking changes and other potential sore spots.

I'm aiming for due diligence, not perfection. I'm sure issues will continue to crop up for a while after the major release, and that's why it'll start as alpha. But I'd like to at least stress test all the options and examples and look over breaking changes in the official docs; just short on time.