ember-c3
ember-c3 copied to clipboard
Update to newest version of c3/d3
Hello,
I've seen it was an issue in the past, but is there a way to update to the latest d3/c3 libraries?
Even better, would it be able for us to upgrade on our own on-demand?
Thanks for your time!
I can bump the versions and will try to do it this weekend. Since the ember-c3 now uses ember-auto-import that might now be possible.
It might be as easy as having the addon install them into the app vs in the addon. ember-auto-import should be able to pick it up for the addon.
Great news! Looking forward to any updates!
I have updated c3/d3 to the latest versions but still need to publish to NPM. I need to look at the changes required to allow end user updates to c3/d3. I'm leaving this issue open until that work is completed
@scooterlord The updated ember-c3 has been published
@scooterlord I updated the C3/D3 latest versions and Ember 3.12. I looked into installing C3 & D3 in the application via the blueprint hooks. This would allow maintaining versions in the app versus the addon.
ember-auto-import
doesn't allow this. It generates an error if the imports are found in the app's devDependencies
. I think it should allow whitelisting of packages to allow imports. I will raise a feature request in the repo and leave this issue open
@maxwondercorn thanks for the update! Keep up the good work!