CHANGELOG
- #13520 [BUGFIX] Fixes issues with
baseURLandrootURLinEmber.HistoryLocationand ensures thatEmber.NoneLocationproperly handlesrootURL. - #13590 [BUGFIX] Avoid
_lazyInjectionsin production builds. - #13442 [BUGFIX] Revert
Ember.Handlebars.SafeStringdeprecation. - #13449 [BUGFIX] Ensure that
Ember.get(null, 'foo')returnsundefined. - #13465 [BUGFIX] Propagate loc information for inline link-to transform.
- #13461 [BUGFIX] Prevent
Ember.getfrom attempting to retrieve properties on primitive objects. - #13418 [BUGFIX] Ensure that passing
run.latera timeout value ofNaNdoes not break all future
timers. - #13435 [BUGFIX] Fix positional parameters when used with component helper.
- #13438 [BUGFIX] Ensure custom components extending from
Ember.LinkComponentcan operate
in both block and inline form. - #13356 [BUGFIX] Update
Registry#hasto always return true/false. - #13359 [BUGFIX] Fix
{{if}}and{{unless}}subexpression sometimes not updating. - #13344 [BUGFIX] Revert
Ember.mergedeprecation. - #13335 [BUGFIX] Ensure injected property assertion checks
container. Fixes issues
with usage of objects created by older addons that are attempting to useEmber.inject.service(). - #13333 [BUGFIX] Prevent the
toStringproperty from being added to the objects own
properties. Fixes scenarios where the list of own properties changed in debug builds. - #13327 [CLEANUP] Remove deprecate-test-as-function deprecation.
- #13326 [CLEANUP] Remove
View.prototype.currentStatedeprecation. - #13315 [CLEANUP] Remove legacy view related exports.
- #13310 [BUGFIX] Fix
mouseentertypo in ember-testing helpers. - #13314 [CLEANUP] Remove Metamorph view and mixin.
- #13144 / #13195 / #13193 [CLEANUP] Remove support for
ember-legacy-viewsaddon. - #13192 [CLEANUP] Remove support for
ember-legacy-controllersaddon. - #13295 [CLEANUP] Disable
renderhelper in block form. - #13204 [DEPRECATE] Deprecate Ember.Handlebars.SafeString in favor of Ember.String.htmlSafe
- #13207 [DEPRECATE] Depreacte
didInitAttrsin components - #13268 [DEPRECATE] Deprecate usage of
{{render}}helper with a model param - #13285 [BUGFIX] Make
Enumerable#firstObjectread only. - #13289 [BUGFIX] Make
Enumerable#lastObjectread only.