This repository has been archived by the owner on Mar 22, 2019. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Adds Native Class Constructor Update write-up to blog
Added section on a11y
a real thing in Ember had been merged and changed the future outlook for Ember's public API drastically. | ||
The proposal crafted the idea of making the well-aged `EmberObject` model cross-compatible with the more modern ES Class syntax. | ||
This paved the way for Ember to evolve with the latest state of the JavaScript ecosystem in mind. | ||
Since then, early adopters in the community have been able to [experiment with ES Class syntax](http://ember-decorators.github.io/ember-decorators/latest/)in their apps |
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.
There's missing a space between the link and in
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What it does
This is the 52nd edition of the Ember Times newsletter to be released on Friday, 22nd June 2018.
Topics for this week:
3 new RFCS:
-- Native Class Constructor Update: Native Class Constructor Update rfcs#337
-- Native Class Roadmap: Native Class Roadmap rfcs#338
-- LinkTo Component & Route Template Helpers: Router link component and routing helpers rfcs#339
more topics to be collected during the week
Feel free to claim and add your own topics in the comments below or drop them in the #topic-embertimes Slack Channel.
Related Issue(s)
Sources