-
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.
-
Ember.js RFC #454 - SFC & Template Import Primitives
A proposal to expose low-level primitives for embedding templates in JavaScript and associating templates with component classes.
Reading
View moreWatch & Listen
-
Ember.js DC - EmberConf Preview Talks
James C. Davis and Lisa Backer share previews of their upcoming EmberConf talks at the Ember.js DC meetup.
-
The EmberMap Podcast - You still have to build two apps
Sam and Ryan chat about the integration costs that make developing a SPA so difficult. They also talk about different ways to reload an Ember application while people are actively using it, as well as why it's important for beginners to use the same tools as experts.
-
Full-Stack Development with Ember and Rails, Part 2: Models with JSON:API
Using JSON:API spec, Josh Justice starts building the first feature of his "ideas" app by adding the ability to create, read, update, and delete "idea" records.
Code
Ember Resolver
Fixes MU GlimmerResolver.normalize when fullName is not present.
Learn MoreEmber Tooltips
Updated to avoid rendering tooltip/popover content into DOM until popper element created. This better matches the behavior of enableLazyRendering=true from ember-tooltips 2.x.
Learn MoreEmber Html Table To Excel
An Ember.js addon that converts HTML tables to Excel documents.
Learn MoreEmber Fedora Adapter
Adapter for interfacing with the Fedora repository.
Learn MoreEmber CLI Mirage
Users can now override Pretender version using Ember Auto Import. Omits default Content-Type header for 204 responses and reflexive relationships can now be self-referential.
Learn MoreEmber Leaflet Pm
An addon for use with ember-leaflet to create and edit geometry layers.
Learn MoreEmber CLI Progress
Ember CLI's long lost progress bar.
Learn MoreEmber Custom Link
An Ember addon which allows you to pass attributes to the ember-custom-link component to determine whether the component is an internal link, using {{#link-to}}, or an external link using href.
Learn MoreEmber Addon Ember Data Model Query
This addon provides a way to add query parameters when handling has-many relationships and depaginate them.
Learn MoreEmber CLI Babel
Updates Ember modules API to include @glimmer/tracked.
Learn MoreEmber Slots
Named slots for Ember.js apps.
Learn MoreEmber Leaflet Fullscreen Control
An addon for use with ember-leaflet to add a fullscreen button to your maps.
Learn MoreEmber Css Modules
@localClassNames and @localClassName now support projects using either stage 1 or stage 2 of the decorators proposal.
Learn More