Skip to content

Releases: emberjs/ember.js

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

v4.10.0-beta.1

28 Nov 21:32
2b94b45
Compare
Choose a tag to compare
v4.10.0-beta.1 Pre-release
Pre-release

CHANGELOG

  • #20253 [FEATURE] Add the Resolver type to preview types
  • #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.

v4.9.0

28 Nov 20:41
e6823dd
Compare
Choose a tag to compare

CHANGELOG

  • #20274 [BUGFIX] Add some missing types to preview types
  • #20256 [BUGFIX] Correct types for Ember Arrays
  • #20257 [BUGFIX] Fix types for getOwner and GlimmerComponent
  • #20233 [BUGFIX] Include package name in deprecation error message
  • #20235 [BUGFIX] Update @types/node for TS 4.9 issue
  • #20238 [BUGFIX] Update Node.js versions to match support policy
  • #20227 [BUGFIX] Fix unsafe internal cast for NativeArray
  • #20228 [BUGFIX] Remove type export for ControllerMixin
  • #20203 / #20204 [FEATURE] Preview types: Update to Typescript 4.8

v4.9.0-beta.4

15 Nov 21:29
26b9d75
Compare
Choose a tag to compare
v4.9.0-beta.4 Pre-release
Pre-release

CHANGELOG

  • #20256 [BUGFIX] Correct types for Ember Arrays
  • #20257 [BUGFIX] Fix types for getOwner and GlimmerComponent

v4.8.2

03 Nov 15:09
792ecc8
Compare
Choose a tag to compare

CHANGELOG

  • #20244 Add missing type for getComponentTemplate to preview types