Skip to content

v2.15.0

Compare
Choose a tag to compare
@locks locks released this 14 Sep 10:47
· 8121 commits to main since this release
64a0432

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 being undefined 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 return undefined.
  • #14338 [FEATURE] Remove explicit names from initializers.
  • #15325 / #15326 [FEATURE ember-engines-mount-params] Allow {{mount to accept a model 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.