diff --git a/source/blog/2018-12-07-the-ember-times-issue-76.md b/source/blog/2018-12-07-the-ember-times-issue-76.md index efc438ca94..78c2d06067 100644 --- a/source/blog/2018-12-07-the-ember-times-issue-76.md +++ b/source/blog/2018-12-07-the-ember-times-issue-76.md @@ -1,7 +1,7 @@ --- title: The Ember Times - Issue No. 76 author: Chris Ng, Jessica Jordan, Amy Lam, Alon Bukai -tags: Recent Posts, Newsletter, Ember.js Times, Ember Times, 2018 +tags: Newsletter, Ember.js Times, Ember Times, 2018 alias : "blog/2018/12/07-the-ember-times-issue-76.html" responsive: true --- diff --git a/source/blog/2018-12-14-the-ember-times-issue-77.md b/source/blog/2018-12-14-the-ember-times-issue-77.md new file mode 100644 index 0000000000..4da8be5455 --- /dev/null +++ b/source/blog/2018-12-14-the-ember-times-issue-77.md @@ -0,0 +1,82 @@ +--- +title: The Ember Times - Issue No. 77 +author: Chris Ng, Jessica Jordan, Ryan Mark, Amy Lam, Kenneth Larsen +tags: Recent Posts, Newsletter, Ember.js Times, Ember Times, 2018 +alias : "blog/2018/12/14-the-ember-times-issue-77.html" +responsive: true +--- + +Salut Emberistas! πΉ + +This week boolean component arguments 0οΈβ£1οΈβ£ are in for an RFC, learn more about component patterns ππ§, Ember 3.6 released π, and the EmberConf speakers have been announced! π + +--- + +## [Boolean Dreams Come True 0οΈβ£βοΈ1οΈβ£](https://github.com/emberjs/rfcs/pull/407) + +Ever wanted to pass **boolean arguments** to your **components** _just_ like you would pass boolean attributes - like checked or readonly - to an HTML element? + +This fresh [RFC (Request for Comments) discusses how this could become reality](https://github.com/hakubo/rfcs/blob/component-boolean-arguments/text/0000-component-boolean-arguments.md)! + +Leave your thoughts on how boolean arguments could be implemented for Ember components in the comments [below the original proposal](https://github.com/emberjs/rfcs/pull/407). + + +--- + +## [Ember 3.6 Released π](https://emberjs.com/blog/2018/12/13/ember-3-6-released.html) +Ember 3.6 is out and ready to use. This release contains the last step of the **Native Class Constructor Update RFC**. This introduces native classes in Ember but with some caveats so remember to read the [release post](https://emberjs.com/blog/2018/12/13/ember-3-6-released.html#toc_new-features-2) carefully before refactoring your code base. + +Ember 3.6 also contains the final stage of the **router service RFC** which includes some new methods that can improve the way you deal with routing. Thereβs also new deprecations and some small fixes in Ember CLI so be sure to check out the complete [release post](https://emberjs.com/blog/2018/12/13/ember-3-6-released.html). + +--- + +## [Components Patterns in Ember Blog ππ§](https://twitter.com/TheMacsour/status/1072088269742112768) + +[@Exelord](https://github.com/Exelord) published a blog post on [component patterns in Ember](https://medium.com/macsour/components-patterns-in-ember-js-5e6fc6eea28f). The article presents a collection of **component patterns** used in the Ember community for readers to better understand what kind of component pattern would best match their particular use case. + +[@Exelord](https://github.com/Exelord) particularly outlines 4 types of components: **presentational, contextual, container, and composable (or higher-order component)** with code samples including references! + +Read more about it the [blog post](https://medium.com/macsour/components-patterns-in-ember-js-5e6fc6eea28f)! + +--- + +## [EmberConf Schedule Announced π£](https://emberconf.com/schedule.html) + +Save the date for **March 18-20** in Portland! The EmberConf lineup has been [announced](https://emberconf.com/schedule.html)! We're excited for three days of learning and sharing such as "Modern Ember with Octane", to "Developing an Ember Test Strategy", to "Dealing with Data in 2019". Congratulations to all the speakers! + +--- + + +## [Contributors' Corner π](https://guides.emberjs.com/release/contributing/repositories/) + +
This week we'd like to thank @rwjblue, @izelnakri, @locks, @tomdale, @Turbo87, @hakilebara, @mike-north, @hakubo, @kennethlarsen, @chrisrng, @jessica-jordan, @amyrlam, @MelSumner, @igorT, @runspired, @rwwagner90, @scalvert, @mansona, @sivakumar-kailasam, @jeffhertzler, @JoaoGFarias, @BradenLawrence, @jbailey4, @rimian and @jenweber for their contributions to Ember and related repositories! π
+ +--- + +## [Got a Question? Ask Readers' Questions! π€](https://docs.google.com/forms/d/e/1FAIpQLScqu7Lw_9cIkRtAiXKitgkAo4xX_pV1pdCfMJgIr6Py1V-9Og/viewform) + +
+
+ Wondering about something related to Ember, Ember Data, Glimmer, or addons in the Ember ecosystem, but don't know where to ask? Readersβ Questions are just for you!
+ +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! π€
+ +