What's new in EmberJS #17 23 Oct 2012
It’s been a good week for Ember updates, big thanks to Peter Wagenet for single-handedly reviewing and cleaning up every single Ember ticket.
###Weekly Wrapup #17
Breaking Changes
- EmberJS now requires at least jQuery 1.7.2
- ENV.VIEW_PRESERVES_CONTEXT & ENV.CP_DEFAULT_CACHEABLE flags have been removed.
Updates
-
PR #1406 changes the Ember.Deferred mixin to be Promises/A compatible by using RSVP.js.
-
PR #1465 adds support for globbed routes in the router.
-
EmberJS now has a CONTRIBUTING.md page. If you’ve ever felt like you’ve found a bug or wanted to know better how to help out, there’s plenty of info there.
-
f103fe deprecates using {{collection}} without a class in favor of {{each}}.
-
PR #249 gives ember-data the ability to set a custom URL, just make sure you set up CORS properly.
Articles
-
A new official guide has been added Building Applications with Ember.js
-
James Croft runs through building a
FilterableMixin
forEmber.ArrayProxy
here.
If I missed anything please let me know in the comments, twitter or IRC at #emberjs.
Tweet