Skip to content

Ember v1.10.0-beta.1

Compare
Choose a tag to compare
@rwjblue rwjblue released this 23 Dec 18:59
· 14479 commits to main since this release
36b8993

Changelog

  • Move debugging file output from ember.js to ember.debug.js.
  • Remove templateData property from views.
  • Restructure Ember.libraries to be more idiomatic.
  • Prevent creating an extra view for each select option.
  • Deprecate the block form of the bind helper.
  • Cleanup Ember.CoreObject init 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.