News


12/23/2014 - 02:00

Today, the Ember team is pleased to announce the release of Ember.js
1.9.1. Ember 1.9.1 fixes one regression and introduces more conservative
escaping of attributes to help developers guard against inadvertent cross-site
scripting (XSS) vulnerabilities.
{{view}} Helper & Instances
The 1.9.0 release introduced a regression where the Handlebars
{{view}} helper would only work with Ember.View subclasses, not
instances. In 1.9.1, passing a view instance to the helper has been
fully restored.





12/22/2014 - 02:00

Using JavaScript to write fast, interactive web applications has exploded in popularity over the past few years. JavaScript apps offer many strengths over traditional server-rendered applications. Most notably, rich interactions and lightning-fast responses to user clicks allow for UIs that previously were only the domain of native apps.
The first JavaScript-heavy applications were productivity apps, and the experience of loading an app on the web, even with a spinner, was far better than the equivalent experience of downloading and installing a native app.





12/18/2014 - 00:15

Node v23.5.0 (Current)





12/08/2014 - 02:00

We are pleased to announce the release of both Ember.js 1.9.0 and the
first beta in the 1.10 series. This comes as the ninth cycle of our
release process that began after 1.0 was released.
The 1.9 release represents the effort of at least 52 contributors across over 436 commits.
The Road to Ember 2.0
In early November Tom, Yehuda, and the Ember.js Core Team shared The Road to Ember 2.0.
This RFC document acts as a map for the next several releases of Ember.js.





12/05/2014 - 23:30

Node v21.5.0 (Current)





12/03/2014 - 20:00

Node v21.5.0 (Current)





11/24/2014 - 02:00

New Core Contributors
Long-time contributors Brendan McLoughlin and Sylvain Mina
have been given collaborator status and will help us triage issues, merge pull
requests, and contribute bugfixes and documentation.
New Features
store.fetch
When using Ember Data, the most common pattern in the model hook is to call
store.find for your model:





11/16/2014 - 02:00

Today I'm happy to announce that Igor Terzic is joining the Ember.js
core team.
Igor has been instrumental in the development of Ember Data. He has both
fixed bugs relentlessly and landed major new features, such as the
recent work on modelling relationships as entities with a single source
of truth.
Thanks to his hard work, Ember Data is rapidly approaching a stable
release, and it's no exaggeration to say that we couldn't have done it
without him.