CHANGELOG
- #19255 [DEPRECATION] Deprecate transition methods of controller and route per RFC #674.
- #19345 [DEPRECATION] Deprecate
<LinkTo>
positional arguments per RFC #698. - #19346 [DEPRECATION] Deprecate
{{#with}}
per RFC #445 - #19358 [DEPRECATION] Deprecate implicit injections per RFC #680
- #19359 [DEPRECATION] Deprecates old browser support policy per RFC #685 New Browser Support Policy.
- #19371 [DEPRECATION] Deprecate implicit
this
property lookup fallback per [RFC #308]https://github.com/emberjs/rfcs/blob/master/text/0308-deprecate-property-lookup-fallback.md - #19372 [DEPRECATION] Adds deprecations for Classic edition and optional features per RFC #704 and RFC #705.
- #19373 [DEPRECATION] Deprecate old manager capabilities per RFC #686
- #19374 [DEPRECATION] Deprecate
hasBlock
andhasBlockParams
per RFC #689. - #19375 [DEPRECATION] Deprecate old class binding syntax and {{attrs}} per RFC #691 and RFC #690.
- #19381 [DEPRECATION] Deprecate Array Observers per RFC #692.
- #19379 [CLEANUP] Refactor DataAdapter to not use observers or array observers
- #19378 [BUGFIX] Fix typo in template-only-glimmer-components feature detection
- #19298 [BUGFIX] Route serialize did not extract param off proxy
- #19469 [BUGFIX] Prevent eager argument consumption on modifier destruction
- #19405 [BUGFIX] Avoid instantiation errors when
app/router.js
injects the router service. - #19436 [BUGFIX] Support observer keys with colons