Releases: emberjs/ember.js
Releases · emberjs/ember.js
v4.10.0
CHANGELOG
- #20270 / #20271 [FEATURE] Add new imports for
getOwner
andsetOwner
from@ember/owner
and introduce new@ember/routing
sub-modules as part of RFC #821. - #20341 [DEPRECATION] Deprecations for importing
htmlSafe
andisHTMLSafe
from@ember/string
. They have moved to@ember/template
. From RFC #236. - #20344 [DEPRECATION] Deprecate @ember/string when used from ember-source; point users to add the
@ember/string
addon per RFC #236. - #20342 [DEPRECATION] Deprecate @ember/error per RFC #889.
- #20327 [BUGFIX] Fix the types for the mutation-methods of
NativeArray
- #20283 [BUGFIX] revert TS
compilerOptions.target
to ES2017 - #20253 Types: Add the
Resolver
type to preview types - #20319 Types: resolve services with
Owner.lookup
v4.10.0-beta.5
CHANGELOG
- #20327 [BUGFIX] Fix the types for the mutation-methods of
NativeArray
v4.10.0-beta.4
CHANGELOG
- #20321 [BUGFIX LTS] types:
ContainerDebugAdapter
extendsEmberObject
, notObject