-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Add deprecation guide for renderToElement #2702
Add deprecation guide for renderToElement #2702
Conversation
Note to self: We should explain that both functions are private and no public api is been deprecated here. |
Added note about both api been private and updated the |
@@ -729,3 +729,27 @@ export default Router.map(function() { | |||
}); | |||
}); | |||
``` | |||
|
|||
### Deprecations Added in 2.10 |
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.
Can you tweak this to 2.11 (it didn't make the 2.10 cycle)?
Landed for now (so the URL referenced in Ember is still present), but would still love a followup PR to tweak that version... |
@josemarluedke Thanks for working on this! I noticed a problem with the deprecation guide – I think the @rwjblue does that sound right to you? |
@chancancode I got a PR opening a quick fix for it. Let me know if that change does make sense. |
component.appendTo('.my-component-wrapper'); | ||
``` | ||
|
||
Note that both APIs are private, so no public API is been deprecated here. |
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.
been
=> being
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.
Can you send a PR for that change please?
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.
No
Deprecation for emberjs/ember.js#14482.