Skip to content

Releases: emberjs/ember.js

v5.10.0-beta.1

04 Jun 20:21
2ec6ed3
Compare
Choose a tag to compare
v5.10.0-beta.1 Pre-release
Pre-release

CHANGELOG

  • #20660 [DEPRECATION] Deprecate non-colocated component template resolution per RFC #995.
  • #20675 [INTERNAL] Build reform
  • #20683 [CLEANUP] Remove application-template-wrapper optional feature support
  • #20685 [CLEANUP] Remove support for non-glimmer template-only components
  • #20681 Update ember-cli-babel

v5.9.0

04 Jun 20:21
Compare
Choose a tag to compare

CHANGELOG

  • #20653 [DEPRECATION] Deprecate (action) and {{action}} in templates per RFC #1006.
  • #20669 [FEATURE] Make deprecations throw when the until for ember-source has passed per RFC #0830.
  • #20656 / #20664 [BUGFIX] Upgrade router_js to support exactOptionalPropertyTypes
  • #20658 Upgrade glimmer-vm to v0.92
  • #20678 Address a missed deprecation introduced in #20658

v5.9.0-beta.2

14 May 19:05
3b52205
Compare
Choose a tag to compare
v5.9.0-beta.2 Pre-release
Pre-release

CHANGELOG

  • #20653 [DEPRECATION] Deprecate (action) and {{action}} in templates per RFC #1006.

v5.9.0-beta.1

15 Apr 16:32
7911146
Compare
Choose a tag to compare
v5.9.0-beta.1 Pre-release
Pre-release

CHANGELOG

  • #20656 [BUGFIX] Update router.js
  • #20664 [BUGFIX] Upgrade router_js to support exactOptionalPropertyTypes
  • #20658 Upgrade glimmer-vm to v0.92
  • #20669 [FEATURE] Make deprecations throw when the until for ember-source has passed

v5.8.0

15 Apr 16:16
3294138
Compare
Choose a tag to compare

CHANGELOG

  • #20672 [BUGFIX] Restore {{this.attrs.foo}} deprecation from the 3.x era. The API was accidentally not removed in 4.0 but the deprecation was removed.

v5.8.0-beta.2

01 Apr 18:20
a80cf9f
Compare
Choose a tag to compare
v5.8.0-beta.2 Pre-release
Pre-release

CHANGELOG

  • #20672 [BUGFIX] Restore {{this.attrs.foo}} deprecation from the 3.x era. The API was accidentally not removed in 4.0 but the deprecation was removed.

v5.8.0-beta.1

01 Apr 18:20
Compare
Choose a tag to compare
v5.8.0-beta.1 Pre-release
Pre-release

CHANGELOG

  • No user-facing changes that were not backported.

v5.7.0

04 Mar 21:07
Compare
Choose a tag to compare

CHANGELOG

  • #20639 [FEATURE] Add an optional feature "no-implicit-route-model" to allow the removal of the implicit loading of a model per RFC #774.
  • #20597 [FEATURE] Add explicit support TS 5.1, 5.2, and 5.3
  • #20645 [BUGFIX] Make sure the component-class blueprint generates a signature in a TS project
  • #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.7.0-beta.2

20 Feb 17:44
64553ef
Compare
Choose a tag to compare
v5.7.0-beta.2 Pre-release
Pre-release

CHANGELOG

  • #20639 [FEATURE] Add an optional feature "no-implicit-route-model" to allow the removal of the implicit loading of a model per RFC #774.
  • #20645 [BUGFIX] Make sure the component-class blueprint generates a signature in a TS project

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