github emberjs/ember.js v2.8.1

latest releases: v5.11.1, v5.12.0-beta.3, v6.0.0-alpha.10...
8 years ago

CHANGELOG

  • #14184 [BUGFIX] Ensure that promises that reject with non Errors (i.e. something without a .stack) do not trigger an error during Ember's internal error processing.
  • #14237 [BUGFIX] Ensure Engine Routes are deactivated before destruction.
  • #14262 [BUGFIX] Ensure Controller#transitionToRoute and Route#intermediateTransitionTo work in Engines.
  • #14272 [BUGFIX] Bump router.js to v1.2.1.
  • #14281 [BUGFIX] Ensure referencing parentView in a computed property / observer dependent key (or in the template) does not cause an error during teardown.
  • #14281 [BUGFIX] Prevent errors from scheduling a rerender (by setting a property in willDestroyElement) after a component is destroyed.
  • #14291 [BUGFIX] Fix component action bubbling semantics. Actions should not bubble out of a component when returning true.

Don't miss a new ember.js release

NewReleases is sending notifications on new releases.