Skip to content

Releases: emberjs/ember.js

v4.10.0

12 Jan 20:37
3c39d7e
Compare
Choose a tag to compare

CHANGELOG

  • #20270 / #20271 [FEATURE] Add new imports for getOwner and setOwner from @ember/owner and introduce new @ember/routing sub-modules as part of RFC #821.
  • #20341 [DEPRECATION] Deprecations for importing htmlSafe and isHTMLSafe 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

28 Dec 21:22
3133edc
Compare
Choose a tag to compare
v4.10.0-beta.5 Pre-release
Pre-release

CHANGELOG

  • #20327 [BUGFIX] Fix the types for the mutation-methods of NativeArray

v4.10.0-beta.4

13 Dec 23:30
afbb0fd
Compare
Choose a tag to compare
v4.10.0-beta.4 Pre-release
Pre-release

CHANGELOG

  • #20321 [BUGFIX LTS] types: ContainerDebugAdapter extends EmberObject, not Object

v4.9.3

13 Dec 23:21
2266d40
Compare
Choose a tag to compare

CHANGELOG

  • #20321 [BUGFIX] types: ContainerDebugAdapter extends EmberObject, not Object

v4.9.2

13 Dec 00:25
c58af7d
Compare
Choose a tag to compare

CHANGELOG

  • #20296 [BUGFIX] Controller queryParams should support readonly arrays
  • #20318 [BUGFIX] Backport Resolver to preview types

v4.8.4

13 Dec 23:20
0d2bfa9
Compare
Choose a tag to compare

CHANGELOG

  • #20321 [BUGFIX LTS] types: ContainerDebugAdapter extends EmberObject, not Object

v4.8.3

12 Dec 16:18
36367d6
Compare
Choose a tag to compare

CHANGELOG

  • #20296 Controller queryParams should support readonly arrays
  • #20318 Backport Resolver to preview types

v4.10.0-beta.2

30 Nov 15:15
df2fb7b
Compare
Choose a tag to compare
v4.10.0-beta.2 Pre-release
Pre-release

CHANGELOG

  • #20283 [BUGFIX] revert TS compilerOptions.target to ES2017
  • #20284 [BUGFIX] remove incorrect types for deprecation functions

v4.9.1

30 Nov 16:17
8634210
Compare
Choose a tag to compare

CHANGELOG

  • #20284 [BUGFIX] remove incorrect types for deprecation functions

v3.28.11

30 Nov 14:39
744e536
Compare
Choose a tag to compare

CHANGELOG

  • #20286 [BUGFIX LTS] Allow class-based helpers in strict-mode