-
RFC Splitting Ember into Packages
This RFC proposes the structure and upgrade plans as Ember is built from smaller individual packages.
-
Ember CLI v2.17.1 released
-
Qunit Blueprints Quest Issue
This quest issue tracks the progress of upgrading test blueprints to match RFCs 232 and 268.
Reading
View moreWatch & Listen
-
Interview with Jessica Jordan - Modern Web Components in Glimmer.js
At The International Javascript Conference, Jessica talks about Glimmer.js basics and why we use web components.
-
Daniel Sudol - Writing Tests Like a Speed Demon with Data Builder Patterns
Daniel lays the ground work for writing tests without the headache.
-
Jessica Jordan - Testing Against Time: Meaningful Testing in Ember Apps When Timing Matters
Jessica gives an insight into how to create meaningful test cases for async or other, time-related operations in our applications.
-
Erik Bryn - EmberFest Closing Keynote
Erik gives an overview of the Ember community during EmberFest 2017's closing keynote.
-
Alex Blom - Hybrid Apps with Ember/Glimmer
Alex covers the basics of hybrid apps the dives into structure, graceful mobile web fallbacks, animation optimization & handling native integrations such as push.
-
Sarup Banskota - Adopting Better Ember Patterns
Sarup walks through several Ember codebases and provides suggestions on improving them.
-
Edward Faulkner - The Revolution Will Not Be Centralized
Edward explains the how and why of growing an open, decentralized software ecosystem that can sustainably pay for open source while respecting user freedom.
-
Marie Chatfield - Deep Dive on Ember Events
Marie describes the fundamentals and lifecycle of DOM and Ember events.
-
Ember Map Podcast - Declarative Data Fetching, Disposable Code, Easier Upgrades, and the Upfront Cost of Ember
Sam and Ryan talk about a new Storefront API, disposable code patterns, how Ember CLI simplifies your app update process, and when to choose Ember.js.
-
Emmanuelle Delescolle - SDK... Ambitious... What about a RAD tool for the web?
Emmanuelle discusses creating a rapid application developement toolset to reduce code replication between data models and your API.
-
Kuba Niechcial - Improving the UX is the Developer's Job
Kuba explains the most important UX goals that should be addressed on the front end and how Ember can help achieve them
Code
Replace deprecated Ember.String.pluralize() and upgrade Ember CLI
Learn MoreEmber Add Calendar Button
An addon that allows the user to add event entries to their calendar with ease.
Learn MoreEmber Observer Macros
An addon that adds observer macros to easily work with debouncing and other common patterns.
Learn MoreBug fixes.
Learn MoreRemoves addon-docs and ember-engines as optional dependencies.
Learn MoreUpdated to use the run loop instead of concurrent tasks.
Learn MoreFixes non-evergreen environments that don't rely on prototype extensions.
Learn MoreIntroduces beta version of the new start command and serve now works without a network connection
Learn MoreFixes computed properties.
Learn MoreAdds support for a fallback color to be used programmatically in lieu of an image and converted to the new JavaScript module rfc.
Learn MoreMoves content to cache to instance to prevent state leak, code consistency update, and upgrades to Node.js v4.x LTS.
Learn MoreFixes Node 4 support and adds blueprint for using Sass + Postcss.
Learn MoreAdds support for Ember Changeset and minor feature updates.
Learn MoreEmber Semantic Proper Modals
An ember mixin providing proper support for Semantic UI modals.
Learn MoreEmber Text Highlight
A helper for wrapping matching parts of a text in a span tag with a stylable CSS class.
Learn MoreEmber Cloud Firestore Adapter
Unofficial Ember Data Adapter and Serializer for Cloud Firestore.
Learn MoreEmber Luxon
Allows the importing of Luxon inside your Ember app.
Learn MoreUses Ember.assign instead of Object.assign, converts Testem to run Chrome headless.
Learn MoreEmber Concurrency Scroll
Provides a scroller service that leverages ember-concurrency tasks to manage window and element scrolling.
Learn MoreEmber Text Overflow
An addon that emulates the text-overflow: ellipsis CSS rule and adds a preview of the full text.
Learn MoreEvents
-
2017-12-27
Ember.js Atlanta Meetup
Ember Project Night
-
2017-12-19
EmberJS Houston
Upgrading Ember & the Road to Ember 3.0
-
2017-12-14
Ember.JS SLC
Sockets with Ember Data