From a959fd0cc68cfa7dd3164f271562bcf3ca300720 Mon Sep 17 00:00:00 2001 From: Jessica Jordan Date: Thu, 18 Oct 2018 15:52:17 +0100 Subject: [PATCH 1/3] blog(embertimes#69): add ember-data error rfc --- source/blog/2018-10-19-the-ember-times-issue-69.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/source/blog/2018-10-19-the-ember-times-issue-69.md b/source/blog/2018-10-19-the-ember-times-issue-69.md index ac8a202b35..5774ca2103 100644 --- a/source/blog/2018-10-19-the-ember-times-issue-69.md +++ b/source/blog/2018-10-19-the-ember-times-issue-69.md @@ -17,8 +17,11 @@ responsive: true --- -## [SECTION TITLE](#section-url) +## [A New Way to Error Handling 🚩](https://github.com/emberjs/rfcs/pull/384) + +[A recent **Request for Comments (RFC)**](https://github.com/emberjs/rfcs/pull/384) from the magical **Ember Data** Land takes us on a journey through **error handling** in Ember: It proposes the addition of new error handling methods which do not affect the state of your data records to the [`DS.Errors`](https://www.emberjs.com/api/ember-data/release/classes/DS.Errors) class. +Read more about the new, proposed API and the motivation behind it [in the original proposal and feel free to discuss](https://github.com/emberjs/rfcs/pull/384)! --- @@ -79,7 +82,7 @@ responsive: true ## [#embertimes](https://emberjs.com/blog/tags/newsletter.html) 📰 -Want to write for the Ember Times? Have a suggestion for next week's issue? Join us at [#support-ember-times](https://discordapp.com/channels/480462759797063690/485450546887786506) on the [Ember Community Discord](https://discordapp.com/invite/zT3asNS) or ping 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](https://discordapp.com/channels/480462759797063690/485450546887786506) on the [Ember Community Discord](https://discordapp.com/invite/zT3asNS) or ping us [@embertimes](https://twitter.com/embertimes) on Twitter. Keep on top of what's been going on in Emberland this week by subscribing to our [e-mail newsletter](https://the-emberjs-times.ongoodbits.com/)! You can also find our posts on the [Ember blog](https://emberjs.com/blog/tags/newsletter.html). From 8d6e5e3e37846d12471200964c76aa8723172f88 Mon Sep 17 00:00:00 2001 From: Jessica Jordan Date: Thu, 18 Oct 2018 16:19:31 +0100 Subject: [PATCH 2/3] blog(embertimes#69): add jquery opt-in --- source/blog/2018-10-19-the-ember-times-issue-69.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/source/blog/2018-10-19-the-ember-times-issue-69.md b/source/blog/2018-10-19-the-ember-times-issue-69.md index 5774ca2103..a9e88b0008 100644 --- a/source/blog/2018-10-19-the-ember-times-issue-69.md +++ b/source/blog/2018-10-19-the-ember-times-issue-69.md @@ -25,8 +25,13 @@ Read more about the new, proposed API and the motivation behind it [in the origi --- -## [SECTION TITLE](#section-url) +## [🍬 Sugar-, 🍞 Gluten- & jQuery-Free Ember Apps 🐹 by Default](https://github.com/emberjs/rfcs/pull/386) + +Previous RFC-driven efforts already provided an **option** for you to **exclude jQuery** from your Ember app builds easily ([1](https://emberjs.github.io/rfcs/0294-optional-jquery.html), [2](https://www.emberjs.com/blog/2018/07/16/ember-3-3-released.html#toc_new-features-1), [3](https://github.com/ember-learn/guides-source/pull/64)). Now [a **follow-up RFC**](https://github.com/emberjs/rfcs/pull/386) takes the idea of **reducing the initial bundle size** of apps even further. + +The new proposal envisions apps to provide an **easy opt-in** for the UI library, but to **exclude jQuery by default**. The RFC suggests that this will make it easier for developers and addon authors to provide smaller apps from the start and only include the dependency back in if it is _really_ needed. +Curious to know more? Here's the [full proposal](https://github.com/emberjs/rfcs/pull/386). --- From da076a6bca5f1702379b2934c3987302c5343c9a Mon Sep 17 00:00:00 2001 From: Jessica Jordan Date: Thu, 18 Oct 2018 16:22:38 +0100 Subject: [PATCH 3/3] blog(embertimes#69): add contributors section --- source/blog/2018-10-19-the-ember-times-issue-69.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/blog/2018-10-19-the-ember-times-issue-69.md b/source/blog/2018-10-19-the-ember-times-issue-69.md index a9e88b0008..c83835fbcd 100644 --- a/source/blog/2018-10-19-the-ember-times-issue-69.md +++ b/source/blog/2018-10-19-the-ember-times-issue-69.md @@ -68,7 +68,7 @@ Curious to know more? Here's the [full proposal](https://github.com/emberjs/rfcs ## [Contributors' Corner 👏](https://guides.emberjs.com/release/contributing/repositories/) -

This week we'd like to thank our siblings for their contributions to Ember and related repositories! 💖

+

This week we'd like to thank @btecu, @locks, @ssutar, @josemarluedke, @KamiKillertO, @rwjblue, @wifelette, @tylerturdenpants, @devpuppy, @amyrlam, @runspired, @pixelhandler, @sduquej, @nummi, @rwwagner90, @stefanpenner, @Turbo87, @mydea, @mattdonnelly, @Gaurav0, @gowthamrm, @dcombslinkedin, @SparshithNR, @buschtoens, @chiragpat, @mansona, @esbanarango, @Ricool06, @aklkv, @JonoLightning, @LalithaRajanala, @YoranBrondsema, @worace, @sivakumar-kailasam and @joshmcrty for their contributions to Ember and related repositories! 💖

---