github emberjs/ember.js v1.10.0-beta.2
Ember v1.10.0-beta.2

latest releases: v5.10.0-alpha.1, v5.9.0-beta.1, v5.8.0...
9 years ago

Changelog

  • [BUGFIX] Allow makeBoundHelper to be a sub-expression.
  • [BUGFIX] Allow compat makeBoundHelpers to be sub-expressions.
  • [BUGFIX] Export Ember.Handlebars compat shim for Ember.Handlebars.SafeString and Ember.Handlebars.Utils.escapeExpression.
  • [BUGFIX] Allow Ember.inject injected properties to be overridden (makes testing significantly easier).
  • [BUGFIX] Don’t assert uncaught RSVP rejections. We are already logging the error, but asserting breaks everything else on the run loop queue.
  • [BUGFIX] Allow tagName to be a CP (with deprecation).
  • [BUGFIX] Allow view instances in {{view}}.
  • [BUGFIX] Ensure bound attrs flush immediately.
  • [PERFORMANCE] Initialize views in preRender state.
  • [PERFORMANCE] View#element should not be observable.
  • Add ember-template-compiler package.
  • Rename Ember.HTMLBars.registerASTPlugin to Ember.HTMLBars.registerPlugin.
  • Export ember-template-compiler.js.
  • Escape href, src, and background attributes for a, link, img, and iframe elements.

Don't miss a new ember.js release

NewReleases is sending notifications on new releases.