- #12712 [BUGFIX] Create a new hash parameter when creating a component cell
- #12746 [BUGFIX] Update htmlbars to 0.14.11 to fix CVE-2015-7565.
- #12752 [BUGFIX] Do not re-raise on errors handled in route error action.
- #12764 [BUGFIX] Read values of
action
helper parameters - #12793 [BUGFIX] Remove jQuery version assertion.
- #12659 [BUGFIX] Update HTMLBars to 0.14.7.
- #12666 [BUGFIX] Prevent triggering V8 memory leak bug through registry / resolver access.
- #12677 [BUGFIX] Remove FastBoot monkeypatches.
- #12680 [BUGFIX] Clear cached instances when factories are unregistered.
- #12682 [BUGFIX] Fix rerendering contextual components when invoked with dot syntax and block form.
- #12686 [BUGFIX] Ensure HTML safe warning is not thrown for
null
andundefined
values. - #12699 [BUGFIX] Only add deprecated container after create when present (prevents errors when non-extendable factory is frozen after creation).
- #12705 [BUGFIX] Fix FastBoot URL parsing crash.
- #12728 [BUGFIX] Fix incorrect export for
Ember.computed.collect
. - #12731 [BUGFIX] Ensure
container
can still be provided to.create
(prevents an error and provides a helpful deprecation). - #12626 [BUGFIX] Fix "rest" style positional params in contextual components when using dot syntax.
- #12627 [CLEANUP] Remove unused
ENV
flags.Ember.ENV.ENABLE_ALL_FEATURES
is removed (wasn't functionally different thanEmber.ENV.ENABLE_OPTIONAL_FEATURES
).Ember.SHIM_ES5
is removed (Ember 2.x only supports ES5 compliant browsers so this flag was unused).Ember.ENV.DISABLE_RANGE_API
is removed (unused since HTMLBars landed in 1.10).
- #12628 [BUGFIX] Fix processing arguments in rerender for contextual components.
- #12629 [BUGFIX] Expose
ownerInjection
method onContainerProxy
. - #12636 [BUGFIX] Ensure
Ember.Mixin.prototype.toString
is defined (prevents issues withObject.seal(Ember.Mixin.prototype)
in debug builds. - #12532 Bump RSVP dependency from 3.0.6 to 3.1.0.
- #12422 / #12495 / #12517 / #12561 / #12542 / #12570 [FEATURE ember-contextual-components]
- #11874 / #12562 / #12557 / #12578 / #12599 / #12570 / #12604 / #12609 [FEATURE ember-container-inject-owner]
- #12314 [BUGFIX] Mandatory setter should check prototype descriptors.
- #12485 [BUGFIX] Access property only once during
Ember.get
. - #12503 Add helpful assertion when a tagless component includes event handler methods.