Skip to content

Releases: emberjs/ember.js

v5.1.1

29 Jun 22:13
e9f7baa
Compare
Choose a tag to compare

CHANGELOG

  • #20480 [BUGFIX stable] Fix type dependency issues
  • #20482 [BUGFIX stable] Allow store to be injected on Route
  • #20489 [BUGFIX stable] Fix types for Resolver contract
  • #20490 [BUGFIX stable] Fix model arg to a Route serialize

v4.12.2

28 Jun 22:39
57f10fc
Compare
Choose a tag to compare

CHANGELOG

  • #20481 [BUGFIX LTS] Backport some stable type import locations

v5.2.0-beta.1

26 Jun 18:38
dfdf82c
Compare
Choose a tag to compare
v5.2.0-beta.1 Pre-release
Pre-release

CHANGELOG

  • #20464 [FEATURE] Create public import for uniqueId helper per RFC #659.
  • #20477 Upgrade TS and configure TS CI accordingly to test against TS 4.9, 5.0, and 5.1

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