-
Ember.js - Ember 3.8 Released
Ember.js v3.8 has been released. New features include the Element Modifier Manager and the Array helper.
-
Ember.js Octane: Tech Preview
Gavin Joyce did a great video walkthrough comparing and contrasting today's Ember with tomorrow's Ember using Glimmer/Octane.
-
Ember.js - Ember Community Survey 2019
Complete the 2019 Ember Community Survey before March 12 to make your voices heard and help direct the future of the framework.
Reading
View moreWatch & Listen
-
Ilya Radchenko - Sharing Actions Using Ember Services and Decorators
Ilya walks through how to share cross cutting actions between routes and components across your app using ES Classes and Decorators.
-
The EmberMap Podcast - SPAs should do more than server-rendered apps, not less
Sam and Ryan chat about why frontend frameworks should make it easy for SPAs to replicate the behavior of a server-rendered web app. They also discuss various data-fetching scenarios, how a client-side app can stay in sync with the server's database, and share a few thoughts on module unification and dependency management.
-
Ember NYC - Robert Wagner on Using Ember Data with a non-JSONAPI Backend
Robert Wagner shares his talk 'Using Ember Data with a non-JSONAPI Backend' followed by Oli Griffiths sharing his work on Broccoli.js at the Ember NYC meetup.
-
Full Stack Development with Ember and Rails, Part 3: UI Libraries and UX
In part 3 of this livestream series, Josh adds a UI library to style the app and starts implementing new angle bracket syntax.
Code
Ember Cleave
An Ember.js wrapper for Cleave.js.
Learn MoreEmber Fit Form
A flexible component for form state management with data model adapters.
Learn MoreEmber Poller
A poller service based on ember-concurrency.
Learn MoreEmber Functional Modifiers
An addon that provides a useLayoutEffect like API for adding modifiers to elements.
Learn MoreEmber Caluma
An addon for Caluma - a collaborative form editing service.
Learn MoreEmber Task Scheduler
Removes wait-for in favor of waitUntil.
Learn MoreEmber Place Autocomplete
Allows usage of Google Places API as a service, allows component to accept the name property and set it to the input field, renames onFocusOutCallback to onBlurCallback, upgrades Ember version and uses new syntax. Also adds new documentation.
Learn MoreEmber Steps
Removes inheritance from EmberObject from StepNode.
Learn MoreEmber Lifeline
Fixes TS errors related to handlebars types, updates blueprint to latest, updates param name and docs for poll, and implements early return when *Task functions called on destroyed objects.
Learn MoreEmber Concurrency Decorators
This release makes ember-concurrency-decorators compatible with the latest Ember canary and its changes to the ComputedProperty system.
Learn MoreEmber Ajax
Updated to extend the native Error class instead of EmberError, updates ember-cli-babel to v7.x, drops Node 4, restores ability to override the ajax service using a JS file, and adds a "Compatibility" section to the README file.
Learn More