Releases: emberjs/ember.js
Releases · emberjs/ember.js
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.
v5.8.0-beta.1
CHANGELOG
- No user-facing changes that were not backported.
v5.7.0
CHANGELOG
- #20639 [FEATURE] Add an optional feature "no-implicit-route-model" to allow the removal of the implicit loading of a model per RFC #774.
- #20597 [FEATURE] Add explicit support TS 5.1, 5.2, and 5.3
- #20645 [BUGFIX] Make sure the
component-class
blueprint generates a signature in a TS project - #20224 Integrate types for the
warn
method - #20579 Mark
cached
as aMethodDecorator
instead ofPropertyDecorator
- #20609 Bump all glimmer-vm dependencies to 0.87.1
- #20619 [CLEANUP] Cleanup incorrect module usage
- #20620 [CLEANUP] Remove final eager consumption of AMD loader
v5.7.0-beta.2
v5.7.0-beta.1
CHANGELOG
- #20597 [FEATURE] Add explicit support TS 5.1, 5.2, and 5.3
- #20224 Integrate types for the
warn
method - #20579 Mark
cached
as aMethodDecorator
instead ofPropertyDecorator
- #20609 Bump all glimmer-vm dependencies to 0.87.1
- #20619 [CLEANUP] Cleanup incorrect module usage
- #20620 [CLEANUP] Remove final eager consumption of AMD loader
v5.6.0
CHANGELOG
- #20595 [BUGFIX] An addon re-export should always be a JavaScript file
- #20603 [BUGFIX] Internal templates should be strictMode
- #20605 [BUGFIX] Move babel-plugin-ember-template-compilation to dependencies
- #20570 [CLEANUP] Remove all traces of named outlets code
- #20561 Upgrade the Glimmer VM from 0.84.3 to 0.85.13