From a27d1cf717d57fdd48e22d75c6d3217fa4c91b81 Mon Sep 17 00:00:00 2001 From: Amy Lam Date: Thu, 6 Sep 2018 23:39:08 -0700 Subject: [PATCH 1/3] Incorporate edits from https://github.com/emberjs/website/pull/3550 --- source/blog/2018-09-07-the-ember-times-issue-63.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/source/blog/2018-09-07-the-ember-times-issue-63.md b/source/blog/2018-09-07-the-ember-times-issue-63.md index 30d616ae06..69fc3613da 100644 --- a/source/blog/2018-09-07-the-ember-times-issue-63.md +++ b/source/blog/2018-09-07-the-ember-times-issue-63.md @@ -8,8 +8,6 @@ responsive: true Emberistas! 🐹 -Read either on the [Ember blog](https://emberjs.com/blog/tags/newsletter.html) or in our [e-mail newsletter](https://the-emberjs-times.ongoodbits.com/) what has been going on in Emberland this week. - --- @@ -129,7 +127,7 @@ Since [his first pull request to the ember.js repository](https://github.com/emb --- -Want to write for the Ember Times? Have a suggestion for next week's issue? Join us at [#topic-embertimes](https://embercommunity.slack.com/messages/C8P6UPWNN/) on Slack or tweet us [@embertimes](https://twitter.com/embertimes) on Twitter. +Want to write for the Ember Times? Have a suggestion for next week's issue? Join us at #support-ember-times on the [Ember Community Discord](https://discordapp.com/invite/zT3asNS) or ping us [@embertimes](https://twitter.com/embertimes) on Twitter. --- From 3511d0632acdc6d564fee19f8da9192b49bd9127 Mon Sep 17 00:00:00 2001 From: Amy Lam Date: Fri, 7 Sep 2018 00:33:51 -0700 Subject: [PATCH 2/3] Add Ember Data RecordData META QUEST Relates to: https://github.com/emberjs/data/issues/5618 --- source/blog/2018-09-07-the-ember-times-issue-63.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/source/blog/2018-09-07-the-ember-times-issue-63.md b/source/blog/2018-09-07-the-ember-times-issue-63.md index 69fc3613da..b23096e330 100644 --- a/source/blog/2018-09-07-the-ember-times-issue-63.md +++ b/source/blog/2018-09-07-the-ember-times-issue-63.md @@ -40,6 +40,18 @@ Make sure to [read the entire RFC](https://github.com/emberjs/rfcs/blob/9c7fe3f4 --- +## [Ember Data: RecordData Meta Quest](https://github.com/emberjs/data/issues/5618) + +The Ember Data team is looking for community help to bring RecordData to a stable release! You can read more about RecordData in [RFC #293](https://github.com/emberjs/rfcs/pull/293). RecordData brings a much needed codification to the internals of Ember Data, giving addon developers needed API access with more confidence and stability. + +Community action items: + +* Once [3.5.0-beta.2](https://github.com/emberjs/data/pull/5616) is released, configure your apps/addons to test against this version! +* Report errors encountered, and help triage/replicate as much as possible. +* Help refactor existing addons to utilize RecordData instead of likely-removed intimate APIs. For a good starter list, see Ember Data's [external-partner tests](https://github.com/emberjs/data/blob/master/.travis.yml#L87-L103). + +--- + ## [SECTION TITLE](#section-url) From c141b4df0f6d77195baa59d2ae34ae2e878f1f4a Mon Sep 17 00:00:00 2001 From: Amy Lam Date: Fri, 7 Sep 2018 01:23:52 -0700 Subject: [PATCH 3/3] reword --- .../2018-09-07-the-ember-times-issue-63.md | 24 +++++++++---------- 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/source/blog/2018-09-07-the-ember-times-issue-63.md b/source/blog/2018-09-07-the-ember-times-issue-63.md index b23096e330..f006cc39f1 100644 --- a/source/blog/2018-09-07-the-ember-times-issue-63.md +++ b/source/blog/2018-09-07-the-ember-times-issue-63.md @@ -25,6 +25,18 @@ The time has come: The **Ember Community is starting its big move over to [Disco --- +## [Ember Data: RecordData Meta Quest](https://github.com/emberjs/data/issues/5618) + +The Ember Data team is looking for community help to bring RecordData to a stable release! You can read more about RecordData in [RFC #293](https://github.com/emberjs/rfcs/pull/293). RecordData codifies the internals of Ember Data, giving addon developers needed API access with more confidence and stability. + +Community action items: + +* Once [3.5.0-beta.2](https://github.com/emberjs/data/pull/5616) is released, configure your apps/addons to test against this version! +* Report errors encountered, and help triage/replicate as much as possible. +* Help refactor existing addons to utilize RecordData instead of likely-removed intimate APIs. For a good starter list, see Ember Data's [external-partner tests](https://github.com/emberjs/data/blob/master/.travis.yml#L87-L103). + +--- + ## [RFC: Ember Editions](https://github.com/emberjs/rfcs/blob/9c7fe3f4e947b5f79050214334a98673494c25d7/text/0000-editions.md) [@davewasmer](https://github.com/davewasmer) has written a RFC introducing the concepts of **editions**. The idea is that every few years Ember will declare a new edition of Ember that bundles up accumulated incremental improvements into a cohesive package. @@ -40,18 +52,6 @@ Make sure to [read the entire RFC](https://github.com/emberjs/rfcs/blob/9c7fe3f4 --- -## [Ember Data: RecordData Meta Quest](https://github.com/emberjs/data/issues/5618) - -The Ember Data team is looking for community help to bring RecordData to a stable release! You can read more about RecordData in [RFC #293](https://github.com/emberjs/rfcs/pull/293). RecordData brings a much needed codification to the internals of Ember Data, giving addon developers needed API access with more confidence and stability. - -Community action items: - -* Once [3.5.0-beta.2](https://github.com/emberjs/data/pull/5616) is released, configure your apps/addons to test against this version! -* Report errors encountered, and help triage/replicate as much as possible. -* Help refactor existing addons to utilize RecordData instead of likely-removed intimate APIs. For a good starter list, see Ember Data's [external-partner tests](https://github.com/emberjs/data/blob/master/.travis.yml#L87-L103). - ---- - ## [SECTION TITLE](#section-url)