You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is intended as a naive list of work needed to bring ember-paper up to Ember 4 and octane standards. Potentially some codemod work could help before handling items indivudually.
Work could posssibly proceed in this order:
Completion/feedback of this list.
Fix existing flaky tests.
Codemods or other horizontally applied updates across the codebase.
hey @Subtletree 👋 I've been doing a lot of work recently to try to upgrade things for Ember 4, I'm mostly tackling some very specific deprecation warnings and then I'm going to be using the Lint to the Future dashboard to track the rest of the work needed.
I'm only slowly getting up to speed with the currently in progress tasks and issues so I haven' thad a chance to look at this Quest yet (or the previous Octane quest). Are you sure you want to close it?
This is intended as a naive list of work needed to bring ember-paper up to Ember 4 and octane standards. Potentially some codemod work could help before handling items indivudually.
Work could posssibly proceed in this order:
Ember 4 removed APIs (https://blog.emberjs.com/ember-4-0-released)
willTransition
Mixins (some guidance)
Native class syntax
Components (helpful conversion cheat sheet)
Documentation
{{this.post}}
or{{@post}}
over{{post}}
The text was updated successfully, but these errors were encountered: