ember-c3 icon indicating copy to clipboard operation
ember-c3 copied to clipboard

Update to newest version of c3/d3

Open scooterlord opened this issue 5 years ago • 5 comments

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!

scooterlord avatar Jul 01 '19 10:07 scooterlord

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.

maxwondercorn avatar Jul 04 '19 16:07 maxwondercorn

Great news! Looking forward to any updates!

scooterlord avatar Jul 09 '19 11:07 scooterlord

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

maxwondercorn avatar Jul 11 '19 03:07 maxwondercorn

@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 avatar Nov 22 '19 05:11 maxwondercorn

@maxwondercorn thanks for the update! Keep up the good work!

scooterlord avatar Dec 11 '19 11:12 scooterlord