Crashed components when moved to beta version
-
I have a project and I need to implement this new features on beta v0.14.
Using the current version (v0.13.4), it’s possible to update to 0.14? Doing this, this will affect my project when the new release come?
How to proceed with this? I changed the path on “package.json” and downloaded de v0.14 but nevertheless the components crashed.
-
-
@JCharante Thanks for the help!
-
@JCharante , I’m wondering…
You know if, recreating with 0.14 beta and continuing before launching will be the easiest way… because what I read, will be a huge change on 0.13 to 0.14 components and It’s needed to have a migration…
-
You will get more support from both the code and the community on 0.14
It is truly great and well worth the effort.
The only reason I would maybe not do it is if the app relied on many differently configured datatables, as this seems the only component which would need some heavy polishing, and it could make the migration complex and long.
Other than that, I highly recommend 0.14, and there s plenty of help for upgraders, both in the forum (ready for you to use) and on gitter, for those times when u feel stuck. -
You can create a “foo” empty project with 0.13 and another “bar” empty project with 0.14 and see the changes with a diff tool like Meld (also in Ubuntu repos). It really helped me to migrate smoothly.
-
@LaurentPayot as I wrote in my answer here, you don’t have to do the diff on your local machine, just check out this diff at Github
-
@a47ae nice trick indeed! Bookmarked.