CHANGELOG
- #16613 [BUGFIX] Prevent errors in ember-engines + 3.1 + proxies.
- #16597 [BUGFIX] Ensure
Ember.run.cancelTimers
is present. - #16605 [BUGFIX] Use resetCache on container destroy
- #16615 [BUGFIX] Fix NAMESPACES_BY_ID leaks
- #16539 [BUGFIX] Ember is already registered by the libraries registry already.
- #16559 [BUGFIX] Fix property normalization, Update glimmer-vm to 0.34.0
- #16563 [BUGFIX] Ensure
ariaRole
can be initially false. - #16550 [BUGFIX] Decrement counter of pending requests in the next tick
- #16551 [BUGFIX] Fix
proto
return value for native classes - #16558 [BUGFIX] Ensure ComponentDefinitions do not leak heap space.
- #16560 [BUGFIX] avoid strict assertion when object proxy calls thru for function
- #16564 [BUGFIX] Ensure Ember.isArray does not trigger proxy assertion.
- #16572 [BUGFIX] Fix curly component class reference setup
- #16493 [BUGFIX] Ensure proxies have access to
getOwner(this)
. - #16494 [BUGFIX] Adjust assertion to allow for either undefined or null
- #16499 [BUGFIX] Object to string serialization
- #16514 [BUGFIX] Bring back (with deprecation) Ember.EXTEND_PROTOTYPES.
- #16520 [BUGFIX] Adds options checking ability to debug/deprecation test helpers
- #16526 [BUGFIX] Ensure setting a
NAME_KEY
does not error. - #16527 [BUGFIX] Update glimmer-vm to 0.33.5.
- #16250 [DEPRECATION] Deprecation of
Ember.Logger
- #16436 [BUGFIX] Refactor
CoreObject
to leverage native JS semantics. - #16382 Upgrade
backburner.js
to 2.2.2. - #16387 [BUGFIX] Add an assertion that actions cannot be sent from a destroyed/destroying object
- #16386 [BUGFIX] Add an assertion if you attempt a
transitionTo
when the app is destroyed - #16433 [CLEANUP] Remove
content
alias - #16462 [CLEANUP] Remove deprecated
MODEL_FACTORY_INJECTIONS
- emberjs/rfcs#286 [FEATURE] Enabled block
let
handlebars helper by default.