Ember v1.10.0-beta.1
·
14967 commits
to main
since this release
Changelog
- Move debugging file output from
ember.jstoember.debug.js. - Remove
templateDataproperty from views. - Restructure
Ember.librariesto be more idiomatic. - Prevent creating an extra view for each select option.
- Deprecate the block form of the bind helper.
- Cleanup
Ember.CoreObjectinit argument passing. - Allow all rejection types to be handled by default RSVP error handler.
- Deprecate setting ContainerView#childViews.
- [FEATURE] ember-htmlbars - Enable the HTMLBars rendering engine.
- [FEATURE] ember-htmlbars-block-params - Enable block params feature for HTMLBars.