CHANGELOG
- #15577 [BUGFIX] Include missing sourcemaps in vendorTree.
- #14848 [BUGFIX] Allow boolean values for current-when
- #15572 [BUGFIX] Fix issue with using negative numbers as an argument passed in from the template.
- #15535 [BUGFIX] Ensure that properties of functions are able to be rendered.
- #14753 [BUGFIX] Fix
<input type=XXX>
feature detect issue affecting Safari. - #15176 [BUGFIX] Ensure
Controller.prototype.replaceRoute
considers engine's mount point. - #15513 [BUGFIX] Release root components after they are destroyed.
- #15511 [BUGFIX] Fixes
onFulfillment
beingundefined
when stepping through RSVP code. - #15510 [BUGFIX] Make sure notification changes are properly triggered for firstObject/lastObject.
- #15502 [BUGFIX] Work around a browser bug that causes
getOwner
to sometimes returnundefined
. - #14338 [FEATURE] Remove explicit names from initializers.
- #15325 / #15326 [FEATURE ember-engines-mount-params] Allow
{{mount
to accept amodel
named parameter. - #15347 [BUGFIX] Make better errors for meta updates after object destruction.
- #15411 [CLEANUP] Remove deprecated
Ember.Backburner
. - #15366 [BUGFIX] Allow numeric keys for the
get
helper. - #14805 / #14861 / #14979 / #15414 / #15415 [FEATURE ember-routing-router-service] Enable by default.
- #15193 [CLEANUP] Remove
owner._lookupFactory
support.