Releases: emberjs/ember.js
Releases · emberjs/ember.js
v5.10.1
v5.11.0-beta.1
v5.10.0
CHANGELOG
- #20702 [DEPRECATION] Deprecate array prototype extensions per RFC #848.
- #20660 [DEPRECATION] Deprecate non-colocated component template resolution per RFC #995.
- #20675 [INTERNAL] Build reform
- #20683 [CLEANUP] Remove application-template-wrapper optional feature support
- #20685 [CLEANUP] Remove support for non-glimmer template-only components
- #20681 Update ember-cli-babel
v5.10.0-beta.2
v5.10.0-beta.1
CHANGELOG
- #20660 [DEPRECATION] Deprecate non-colocated component template resolution per RFC #995.
- #20675 [INTERNAL] Build reform
- #20683 [CLEANUP] Remove application-template-wrapper optional feature support
- #20685 [CLEANUP] Remove support for non-glimmer template-only components
- #20681 Update ember-cli-babel
v5.9.0
CHANGELOG
- #20653 [DEPRECATION] Deprecate
(action)
and{{action}}
in templates per RFC #1006. - #20669 [FEATURE] Make deprecations throw when the
until
forember-source
has passed per RFC #0830. - #20656 / #20664 [BUGFIX] Upgrade router_js to support
exactOptionalPropertyTypes
- #20658 Upgrade glimmer-vm to v0.92
- #20678 Address a missed deprecation introduced in #20658
v5.9.0-beta.2
v5.9.0-beta.1
v5.8.0
v5.8.0-beta.2
CHANGELOG
- #20672 [BUGFIX] Restore
{{this.attrs.foo}}
deprecation from the 3.x era. The API was accidentally not removed in 4.0 but the deprecation was removed.