diff --git a/source/blog/2018-06-08-the-emberjs-times-issue-50.md b/source/blog/2018-06-08-the-emberjs-times-issue-50.md index 6247ac5182..2af4066444 100644 --- a/source/blog/2018-06-08-the-emberjs-times-issue-50.md +++ b/source/blog/2018-06-08-the-emberjs-times-issue-50.md @@ -6,15 +6,17 @@ alias : "blog/2018/06/08/the-emberjs-times-issue-50.html" responsive: true --- -... Emberistas! +Sawubona Emberistas! 🐹 Read either on the [Ember blog](https://www.emberjs.com/blog/2018/06/08/the-emberjs-times-issue-50.html) or in our [e-mail newsletter](https://the-emberjs-times.ongoodbits.com/2018/06/08/issue-50) what has been going on in Emberland this week: -... +We have a couple of **fresh 🥒 Ember RFCs** (Request for Comments) in for you this week, a status update from the long-awaited +**Package** 📦 feature in Ember CLI 💻, a call-to-action for creative **writers** ✍️ and +last, but not least, a **brand-new Readers' Question** for you 📚: --- ## [Lets Send SendAction Away!](https://github.com/emberjs/rfcs/pull/335) -The time has come. `component#sendAction` has served the Ember community well for years but in a new [RFC by @cibernox](https://github.com/emberjs/rfcs/pull/335) he proposes to deprecate this feature. In the old days, before v1.13, `component#sendAction` was the only way to bubble up actions from components. Since v1.13 we have _closure actions_ which are more intuitive and flexible and they are the current recommended Ember Way™ for doing actions in components. +The time has come. `component#sendAction` has served the Ember community well for years but in a new [RFC by @cibernox](https://github.com/emberjs/rfcs/pull/335) he proposes to deprecate this feature. In the old days, before v1.13, `component#sendAction` was the only way to **bubble up actions** from components. Since v1.13 we have _closure actions_ which are more intuitive and flexible and they are the current recommended Ember Way™ for doing actions in components. _Closure actions_ have been the recommended way to do actions in components for almost 3 years. Also `component#sendAction` is not even mentioned in the guides anymore so there is really little reason to keep it around. So look out for a new deprecation near you, coming soon! @@ -26,22 +28,26 @@ Read more about this proposal and join the RFC discussion: --- -## [RFC Deprecating Ember Utils](https://github.com/emberjs/rfcs/pull/334) -A new RFC has been posted on deprecating `Ember.{isEmpty, isBlank, isNone, isPresent}`. The motivation of this is to clean up utils that do not provide much value over writing plain old Javascript. There's already a discussion going on whether this is a good decision or not. You can follow the discussion and read the RFC at the [RFC repository](https://github.com/emberjs/rfcs/pull/334). +## [RFC Deprecating Ember Utils 🛠](https://github.com/emberjs/rfcs/pull/334) +A new RFC has been posted on deprecating `Ember.{isEmpty, isBlank, isNone, isPresent}`. The motivation of this is to **clean up** utils that do not provide much value over writing plain old Javascript. There's already a discussion going on whether this is a good decision or not. You can follow the discussion and read the RFC at the [RFC repository](https://github.com/emberjs/rfcs/pull/334). --- -## [Global Resolver RFC in Final Process](https://github.com/emberjs/rfcs/pull/331) -The RFC to deprecate global resolver is has now entered the final stage. The motivation of this RFC is the fact that we have transitioned to using Ember-CLI. The globals resolver is primarily used for Ember without Ember-CLI. +## [Global Resolver RFC in Final Process 👨⚖️](https://github.com/emberjs/rfcs/pull/331) +The RFC to **deprecate global resolver** is has now entered the final stage. The motivation of this RFC is the fact that we have transitioned to using Ember CLI. The globals resolver is primarily used for Ember without Ember CLI. Read all about the RFC and bring your thoughts for the final process in the [RFC repository](https://github.com/emberjs/rfcs/pull/331). - --- -## [SECTION TITLE](#section-url) - +## [Ember CLI Packager: News from the Field 🌾](https://github.com/ember-cli/rfcs/blob/master/active/0051-packaging.md) +We already wrote about the [Packager in Ember CLI recently](https://www.emberjs.com/blog/2018/05/25/the-emberjs-times-issue-48.html#toc_a-href-https-github-com-ember-cli-ember-cli-pull-7826-a-package-out-for-delivery-to-ember-cli-a). But here's another **status update** for this +feature which will make the **build pipeline** of your Ember apps **easier to modify** very soon: +These weeks lots of new improvements and fixes landed ([1](https://github.com/ember-cli/ember-cli/pull/7864), [2](https://github.com/ember-cli/ember-cli/pull/7855), [3](https://github.com/ember-cli/ember-cli/pull/7848), [4](https://github.com/ember-cli/ember-cli/pull/7860)). +According to internal sources, there have already been **successful test runs** using the experimental version of this [Rollup](https://rollupjs.org/guide/en) powered packager 😲 for bundling and tree-shaking +different open-source Ember 🐹 projects. +We'll keep you posted with more news from the field soon! --- @@ -58,29 +64,34 @@ Read all about the RFC and bring your thoughts for the final process in the [RFC --- ## [Got Something to Share?](https://airtable.com/shrDbeo2Y80OPG0kC) -We all love reading the Ember blog. It’s an awesome way to find out what’s happening in the community and to keep up to date on all things Ember. Sometimes though, you may think to yourself, “I’ve got something to say!”. Awesome! Whether your passion is authoring addons or tinkering with broccoli, contributing to the blog is an excellent opportunity to connect with the community. Well getting started could not be any easier! If you want to write a guest blog post for the website, make your way over to [Ember.js Guest Blog Post Invitation](https://airtable.com/shrDbeo2Y80OPG0kC), and fill out the form! - +We all love reading the Ember blog. It’s an awesome way to find out what’s happening in the community and to keep up to date on all things Ember. Sometimes though, you may think to yourself, “I’ve got something to say!”. Awesome! Whether your passion is authoring addons or tinkering with broccoli, **contributing to the blog** is an excellent opportunity to connect with the community. Well, getting started could not be any easier! If you want to write a guest blog post for the website, make your way over to [Ember.js Guest Blog Post Invitation](https://airtable.com/shrDbeo2Y80OPG0kC), and fill out the form! --- ## [Contributors' Corner](https://guides.emberjs.com/v3.1.0/contributing/repositories/) -
This week we'd like to thank ... +
This week we'd like to thank @rwjblue, @IzzatN, @bekzod, @savvymas, @kennethlarsen, @jeffdaley, @vFederer, @Turbo87, @xg-wang, @thoov, @kellyselden, @Gaurav0, @chadhietala, @izelnakri, @dfreeman, @mansona, @jfdnc, @chaoobject001, @jenweber, @CodingItWrong, @pizza, @sbatson5 and @sivakumar-kailasam - thank you for all your efforts! ❤️ +
--- -## [Got a question? Ask Readers' Questions!🤓](https://docs.google.com/forms/d/e/1FAIpQLScqu7Lw_9cIkRtAiXKitgkAo4xX_pV1pdCfMJgIr6Py1V-9Og/viewform) +## [Readers' Questions: I'd like to contribute to Ember. How can I get started? 🤓](#)
- ...
+In this week's Readers' Question we're talking about contribution - and first-time contributions to Ember in particular. + Ember Learning team member [@jessica-jordan]() highlights in her answer which repositories are a great + starting point for a first contribution to the Ember ecosystem, how you can find something interesting to work on and where you can reach out to other community members to make your contribution a real success.
-Submit your own short and sweet question under bit.ly/ask-ember-core. And don’t worry, there are no silly questions, we appreciate them all - promise! 🤞
+ Read moreSubmit your own short and sweet question under bit.ly/ask-ember-core. And don’t worry, there are no silly questions, we appreciate them all - promise! 🤞
+ + --- That's another wrap! ✨