-
-
Notifications
You must be signed in to change notification settings - Fork 497
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Epic: make sure we aren't using deprecated or removed methods for Ember 4 #1711
Comments
The tutorial raises on deprecation, so it shouldn't have anything deprecated. |
@rajakvk is interested in working on this! |
Hi @mixonic thanks for your help with the QA! We have one merged PR that addressed a lot of routing things, and I’ll check that it’s live. I also have an open PR updating a lot of classic content. After work I’ll cross reference those to see where we still have gaps. |
@mixonic can you elaborate on these three points? I am not sure I understand what needs to happen for each:
|
I think this PR should improve that: ember-learn/deprecation-app#1035 |
🎉 |
Read through this list of APIs that are being removed in Ember 4. If we are using any of them in the guides/release folder, comment or open new issues/PRs. Thank you.
The list of removed APIs is in this blog post: Road to Ember 4
Main Ember 4 tracking issue
Road to Ember 4
mixonic's quest
Blocking
transitionTo
/transitionToRoute
/replaceWith
/replaceWithRoute
transitionTo
andtransitionToRoute
on the route and controller respectively should be dropped.replaceWith
, same thing, at https://guides.emberjs.com/release/routing/loading-and-error-substates/transitionTo
, same thing, at https://guides.emberjs.com/release/routing/query-params/Non-blocking
Unclear
Audit needed
transition.params
and friends to make sure they aren't used, as deprecated at https://deprecations.emberjs.com/v3.x/#toc_transition-stateThe text was updated successfully, but these errors were encountered: