Skip to content

v2.8.1

Compare
Choose a tag to compare
@rwjblue rwjblue released this 15 Sep 02:49

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.