-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
[doc beta] Update docs for rfc176 #16165
Conversation
@@ -138,14 +146,16 @@ let librariesRegistered = false; | |||
append views inside it! | |||
|
|||
To learn more about the events Ember components use, see | |||
[components/handling-events](https://guides.emberjs.com/v2.6.0/components/handling-events/#toc_event-names). | |||
[components/handling-events](https://guides.emberjs.com/v2.18.0/components/handling-events/#toc_event-names). |
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.
Updated this as I was updating this file anyway. Let me know if it's an issue.
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.
cc @jenweber
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.
should be https://guides.emberjs.com/current/components/handling-events/#toc_event-names
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.
Added change.
Correct - from what I've been told so far, |
@Parrryy looks great! Do you mind squashing your commits and prepending the commit message with [doc beta] so we know to put this into 3.0? Let me know if you are new to git rebase --interactive and need help. |
5d5d924
to
1255a54
Compare
[BUGFIX beta] Remove humanize() call from generated test descriptions [DOC beta] rfc176 api doc update
ec19780
to
504d85b
Compare
504d85b
to
1e2c618
Compare
PR for #15723 for ember-application. I couldn't seem to find a replacement for
Ember.View
, assuming that just needs to go away but probably in a different pr.Couldn't see any link related changes.