All Versions
281
Latest Version
Avg Release Cycle
29 days
Latest Release
756 days ago
Changelog History
Page 23
Changelog History
Page 23
-
v2.13.3 Changes
May 31, 2017- π #15284 [BUGFIX] remove nested transaction assertion from glimmer.
- π glimmerjs/glimmer-vm#529 [BUGFIX] Fix issues identified with custom element support.
-
v2.13.2 Changes
May 18, 2017- β¬οΈ Revert over eager dependency upgrades in 2.13.1.
-
v2.13.1 Changes
May 17, 2017- #15129 Fix access to document service in
ember-engines
. - π #15138 [BUGFIX] Fix mocha blueprint service test filename
- #15204 [DEPRECATION]
Ember.MODEL_FACTORY_INJECTIONS
is now always false, deprecate setting it. - π #15207 [BUGFIX] Ensure child engines do not have their container destroyed twice.
- π #15242 [BUGFIX] Fix
EmberError
import in system/router. - π #15247 [BUGFIX] Ensure nested custom elements render properly.
- #15129 Fix access to document service in
-
v2.13.0 Changes
April 27, 2017- #15111 / #15029 [PERF]
factoryFor
should cache when possible. - π #14961 [BUGIX] [Fixes #14925] remove duplicate
/
in pathname - π #15065 [BUGFIX] Guard jQuery access in
setupForTesting
. - π #15103 [BUGFIX] Allow calling
Ember.warn
without test. - β #15106 [DOC] Introduce a more debugging data to warnings about CP dependencies.
- #15107 [PERF] avoid toBoolean conversion when possible (chains).
- #14011 [FEATURE ember-unique-location-history-state] Implements RFC #186.
- π #13231 [BUGFIX] Fix a bug when using commas in computer property dependent keys.
- π #14890 [BUGFIX] Fix a race condition where actions are invoked on destroyed DOM nodes.
- 0οΈβ£ #14894 [FEATURE ember-no-double-extend] Enable by default.
- β¬οΈ #14781 / #14954 Upgrade to Glimmer VM v0.22
- π #14919 [DEPRECATION] Deprecate the private
Ember.Router.router
property in favor ofEmber.Router._routerMicrolib
. - π #14970 [BUGFIX] Generate integration tests for template helpers by default.
- π #14976 [BUGFIX] Remove "no use strict" workaround for old versions of iOS 8.
- #15111 / #15029 [PERF]
-
v2.12.2 Changes
April 27, 2017- π #15160 [BUGFIX] Ensure
Ember.Test
global is setup when includingember-testing.js
. - π #15142 / #15163 [BUGFIX] Donβt leak deprecated
container
. - π #15161 [BUGFIX] Prevent errors from being triggered during error processing on non ES6 platforms.
- π #15180 [BUGFIX] Correct
until
values forthis.container
deprecations.
- π #15160 [BUGFIX] Ensure
-
v2.12.1 Changes
April 07, 2017 -
v2.12.0 Changes
March 14, 2017- π #15000 / #15002 / #15006 / #15008 / #15009 / #15011 [PERF] Assorted performance improvements for modern browsers.
- #14872 / #14871 / #14883 [PERF] Simplify action event handler.
- #14360 [FEATURE factory-for] Implement
factoryFor
. - π #14751 [DEPRECATION] Deprecate
Ember.K
. - π #14756 [PERF] Disable costly
eventManager
support when unused. - π #14794 [BUGFIX] Fix query param stickiness between models in ember-engines.
- #14851 [PERF] only
LOG_VIEW_LOOKUPS
in debug - #14829 [PERF] only
logLibraryVersions
in debug mode - π² #14852 [PERF] only
LOG_TRANSITIONS
andLOG_TRANSITIONS_INTERNAL
in debug - #14854 [PERF] only
LOG_ACTIVE_GENERATION
andLOG_RESOLVER
in debug
-
v2.11.3 Changes
March 08, 2017- π #14987 [BUGFIX] Fix a memory leak when components are destroyed.
- π #14986 [BUGFIX] Fix a memory leak in RSVP.js.
- π #14985 [BUGFIX] Fix a bug that added babel helpers to the global scope.
- π #14898 [BUGFIX] Fix an issue where errors in tests sometimes do not cause a failure.
- π #14707 [BUGFIX] Improve deprecation message for unsafe
style
attribute bindings.
-
v2.11.2 Changes
February 19, 2017- π #14937 [BUGFIX] Fix issue preventing
ember generate *
from creating test files as appropriate.
- π #14937 [BUGFIX] Fix issue preventing
-
v2.11.1 Changes
February 16, 2017- π #14762 [BUGFIX] Make ember-template-compiler handle {{input}} helpers with sub-expression "type"
- π #14791 [BUGFIX] exempt routes that share a controller from duplicate assertion
- π #14860 [BUGFIX] Add back
mainContext
to loader #14859 (fixes issue with non ember-cli template compilation). - π #14878 [DOC] Fix yuidoc package paths to ensure RSVP is properly included in API documentation.
- π #14910 [BUGFIX] Include blueprints in NPM release, to ensure
ember-source
blueprints are used overember-cli-legacy-blueprints
. - π e94799c [BUGFIX] Update to
[email protected]
to prevent errors for duplicate route name definitions inRouter.map
.