All Versions
281
Latest Version
Avg Release Cycle
29 days
Latest Release
673 days ago
Changelog History
Page 22
Changelog History
Page 22
-
v2.16.3 Changes
February 13, 2018- β
#15927 blueprints: Extend test framework detection to
ember-qunit
andember-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.
- β
#15927 blueprints: Extend test framework detection to
-
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.
- π #15722 [BUGFIX] Avoid assertion when using
-
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 withget
helper. - π #15676 [BUGFIX] Fix
<input type="range">
so that it can properly bindmin
,max
, andvalue
. - π #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 -
v2.15.1 Changes
October 02, 2017 -
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
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. - 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
withrefreshModel
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.