All Versions
281
Latest Version
Avg Release Cycle
29 days
Latest Release
673 days ago

Changelog History
Page 22

  • v2.16.3 Changes

    February 13, 2018
    • βœ… #15927 blueprints: Extend test framework detection to ember-qunit and ember-mocha
    • πŸ›  #15935 [BUGFIX] blueprints: fix framework detection to work with prerelease versions of ember-cli-mocha
    • #16174 [BUGFIX] Enable some recovery of errors thrown during render.
    • πŸ›  #16241 [BUGFIX] Avoid excessively calling Glimmer AST transforms.
  • v2.16.2 Changes

    November 01, 2017
    • πŸ›  #15797 [BUGFIX] Fix issues with using partials nested within other partials.
  • v2.16.1 Changes

    October 29, 2017
    • πŸ›  #15722 [BUGFIX] Avoid assertion when using (get helper with empty paths.
    • πŸ›  #15746 [BUGFIX] Fix computed sort regression when array property is initially null.
    • πŸ›  #15613 [BUGFIX] Prevent an error from being thrown when partial set of query params are passed to the router service.
    • πŸ›  #15777 [BUGFIX] Fix various issues around accessing dynamic data within a partial.
  • v2.16.0 Changes

    October 09, 2017
    • ⚑️ #15604 Data Adapter: Only trigger model type update if the record live array count actually changed
    • πŸ›  #15610 [BUGFIX] add inflection to dependencies
    • πŸ›  #15695 [BUGFIX] Avoid creating event dispatcher in FastBoot with Engines
    • πŸ›  #15702 [BUGFIX] Correctly escape values in Ember.CoreObject assertions
    • πŸ›  #15718 [BUGFIX] bump backburner (fixes clock + autorun interop)
    • πŸ›  #15577 [BUGFIX] Include missing sourcemaps in vendorTree.
    • ⚑️ #15552 [FEATURE] Update blueprints and tests to RFC #176.
    • πŸ›  #15600 [BUGFIX] ensure β€œpause on exception” pauses in the right place.
    • πŸ“š #15616 [DOC release] Improve documentation for RouterService and mount helper.
    • πŸ›  #15600 [BUGFIX] ensure β€œpause on exception” pauses in the right place.
    • πŸ›  #15667 [BUGFIX] Allow 0 to work with get helper.
    • πŸ›  #15676 [BUGFIX] Fix <input type="range"> so that it can properly bind min, max, and value.
    • πŸ›  #15689 [BUGFIX] Mark error as handled before transition for error routes and substates.
    • πŸ›  #14764 Fixed string capitalize for accented characters.
    • πŸ—„ #15528 [DEPRECATION] Deprecate Controller#content alias.
    • ⚑️ #15552 [FEATURE] Update blueprints and tests to RFC #176.
  • v2.15.3 Changes

    October 09, 2017
    • πŸ›  #15718 [BUGFIX] bump backburner (fixes clock + autorun interop)
  • v2.15.2 Changes

    October 04, 2017
    • πŸ›  #15604 [BUGFIX] Ember Inspector Data Adapter: Only trigger model type update if the record live array count actually changed.
    • πŸ›  #15695 [BUGFIX] Avoid creating event dispatcher in FastBoot with Engines.
  • v2.15.1 Changes

    October 02, 2017
    • πŸ›  #15600 [BUGFIX] ensure β€œpause on exception” pauses in the right place.
    • πŸ›  #15689 [BUGFIX] Mark error as handled before transition for error routes and substates.
  • v2.15.0 Changes

    August 31, 2017
    • πŸ›  #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.
    • 0️⃣ #14805 / #14861 / #14979 / #15414 / #15415 [FEATURE ember-routing-router-service] Enable by default.
    • 🚚 #15193 [CLEANUP] Remove owner._lookupFactory support.
  • v2.14.0 Changes

    July 05, 2017
    • πŸ›  #15312 [BUGFIX] Avoid re-freezing already frozen objects.
    • πŸ‘ #15315 [FEATURE] Add minlength to TextSupport
    • πŸ›  #15321 [BUGFIX] Improve fastboot debugger/repl experience
    • πŸ›  #15366 [BUGFIX] Allow numeric keys for the get helper.
    • πŸ›  #15242 [BUGFIX] Fix EmberError import in system/router
    • #15204 [DEPRECATION] Ember.MODEL_FACTORY_INJECTIONS is now always false, and issues a deprecation if set.
    • πŸ›  #15239 [BUGFIX] Ensure Ember.deprecate is exported properly.
    • πŸ›  glimmerjs/glimmer-vm#529 [BUGFIX] Fix issues identified with custom element support.
    • πŸ›  #15277 [BUGFIX] Fix issues with retrying an initial transition.
    • πŸ›  #15138 [BUGFIX] Fix mocha blueprint service test filename
    • πŸ›  #15193 [BUGFIX] Ensure factoryFor does validation.
    • πŸ›  #15207 [BUGFIX] Ensure that an engines container is only destroyed once.
    • πŸ›  #15218 [BUGFIX] Update route-recognizer to v0.3.3.
    • #15015 Allow mounting routeless engines with a bound engine name
    • πŸ—„ #15078 [DEPRECATION] Deprecate EventManager#canDispatchToEventManager.
    • #15085 Add missing instrumentation for compilation/lookup phase
    • #15150 [PERF] Cleanup Proxy invalidation tracking.
    • πŸ›  #15168 [BUGFIX] Ensure that retrying a transition created with replaceWith causes a history replacement.
    • πŸ›  #15148 [BUGFIX] Ensure that using replace with refreshModel works properly.
    • πŸ”¨ #15178 Refactor route to lookup controller for QPs.
    • #15129 Fix access to service:-document in ember-engines
  • v2.13.4 Changes

    July 05, 2017
    • πŸ›  #15321 [BUGFIX] Improve fastboot debugger/repl experience.