You might be thinking "I already subscribe to Ember Weekly, what's different about this one?"
~ steps into the pitch elevator ~
Ember Weekly, which is run by some amazing community members and friends (👊 @owz) focuses mainly on highlighting community-created content like blog posts, videos, events, from the perspective of Ember.js users.
The Ember.js Times, on the other hand, is run by the official Ember.js Learning Team and aims to provide an inside look into the development of the Ember.js ecosystem, straight for the hors^H^H^Hamster's mouth. We will be checking out commits, meeting minutes, analysing RFCs, and more. I, @locks, will be your scribe for this issue, but keep an eye peeled for appearances from other team members!
You might also be thinking, "didn't I subscribe at TinyLetter? why am I getting an email from Goodbits?" The short answer is we moved! We announced the newsletter prematurely and while setting everything up, realized that Goodbits would be a better fit.
Come with us now, and journey through time and space to the world of Ember.js.
🔥 ember.js
Issue Triaging
This week I'd like to start by talking about issue triaging. For a while now, shout out to @pixelhandler, there has been a group of people that helped out the Core Team by triaging issues in the ember.js issues tracker. Unfortunately, due to the lack of granularity of GitHub permissions, these people were not able to label or close issues. That's why an informal issue triage team has been recently created, and wow have they been busy!
ember.js' pulse on GitHub
With over 200 issues closed in the last month, only 24 unlabeled issues remaining, and much feedback given, the team is well on their path to make sure contributions are addressed early. Join us at #dev-issue-triage in the Slack community, and help keep the train running smoothly. Don't worry if you're a newbie, come by and someone will guide you!
Commits
If you peek into the commits and the pull requests tabs, you'll notice a bunch of commits about globals cleanup. The team is cleaning up the modules internally to make module resolution simpler, which in turn helps the work being done in addonifying Ember, and Glimmer.
What about Ember CLI, the command line interface for ambitious web applications? Not to be left behind, they've also been working on several interesting things. The first and most visible one is the one mentioned in the official Ember blog. Additionally, I'd keep an eye on the code stripping RFC, as well as the one about platform support. Onwards to easier, and leaner builds!
👓 Ember Inspector
Our fantastic and much-beloved browser extension for inspecting Ember application is nearing an interesting milestone, v2.0.0! The main change is with regards to the internals.
To ease the maintenance burden, and to allow much faster development of new features, the Inspector is going to be split up internally into multiple ones, associated with certain Ember versions.
You might not be familiar with the Ember Hearth project, as it's still gearing up for a stable release. It is a GUI version of Ember CLI, with some sprinkles on top.
The second 1.0.0 alpha should be coming up shortly, so keep an eye out on the releases page.
Last but not least, some quick news on Ember Twiddle!
On top of a new design starting to come to life, another much-wanted feature is slowly making it way into Twiddle, the ability to use addons! There's already support for some in the canary branch, join #-ember-twiddle on Slack for more details.
That's all, folks!
That's all I have for you in the first issue of the Ember.js Times! I hope you have enjoyed it, and see you next week, where we'll continue our journey of trying to figure out exactly what this newsletter will be ;)