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 b2129c8068..8d4c1e6bcc 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 @@ -1,7 +1,7 @@ --- title: The Ember Times - Issue No. 63 author: Jessica Jordan, Miguel Braga Gomes, Chris Ng, Kenneth Larsen, Amy Lam, Ryan Mark -tags: Recent Posts, Newsletter, Ember.js Times, Ember Times, 2018 +tags: Newsletter, Ember.js Times, Ember Times, 2018 alias : "blog/2018/09/07-the-ember-times-issue-63.html" responsive: true --- diff --git a/source/blog/2018-09-14-the-ember-times-issue-64.md b/source/blog/2018-09-14-the-ember-times-issue-64.md new file mode 100644 index 0000000000..982aa945ed --- /dev/null +++ b/source/blog/2018-09-14-the-ember-times-issue-64.md @@ -0,0 +1,110 @@ +--- +title: The Ember Times - Issue No. 64 +author: Alon Bukai, Chris Ng, Amy Lam, Ryan Mark, Jessica Jordan +tags: Recent Posts, Newsletter, Ember.js Times, Ember Times, 2018 +alias : "blog/2018/09/14-the-ember-times-issue-64.html" +responsive: true +--- + +OlΓ‘ Emberistas! 🐹 + +This week we're sharing news about the πŸ†• Ember community Discord chat πŸ’¬, some fresh πŸ₯‘ RFCs, the State of JavaScript 2018 Survey πŸ“, Ember Data Help Wanted πŸ—, and welcoming new Learning Team members πŸ‘‹! + +--- + +## [Everyone's Moved! πŸ“¦ Meet Your Ember 🐹 Friends on Discord πŸ—£](https://discord.gg/zT3asNS) + +It's done! πŸ‘Œ The **community chat has** finally **moved** over to [Discord](https://discordapp.com/)! +Even more **modern** than _IRC_ and _ICQ_ combined, you can now chat with other Emberistas from all around the globe in many different topic channels with **unlimited message history** πŸ’Œβœ¨. + +[Join today](https://discord.gg/zT3asNS) and be sure to get setup as described in the `#setup-profile` channel. To start chatting, request the _community-member_ role in `#discord-server-admin`, so the undaunted org admins can make sure THAT YOU ARE NOT A BOT BUT A REAL HUMAN JUST LIKE US HA-HA πŸ€–. + +--- + +## [A Public Factory 🏭 for Your Models ](https://github.com/emberjs/rfcs/pull/372) + +A brand-new πŸ”₯ **Request For Comments (RFC)** makes addon authors' and Ember power users' πŸ’ͺ hearts β™‘ leap for joy: +The previously [deprecated Ember Data `store` method `modelFactoryFor`](https://github.com/emberjs/data/blob/v3.3.1/addon/-private/system/store.js#L2083) is making its comeback as an official, **public API**. +This new public method will allow users to provide any kind of `ModelClass` (and not only the default `DS.Model` provided by Ember Data) to applications if needed. + +Curious? [**Read the full proposal**](https://github.com/emberjs/rfcs/pull/372) and leave your questions and suggestions in the comments below! + +--- + +## [State of JavaScript 2018 Survey Is Here Again πŸ—³οΈ](https://medium.freecodecamp.org/take-the-state-of-javascript-2018-survey-c43be2fcaa9) + +"Just like [the holidays] or the flu, the **State of JavaScript** survey comes back around every year. But unlike these, it’s something to actually look forward to!" - [Sacha Greif](https://twitter.com/SachaGreif/status/1037603748917403648) + +[State of JavaScript](https://stateofjs.com/) is **the** yearly JavaScript survey that aims to gauge the whole JavaScript community across all frameworks, libraries, regional location and more. It tries to find out with which technologies developers are **most happy** with as well as which technologies are coming up and becoming popular in JavaScript. + +Last year there were over **20,000 entries** and while Ember was known by most, many either didn't want to learn it or had used it in the past and didn't want to again. With all of the **improvements to Ember** these past few years, **we can do better**! + +So go and [fill out the survey](https://stateofjs.com/) and **show your support for Ember** in 2018! Make your **voice heard**! πŸ“£ + +Check out the [Twitter](https://twitter.com/SachaGreif/status/1037603748917403648) or [Medium](https://medium.freecodecamp.org/take-the-state-of-javascript-2018-survey-c43be2fcaa9) post to learn more. + +πŸŽ‰ [Take the survey!](https://stateofjs.com/) πŸŽ‰ + +--- + +## [Element Modifier RFCs βš›οΈ](https://github.com/emberjs/rfcs/pull/373) + +Ember Core Team member [@chadhietala](https://github.com/chadhietala) proposed 2 RFCs around Element Modifiers – one for the [Modifier Manager](https://github.com/emberjs/rfcs/pull/373) and the other for the [Element Modifier](https://github.com/emberjs/rfcs/pull/353) itself. + +Element Modifiers provide stable access of the DOM node they are installed on. Unlike a component, there is no template/layout for an element modifier. Unlike a helper, an element modifier does not return a value. An element modifier is invoked in "element space". This is the space between `<` and `>` opening an HTML tag. + +Here is an example of the element modifier syntax in action: + +```handlebars + +``` + +The [Modifier Manager RFC](https://github.com/emberjs/rfcs/pull/373) proposes to add a low level primitive for defining an element modifier which is responsible for coordinating the lifecycle events that occurs when invoking, installing and updating an element modifier. Most app developers would not need interact with the manager but it would allow the community to experiment with and iterate on this API outside of the core framework. + +See more in the respective RFCs for [Element Modifier](https://github.com/emberjs/rfcs/pull/353) and [Modifier Manager](https://github.com/emberjs/rfcs/pull/373). + +--- + +## [Even More Help Wanted 🚧 on Ember Data](https://twitter.com/Runspired/status/1038659570401337345) + +We talked about contributing to Ember Data last week. This week there are even more ways to get involved! Help [@runspired](https://github.com/runspired) ship [ember-data/json-api-validator](https://github.com/ember-data/json-api-validator). He writes that this addon will enable you to write clearer normalization tests, catch those pesky and usually silent formatting issues, and leave you with actionable errors instead of head-scratching ones! Run the test suite or check out some of the repo issues [here](https://github.com/ember-data/json-api-validator/issues/). + +--- + +## [New Learning Team Members πŸ˜„](https://twitter.com/emberjs/status/1039542375234789377) + +The Ember Learning Core Team is pleased to announce two new members. [@mansona](https://github.com/mansona) and [@amyrlam](https://github.com/amyrlam) have both been working for over a year to make Ember more accessible to contributors. Can’t wait to see what they get up to next! + +--- + + +## [Contributors' Corner](https://guides.emberjs.com/release/contributing/repositories/) + +

This week we'd like to thank @locks, @mike-north, @IzzatN, @rwwagner90, @kennethlarsen, @amyrlam, @jessica-jordan, @dcyriller, @nathanhammond, @runspired, @nlfurniss, @thorsteinsson, @pzuraq, @Gaurav0, @rwjblue, @twokul, @dnalagatla, @kategengler, @ryanto, @22a, @Kerrick, @ppcano, @thereR4lights and @dependabot[bot] +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) + +
+ Office Hours Tomster Mascot + +

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! 🀞

+ +
+ +--- + +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. + +--- + + +That's another wrap! ✨ + +Be kind, + +Alon Bukai, Chris Ng, Amy Lam, Ryan Mark, Jessica Jordan and the Learning Team