Many awesome contributors have been busy this week and have been delivering lots of fresh, new features, improvements and bug fixes to the Ember ecosystem. Here's a short recap of what has been worked on in Glimmer, Ember CLI, Fastboot, the learning resources and Ember Twiddle in the past days:
In the Glimmer ecosystem focus has been put onto an internal feature, the so-called Document Heap, which is responsible for the dynamic allocation of memory for reading and writing VM instructions. This week's work related to that feature included code documentation, an improvement enabling eager reading from the server-side, pre-computed heap and another improvement related to heap dumping here. Many thanks to @chadhietala for working on this.
Finally a change for bringing a custom test page to Glimmer apps is upcoming and your help is needed. Check out the description of the issue and related todos in this first pass of the PR and feel free to reach out to @rwjblue for further guidance. We welcome your support and greatly appreciate it! 💖
An improvement for unblocking engines support in FastBoot has landed this week, extending Fastboot’s config API to also consider configuration objects from engine bundles. Many thanks to @kratiahuja for working on this feature.
Lots of fixes for making the Ember Guides more concise and descriptive landed here, here, here and there this week. Many thanks to @adrianbw for working on this.