Skip to content

Releases: emberjs/ember.js

v4.12.0

03 Apr 18:17
06735db
Compare
Choose a tag to compare

CHANGELOG

  • #20352 [FEATURE] Enable generating Typescript blueprints when isTypeScriptProject is true without additional environment variables per RFC #800.
  • #20355 [FEATURE] Enhance the Typescript blueprint for generated services per RFC #800.
  • #20356 [FEATURE] Generate signature in Typescript component blueprints per RFC #800.
  • #20388 [BUGFIX] Don't run getters while applying mixins
  • #20398 [BUGFIX] Fix runloop types on TS 5.0+
  • #20385 [BUGFIX] Improve error for owner methods called after destroy

v4.12.0-beta.3

13 Mar 19:21
42bfdac
Compare
Choose a tag to compare
v4.12.0-beta.3 Pre-release
Pre-release

CHANGELOG

  • #20388 [BUGFIX] Don't run getters while applying mixins
  • #20398 [BUGFIX] Fix runloop types on TS 5.0+

v4.12.0-beta.2

27 Feb 19:47
f2642a4
Compare
Choose a tag to compare
v4.12.0-beta.2 Pre-release
Pre-release

CHANGELOG

  • #20385 [BUGFIX] Improve error for owner methods called after destroy

v4.12.0-beta.1

20 Feb 20:24
ad9e97c
Compare
Choose a tag to compare
v4.12.0-beta.1 Pre-release
Pre-release

CHANGELOG

  • #20352 [FEATURE] Enable generating Typescript blueprints when isTypeScriptProject is true without additional environment variables per RFC #800.
  • #20355 [FEATURE] Enhance the Typescript blueprint for generated services per RFC #800.
  • #20356 [FEATURE] Generate signature in Typescript component blueprints per RFC #800.

v4.11.0

20 Feb 20:07
2b1011f
Compare
Choose a tag to compare

CHANGELOG

  • #20288 [FEATURE] Stable types for @ember/owner
  • #20323 [FEATURE] Introduce stable types for @ember/error
  • #20361 [BUGFIX] Support a router.ts file when generating routes
  • #20373 / #20374 [BUGFIX] Make the type for SafeString public
  • #20345 [CLEANUP] Remove flags for released features
  • #20285 Update to TS v4.9

v4.11.0-beta.1

12 Jan 21:23
6daf65c
Compare
Choose a tag to compare
v4.11.0-beta.1 Pre-release
Pre-release

CHANGELOG

  • #20288 [FEATURE] Stable types for @ember/owner
  • #20323 [FEATURE] Introduce stable types for @ember/error
  • #20345 [CLEANUP] Remove flags for released features
  • #20285 Update to TS v4.9

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