Skip to content

Releases: emberjs/ember.js

v5.7.0-beta.1

22 Jan 23:53
5300d0a
Compare
Choose a tag to compare
v5.7.0-beta.1 Pre-release
Pre-release

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 a MethodDecorator instead of PropertyDecorator
  • #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

22 Jan 23:08
7b5804f
Compare
Choose a tag to compare

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

v5.4.1

22 Jan 23:08
a99ee0d
Compare
Choose a tag to compare

CHANGELOG

  • #20575 [BUGFIX] Update backburner.js to 2.4.2
  • #20595 [BUGFIX] Blueprints: An addon re-export should always be a JavaScript file

v4.12.4

22 Jan 23:07
8043736
Compare
Choose a tag to compare

CHANGELOG

  • #20595 [BUGFIX] Blueprints: An addon re-export should always be a JavaScript file

v5.6.0-beta.2

20 Dec 03:57
Compare
Choose a tag to compare
v5.6.0-beta.2 Pre-release
Pre-release

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

v5.6.0-beta.1

11 Dec 21:47
5fb6abc
Compare
Choose a tag to compare
v5.6.0-beta.1 Pre-release
Pre-release

CHANGELOG

  • #20570 [CLEANUP] Remove all traces of named outlets code

v5.5.0

11 Dec 21:31
e12dbe8
Compare
Choose a tag to compare

CHANGELOG

  • #20575 [BUGFIX] Update backburner.js to 2.4.2
  • #20578 [BUGFIX] Deprecate outlet TemplateFactory support
  • #20559 [INTERNAL] Switch to pnpm

v5.5.0-beta.2

21 Nov 05:17
Compare
Choose a tag to compare
v5.5.0-beta.2 Pre-release
Pre-release
  • #20575 [BUGFIX] Update backburner.js to 2.4.2
  • #20578 [BUGFIX] Deprecate outlet TemplateFactory support

v5.5.0-beta.1

30 Oct 18:44
72ca377
Compare
Choose a tag to compare
v5.5.0-beta.1 Pre-release
Pre-release

CHANGELOG

  • #20559 [INTERNAL] Switch to pnpm

v5.4.0

30 Oct 18:39
518206f
Compare
Choose a tag to compare

CHANGELOG

  • #20521 [FEATURE] Add TypeScript support for looking up controllers in DI registry
  • #20529 [BUGFIX] Don't rethrow string errors in handleTransitionReject
  • #20210 [BUGFIX] Fix hanging tests caused by legacy rsvp code
  • #20530 Upgrade the Glimmer VM to 0.84.3