ember.js v3.24.0-beta.2 Release Notes
Release Date: 2020-11-24 // 5 months ago-
๐ CHANGELOG
- ๐ #19282 [BUGFIX] Issue deprecations (instead of assertions) for tracked mutation in constructor during rendering
Previous changes from v3.24.0-beta.1
-
๐ CHANGELOG
- ๐จ #19224 [FEATURE] Add
{{page-title}}
helper to route template blueprints to implement RFC #0654. - ๐ #19133 [FEATURE / DEPRECATION] Add new options to
deprecate()
forfor
andsince
and deprecate usingdeprecate()
without those options per the Deprecation Staging RFC. - ๐ #19211 [DEPRECATION] Deprecate
Ember.String.loc
and{{loc}}
per the Deprecate Ember String RFC. - ๐ #19234 [DEPRECATION] Deprecate String Prototype extensions per the Deprecate Ember String RFC.
- ๐ #19254 [DEPRECATION] Deprecate tryInvoke to implement the Deprecate
tryInvoke
RFC. - ๐ #19080 [BUGFIX] Lazily setup the router in non-application tests
- ๐ #19253 [BUGFIX] Correct return of getComponentTemplate from null to undefined to align with original RFC (#481)
- ๐ #19223 [BUGFIX]
<LinkTo>
should link within the engine when used inside one - #19196 [CLEANUP] Remove EMBER_GLIMMER_IN_ELEMENT feature flag
- #19204 [CLEANUP] Remove EMBER_CACHE_API feature flag
- #19206 [CLEANUP] Remove EMBER_ROUTING_MODEL_ARG feature flag
- #19229 [CLEANUP] Remove the EMBER_GLIMMER_SET_COMPONENT_TEMPLATE feature flag
- ๐ #19238 [CLEANUP] Removes the
expandLocalLookup
API - โก๏ธ #19258 / #19261 / #19267 Update rendering engine to 0.65.0
- ๐จ #19224 [FEATURE] Add