-
-
Notifications
You must be signed in to change notification settings - Fork 69
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
Deprecation Guides Related To Router Service #192
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Only a few minor tweaks, but LGTM
content/ember/v3/handler-infos.md
Outdated
since: '3.7' | ||
--- | ||
|
||
`HandlerInfo` was a private API have been renamed to `RouteInfo` to align with the [router service RFC](https://github.com/emberjs/rfcs/blob/master/text/0095-router-service.md). If you need access to information about the routes, you are probably better served injecting the router service as it exposes a publically supported version of the `RouteInfo`s. You can access them in the following ways: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
s/private API have been/private API that has been/
content/ember/v3/transition-state.md
Outdated
id: transition-state | ||
title: Transition State Removal | ||
until: '3.9.0' | ||
since: '3.7' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
3.6
content/ember/v3/router-events.md
Outdated
id: deprecate-router-events | ||
title: Deprecate Router Events | ||
until: '4.0.0' | ||
since: '3.7' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
3.6
content/ember/v3/handler-infos.md
Outdated
id: remove-handler-infos | ||
title: HandlerInfos Removal | ||
until: '3.9.0' | ||
since: '3.7' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
3.6
c10b0c4
to
9706f95
Compare
9706f95
to
72d861c
Compare
This adds deprecation guides for the follow:
didTransition
andwillTransition
HandlerInfos
intimate APITransition.state|params|queryParams
intimate API