Skip to content

Releases: emberjs/ember.js

v5.1.0

26 Jun 18:29
4674a38
Compare
Choose a tag to compare

CHANGELOG

  • #20449 [FEATURE] Publish stable types for Ember per RFC #800.
  • #20439 [CLEANUP] Update tsconfig to target ES2021.
  • #20461 [BUGFIX] Fix cyclic module crash with engines and fastboot.

v4.12.1

12 Jun 19:02
1171312
Compare
Choose a tag to compare

CHANGELOG

  • #20461 [BUGFIX] Fix cyclic module crash with engines and fastboot.

v4.8.6

12 Jun 18:56
79129ce
Compare
Choose a tag to compare

CHANGELOG

  • #20461 [BUGFIX] Fix cyclic module crash with engines and fastboot.

v5.1.0-beta.1

22 May 20:10
Compare
Choose a tag to compare
v5.1.0-beta.1 Pre-release
Pre-release

CHANGELOG

  • #20449 [FEATURE] Publish stable types for Ember per RFC #800.
  • #20439 [CLEANUP] Update tsconfig to target ES2021.
  • #20461 [BUGFIX] Fix cyclic module crash with engines and fastboot.

v5.0.0

15 May 14:39
18af34b
Compare
Choose a tag to compare

CHANGELOG

  • #20438 [BREAKING] Drop support for Node 14
  • #20445 [CLEANUP] Update browser support per RFC #685. Minimum support has been updated to Chrome >= 103, Edge >= 110, Firefox >= 102, iOS >= 12, Safari >= 12, ChromeAndroid >= 112, FirefoxAndroid >= 110
  • #20379 [CLEANUP] Remove deprecated @ember/error package
  • #20380 [CLEANUP] Remove deprecated assign polyfill
  • #20381 [CLEANUP] Remove deprecated @ember/string package
  • #20382 [CLEANUP] Remove deprecated injection
  • #20402 [CLEANUP] Remove support for ember-cli-mocha and ember-mocha when generating test blueprints
  • #20406 [CLEANUP] Remove deprecated auto-location
  • #20413 [CLEANUP] Remove deprecated routing.transition-methods
  • #20416 [CLEANUP] Finish cleaning up Location interface
  • #20434 [BUGFIX] Fix HistoryLocation preview types
  • #20441 [BUGFIX] Fix for TS 5.1 nightly narrowing change
  • #20429 [BUGFIX] TS lint-level error in mixins/-proxy.ts
  • #20410 [BUGFIX] Add missing type declarations in the preview types for @ember/template-compilation

v5.0.0-beta.3

04 May 01:38
Compare
Choose a tag to compare
v5.0.0-beta.3 Pre-release
Pre-release

CHANGELOG

  • Publish v5.0.0-beta.2 again, having fixed publishing automation

v4.4.5

04 May 20:53
1ad1764
Compare
Choose a tag to compare

CHANGELOG

  • #20388 [BUGFIX] Don't run getters while applying mixins

v3.28.12

04 May 20:53
007fc9e
Compare
Choose a tag to compare

CHANGELOG

  • #20388 [BUGFIX] Don't run getters while applying mixins

v5.0.0-beta.2

02 May 19:52
b03fcb5
Compare
Choose a tag to compare
v5.0.0-beta.2 Pre-release
Pre-release

CHANGELOG

  • #20434 [BUGFIX] Fix HistoryLocation preview types
  • #20438 [BREAKING] Drop support for Node 14
  • #20441 [BUGFIX] Fix for TS 5.1 nightly narrowing change
  • #20445 [CLEANUP] Update browser support per RFC #685. Minimum support has been updated to Chrome >= 103, Edge >= 110, Firefox >= 102, iOS >= 12, Safari >= 12, ChromeAndroid >= 112, FirefoxAndroid >= 110

v5.0.0-beta.1

06 Apr 18:47
a04ef94
Compare
Choose a tag to compare
v5.0.0-beta.1 Pre-release
Pre-release

CHANGELOG

  • #20429 [BUGFIX] TS lint-level error in mixins/-proxy.ts
  • #20410 [BUGFIX] Add missing type declarations in the preview types for @ember/template-compilation
  • #20379 [CLEANUP] Remove deprecated @ember/error package
  • #20380 [CLEANUP] Remove deprecated assign polyfill
  • #20381 [CLEANUP] Remove deprecated @ember/string package
  • #20382 [CLEANUP] Remove deprecated injection
  • #20402 [CLEANUP] Drop support for ember-cli-mocha and ember-mocha when generating test blueprints
  • #20406 [CLEANUP] Remove deprecated auto-location
  • #20413 [CLEANUP] Remove deprecated routing.transition-methods
  • #20414 [CLEANUP] Add @ember/string to smoke-tests app
  • #20415 [CLEANUP] Remove unused imports
  • #20416 [CLEANUP] Finish cleaning up Location interface