In December 2011, the SproutCore 2.0 framework was renamed to Ember.js, to reduce confusion between the application framework and the widget library of SproutCore 1.0.1011 The framework was created by Yehuda Katz, a member of the jQuery, Ruby on Rails and SproutCore core teams.
According to the company, Ember was designed around four key ideas:
Like Ruby on Rails, Ember follows convention over configuration (CoC), and the don't repeat yourself (DRY) principle.18 It has been described as a highly opinionated framework built to be very flexible.19
According to the company, Ember consists of five key concepts:20
Ember.js is one component of a complete front-end stack built and supported by the Ember core team.
Ember-CLI aims to bring convention over configuration to build tools. A command line utility based on broccoli, running the command ember new <app-name> generates a new Ember app with the default stack.26 This provides:
Other features include:
Most Ember applications use Ember Data, a data-persistence library providing many of the facilities of object-relational mapping (ORM).34 However it is also possible to use Ember without Ember Data.35
Ember Data maps client-side models to server-side data. It can then load and save records and their relationships without any configuration via a RESTful JSON API that implements the JSON API specification,36 provided certain conventions are followed.37 However it is also configurable and can work with servers through the use of adapters and addons.38 JSON API has server library implementations for PHP, Node.js, Ruby, Python, Go, .NET and Java.39 Connecting to a Java-Spring-based server is also documented.40
The first stable version of Ember Data (labeled 1.13 to align with Ember itself) was released on June 18 June 2015.41
The Ember Inspector is an extension currently available for the Mozilla Firefox and Google Chrome web browsers for debugging Ember applications.4243 Features include the ability to see which templates, components, and views are currently rendered, see the properties of any Ember object with a UI that computes bindings and computed properties, and access one's application's objects from the console.44 If Ember Data is used, one can also see the records loaded for each model.
Fastboot is an Ember CLI add-on created by the Ember core team that gives Ember developers the ability to run their apps in Node.js. This feature allows end users to see HTML and CSS right away, with JavaScript downloading in the background and taking over once it has fully loaded.45
Liquid Fire provides animation support for Ember applications.46 Features include animated transitions between routes and between models within a single route. It provides a DSL for solidifying spatial route relationships, cleanly separated from view-layer implementation details. An example would be to animate a screen transition so that the new screen appears to slide in from one edge of the browser.47
See the releases blog for the full list of releases and detailed changelog.
Ember follows a six-week release cycle, inspired by the rapid release cycle of Google Chrome.48
Starting with Ember 2.0, related projects supported by the core team have their releases coordinated, and share a version number with Ember itself.49
Ember follows the semantic versioning convention.50 In particular, breaking changes are only introduced at significant version numbers, such as 1.0, 2.0, etc. While new features can be added at point releases (1.1, 1.2...), and features deprecated, no breaking changes to the public APIs are introduced. Tooling was also under development in 2015 to help streamline the upgrade process.51
In addition to this process, several steps were taken to mitigate issues around upgrading to the 2.0 release:
The process follows the core Ember principle of Stability without Stagnation and is in marked contrast to the upgrade plans of similar projects such as AngularJS.52
Project status can be tracked via the core team meeting minutes.53 However, major changes to Ember go through the Request For Comment process.54 This gives the Ember community a chance to give feedback on new proposals. Notable RFCs include:
Unlike other projects such as AngularJS (Google) and React (Facebook) which have the backing of one main company, Ember.js has a variety of sponsors and backers. These include users of the framework such as Yahoo!, LinkedIn and Bustle.5960
Aghassipour, Alexander; Chacko, Shajith (30 Nov 2012). "Enterprise Apps Are Moving To Single-Page Design". TechCrunch. https://techcrunch.com/2012/11/30/why-enterprise-apps-are-moving-to-single-page-design/ ↩
"Building With Ember.js at Groupon". TalentBuddy. Retrieved 15 Oct 2015. http://www.talentbuddy.co/blog/building-with-ember-js-at-groupon/ ↩
"Discourse-Built with Ember.js". GitHub. Retrieved 15 Jul 2015. https://github.com/discourse/discourse#built-with ↩
"Intercom". https://intercom.com ↩
"Ember-Write Once, Run Everywhere". GitHub. 5 Jul 2015. https://github.com/truenorth/MWDCON-example#write-once-run-everywhere ↩
"Build better desktop apps with Ember". SpeakerDeck. 5 Jul 2015. https://speakerdeck.com/brzpegasus/build-better-desktop-apps-with-ember ↩
"Wicked Good Ember 2015 talk - Build better desktop apps with Ember, video". 5 Jul 2015. http://confreaks.tv/videos/wickedgoodember2015-build-better-desktop-apps-with-ember ↩
"Built with ember - Apple Music". BuiltWithEmber. Retrieved 21 Jul 2016. http://builtwithember.io/featured/2015/07/04/apple-music/ ↩
"Ember.js: Legal". emberjs.com. Retrieved 2019-02-14. https://emberjs.com/legal/ ↩
"SproutCore 2.0 becomes Ember.js". The H. 13 Dec 2011. http://www.h-online.com/open/news/item/SproutCore-2-0-becomes-Ember-js-1394362.html ↩
"Amber.js (formerly SproutCore 2.0) is now Ember.js". yehudakatz.com. 12 Dec 2011. http://yehudakatz.com/2011/12/12/amber-js-formerly-sproutcore-2-0-is-now-ember-js/ ↩
"Ember CLI". Retrieved 15 Dec 2018. https://cli.emberjs.com/ ↩
"Ember Addons". Retrieved 15 Dec 2018. https://www.emberobserver.com/ ↩
Asay, Matt (4 November 2014). "Innovating Fast And Slow: EmberJS Insists, "We Don't Need To Break The Web"". ReadWrite. Retrieved 18 Jun 2015. http://readwrite.com/2014/11/04/emberjs-javascript-framework-we-dont-need-to-break-the-web ↩
"JavaScript Promises". Mozilla. Retrieved 18 Jun 2015. https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Global_Objects/Promise ↩
"Web Components". WebComponents. Retrieved 18 Jun 2015. http://webcomponents.org/ ↩
"TC39: Members". TC39Wiki. Retrieved 18 Jun 2015. http://tc39wiki.calculist.org/about/people/ ↩
"What we've learned from Ember.js after 2 months developing our new product". Solid. 16 December 2014. Retrieved 3 November 2015. http://getsolid.io/blog/what-weve-learn-from-ember-js-after-2-months-developing-our-new-product-a-solid-story/ ↩
"Top Reasons Why Industry Experts Use Ember.js And How You Can Adopt It Yourself". TalentBuddy. Retrieved 14 October 2015. http://www.talentbuddy.co/blog/top-reasons-why-industry-experts-use-ember-js-and-how-you-can-adopt-it-yourself/ ↩
Frank Treacy. "5 Essential Ember 2.0 Concepts You Must Understand". EmberIgniter. Archived from the original on 27 July 2016. Retrieved 31 August 2015. https://web.archive.org/web/20160727201740/http://emberigniter.com/5-essential-ember-2.0-concepts/ ↩
"Ember.js - Models: Introduction". Emberjs. Retrieved 21 Jan 2014. http://emberjs.com/guides/models/ ↩
Jackson, Robert. "HTMLBars". GitHub. Retrieved 18 February 2015. https://github.com/tildeio/htmlbars ↩
"How To Add Polymer To Your Ember Project". ProgramWithErik. 27 March 2015. Retrieved 11 Aug 2015. http://www.programwitherik.com/how-to-add-polymer-to-your-ember-project/ ↩
"Ember Services Tutorial". ProgramWithErik. 26 July 2015. Retrieved 27 July 2015. http://www.programwitherik.com/ember-services-tutorial/ ↩
Bango, Rey (14 Mar 2013). "Getting Into Ember.js". Nettuts+. http://net.tutsplus.com/tutorials/javascript-ajax/getting-into-ember-js/ ↩
"Ember CLI". Retrieved 15 Dec 2018. https://cli.emberjs.com ↩
"Ember testing". Retrieved 15 Dec 2018. https://guides.emberjs.com/release/testing/ ↩
"Ember CLI-managing dependencies". Retrieved 15 Dec 2018. https://cli.emberjs.com/release/basic-use/assets-and-dependencies/ ↩
"Ember CLI asset compilation". Retrieved 15 Dec 2018. https://cli.emberjs.com/release/advanced-use/asset-compilation/ ↩
"Ember CLI Blueprints". Retrieved 15 Dec 2018. https://cli.emberjs.com/release/advanced-use/blueprints/ ↩
"Ember CLI Writing Addons". Retrieved 15 Dec 2018. https://cli.emberjs.com/release/writing-addons/ ↩
"Ember Addons directory". emberobserver.com. Retrieved 15 Dec 2018. https://www.emberobserver.com/ ↩
"Ember CLI Overview". Retrieved 15 Dec 2018. https://cli.emberjs.com/release/ ↩
"Ember Data README". GitHub. Retrieved 4 Dec 2013. https://github.com/emberjs/data/blob/master/README.md ↩
"Ember without Ember Data". Evil Trout. 23 March 2013. Retrieved 2 Jan 2014. http://eviltrout.com/2013/03/23/ember-without-data.html ↩
"JSON API specification". Retrieved 16 Jun 2015. http://jsonapi.org/ ↩
"Ember.js Models". Emberjs. Retrieved 26 Jun 2015. http://guides.emberjs.com/v1.12.0/models/ ↩
"Ember Observer-Data". EmberObserver. Retrieved 16 Jun 2015. http://emberobserver.com/categories/data ↩
"JSON API implementations". JSON API. Retrieved 26 Jun 2015. http://jsonapi.org/implementations/ ↩
"Integrating Ember.js with the Spring Framework". SpringEmber. 20 August 2014. Retrieved 26 Jun 2015. http://springember.blogspot.com.au/2014/08/using-ember-data-restadapter-with.html ↩
"Ember Data 1.13 release". 18 June 2015. Retrieved 18 Jun 2015. http://emberjs.com/blog/2015/06/18/ember-data-1-13-released.html ↩
"Firefox Addons - Ember Inspector". Mozilla. Retrieved 5 August 2015. https://addons.mozilla.org/en-us/firefox/addon/ember-inspector/ ↩
"Chrome Web Store - Ember Inspector". Chrome Web Store. Retrieved 18 Feb 2014. https://chrome.google.com/webstore/detail/ember-inspector/bmdblncegkenkacieihfhpjfppoconhi ↩
"Ember Inspector". Ember.js. Retrieved 28 Jun 2015. http://guides.emberjs.com/v1.13.0/ember-inspector/installation/ ↩
"Inside Fastboot. Faking the DOM in node". Emberjs. 8 January 2015. Retrieved 19 June 2015. http://emberjs.com/blog/2015/01/08/inside-fastboot-faking-the-dom-in-node.html ↩
"Liquid Fire: Animations & Transitions for Ember Apps". GitHub. Retrieved 19 June 2015. https://ember-animation.github.io/liquid-fire/ ↩
"Animations in Ember.js with liquid-fire". airpair.com. Archived from the original on 8 November 2020. Retrieved 10 July 2015. https://web.archive.org/web/20201108135538/https://www.airpair.com/ember.js/posts/animations-in-emberjs-with-liquidfire ↩
"New Ember release process". 6 September 2013. Retrieved 19 June 2015. http://emberjs.com/blog/2013/09/06/new-ember-release-process.html ↩
"Ember Project at 2.0". 16 June 2015. Retrieved 19 June 2015. http://emberjs.com/blog/2015/06/16/ember-project-at-2-0.html ↩
"Ember API Freeze". 18 January 2013. Retrieved 19 June 2015. http://emberjs.com/blog/2013/01/18/this-week-in-ember-js-4.html#toc_api-freeze ↩
"Ember Watson Addon". Retrieved 19 June 2015. https://www.npmjs.com/package/ember-watson ↩
"Angular 2.0 announcement". 29 October 2014. Retrieved 19 June 2015. http://jaxenter.com/angular-2-0-announcement-backfires-112127.html ↩
"Ember core team meeting minutes". Emberjs. Retrieved 5 Jul 2015. https://github.com/emberjs/core-notes/tree/master/ember.js ↩
"Ember RFC process". Emberjs. Retrieved 18 Jun 2015. https://github.com/emberjs/rfcs ↩
"Ember Engines". EmberAddons.com. Retrieved 19 Jan 2016. https://www.npmjs.com/package/ember-engines ↩
"Engines". Emberjs. Retrieved 3 Feb 2015. http://emberjs.com/blog/2016/01/23/core-team-face-to-face-january-2016.html#toc_engines ↩
"Refining the Release Process RFC". Emberjs. Retrieved 26 Jan 2025. https://github.com/emberjs/rfcs/blob/master/text/0056-improved-release-cycle.md ↩
"Outlet Focusing RFC". Emberjs. Archived from the original on 24 September 2016. Retrieved 18 Jun 2015. http://webarchive.loc.gov/all/20160924214534/https://github.com/nathanhammond/rfcs/blob/master/text/0000-outlet-focusing.md ↩
"Ember sponsors". Emberjs. Retrieved 18 Jun 2015. http://emberjs.com/sponsors/ ↩
"Interview with Mike North, Principal Software Engineer, Yahoo". Emberweekend. Retrieved 10 Aug 2015. https://emberweekend.com/episodes/componentize-all-the-things ↩