Changelog
- #12163 [BUGFIX] Move
View#currentStatetoView#_currentState. - #12163 [DEPRECATION] Deprecate using the private
currentStateproperty on views/components. - #12132 [BUGFIX] Fix stack overflow issue in
_superwrapper updates. - #12138 [BUGFIX] Do not require
this._super(...arguments)when components implementdidRecieveAttrs. - #12170 [BUGFIX release] Ensure
Ember.computed.sumreturns0if the array to be operated on isnullorundefined. - #12176 [BUGFIX] Enable extending
Ember.LinkComponentfor customizations.