simonihmig / ember-stargate

Modern lightweight portals for Ember
MIT License
68 stars 12 forks source link

Class based resources moved from ember-resource to ember-modify-based-class-resource #686

Closed cah-brian-gantzler closed 3 months ago

cah-brian-gantzler commented 6 months ago

Class based resources have been moved from ember-resource to https://github.com/NullVoxPopuli/ember-modify-based-class-resource/. There is a deprecation being thrown for anyone updating to ember-resources version 7. This addon uses class based resources at https://github.com/simonihmig/ember-stargate/blob/master/ember-stargate/src/components/portal.ts#L13. See https://github.com/NullVoxPopuli/ember-resources/blob/main/MIGRATIONS.md#70

cah-brian-gantzler commented 6 months ago

Created a branch in a forked repo https://github.com/bgantzler/ember-stargate/tree/update-resources, but not allowed to open a PR.