|
| 1 | +*Ember 1.0.0 (August 31, 2013)* |
| 2 | + |
| 3 | +* Fix nested `{{yield}}` |
| 4 | +* `ReduceComputed` groups changed properties. |
| 5 | +* Multiple fixes and improvements to the new Array Computed Properties |
| 6 | +* Adds the ability to specify view class for render |
| 7 | +* Restructure controller init, to minimize property lookups |
| 8 | +* Provide hook for persistence libraries to inject custom find behavior. |
| 9 | +* Sync router.js |
| 10 | +* Controller#controllers property should be readOnly |
| 11 | +* Invalid Controller#controllers accesses throw runtime exceptions |
| 12 | +* Inform about the Ember Inspector if not installed |
| 13 | +* Don't force a layout on registered components |
| 14 | +* Make TextField and TextArea components |
| 15 | +* Adds Function.prototype.observesImmediately |
| 16 | +* Move ember-states into a plugin: https://github.com/emberjs/ember-states |
| 17 | +* Update Backburner |
| 18 | +* Disabled model factory injections by default. |
| 19 | +* Fix bug where link-to wouldn't be active even if resource is active |
| 20 | +* Add Ember.PromiseProxyMixin |
| 21 | +* Some fixes to grouped each |
| 22 | +* Update to rsvp-2.0.2; fixes unit tests for RSVP#rethrow in IE 6,7,8 |
| 23 | +* Rename computed array macros to match #3158 |
| 24 | +* Consider `controllerName` in Ember.Route#render() |
| 25 | +* Allow a template explicitly set on a view to be used when rendering a route. |
| 26 | + |
| 27 | + |
1 | 28 | *Ember 1.0.0-rc.8 (August 28, 2013)* |
2 | 29 |
|
3 | 30 | * View, controller & route action handlers are now expected to be defined on an `actions` object. |
|
0 commit comments