What's new in EmberJS June 11 12 Jun 2012
A couple of new guides out this week and still plenty of docfixes and tidying up going on. I urge everyone to have read through the Ember source sometime if you haven’t already.
###Weekly Wrapup #6
- 
    Two new official guides have been released on application structure/outlets and asynchrony. Check them out they’re great for newbies and not-so-newbies alike. 
- 
    A new Ember.Sortable mixin has been added and is mixed in to ArrayProxy by default. To use add a sortPropertiesvalue to the Array and usearrangedContentto get the sorted values.
- 
    pushState and none locations have been added to the router to complement the existing hash implementation. 
- 
    871042 moves dom events to use Ember’s internal event system. This has the side-effect that returning false from a method should now stop propagation. 
- 
    A couple of IE related bugs were squashed 
If I missed anything please let me know in the comments or on twitter.
Tweet