-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New documentation #2575
Comments
Could you please add a migration guide from V6? We have a dozen components that will need to be migrated |
I don't think we'll write a migration guide, too many things have been rewritten or changed. What I'd suggest is to install the new version using a different name and gradually adopt it in your individual components. npm install rdg-next@npm:react-data-grid@latest then in your code import DataGrid from 'rdg-next'; |
I'm disappointed. It would be very helpful to have a list of "top 20 major API changes" with note there are other minor API changes. Or some other list of "considerations when migrating from V6". |
How is that a serious project doesn't have a migration documentation where MAJOR break changes (V6 -> v7) are done? |
description
field inpackage.json
package.json: Tweak description (#2575) #2644The text was updated successfully, but these errors were encountered: