Skip to content

Releases: emberjs/ember.js

v6.12.0

31 Mar 22:06
d8c8a98

Choose a tag to compare

CHANGELOG

  • #20908 / #21020 Merge glimmerjs/glimmer-vm into the emberjs/ember.js monorepo.
    • All @glimmer/* packages that were formerly dependencies of ember-source are now included in the monorepo. This enables us to more easily iterate
      on the Glimmer VM and related packages, avoid an integration step with ember.js and to more easily share code between them and ember-source.
    • Only a few of the packages from the glimmer-vm repo will continue to be published as separate packages, for example, @glimmer/syntax will be published.
    • The glimmer-vm repo has been archived and relevant issues have been moved to the emberjs/ember.js repo. If you have an issue that was not moved, please reopen it on ember.js, after a search.
  • #20995 [BUGFIX] renderComponent error: 'attempted to close a tracking frame, but one was not open'
  • #20996 [BUGFIX] renderComponent error: 'Cannot read property of undefined: reading syscall'
  • #21091 [BUGFIX] Fix 'on' modifier error message regression
  • #21025 [CLEANUP] Remove applySVGInnerHTMLFix
  • #21061 [CLEANUP] Remove 'text-node-merging-fix'
  • #21059 [DOC] Remove doc references to Ember. and add import where necessary
  • #21014 Rename default export GlimmerComponent to Component
  • #21046 Add benchmark infrastructure
  • #21090 Swap nightly ts test of ts-nightly with ts-latest for better signal-to-noise

v6.11.1

27 Mar 18:20
c261c68

Choose a tag to compare

CHANGELOG

  • #20574 [BUGFIX] Update ApplicationInstance#visit to use followRedirects() to fix visit() throws TransitionAborted error
  • #21144 [BUGFIX] Fix crash during destroy in fastboot
  • #21244 [BUGFIX] Fix implicit-modules naming to fix use of use-ember-modules with a classic build

v6.8.4-ember-source

27 Mar 18:27
738620e

Choose a tag to compare

CHANGELOG

  • #20574 [BUGFIX] Update ApplicationInstance#visit to use followRedirects() to fix visit() throws TransitionAborted error
  • #21144 [BUGFIX] Fix crash during destroy in fastboot

v6.12.0-beta.3

25 Mar 20:56
b5877f2

Choose a tag to compare

v6.12.0-beta.3 Pre-release
Pre-release

CHANGELOG

  • #20574 [BUGFIX] Update ApplicationInstance#visit to use followRedirects() to fix visit() throws TransitionAborted error
  • #21244 [BUGFIX] Fix implicit-modules naming to fix use of use-ember-modules with a classic build

v6.12.0-beta.2

10 Mar 01:18
099ea92

Choose a tag to compare

v6.12.0-beta.2 Pre-release
Pre-release

CHANGELOG

  • #21144 [BUGFIX] Fix crash during destroy in fastboot

v6.12.0-beta.1

17 Feb 19:33
cffb19d

Choose a tag to compare

v6.12.0-beta.1 Pre-release
Pre-release

CHANGELOG

  • #20908 / #21020 Merge glimmerjs/glimmer-vm into the emberjs/ember.js monorepo.
    • All @glimmer/* packages that were formerly dependencies of ember-source are now included in the monorepo. This enables us to more easily iterate
      on the Glimmer VM and related packages, avoid an integration step with ember.js and to more easily share code between them and ember-source.
    • Only a few of the packages from the glimmer-vm repo will continue to be published as separate packages, for example, @glimmer/syntax will be published.
    • The glimmer-vm repo has been archived and relevant issues have been moved to the emberjs/ember.js repo. If you have an issue that was not moved, please reopen it on ember.js, after a search.
  • #20995 [BUGFIX] renderComponent error: 'attempted to close a tracking frame, but one was not open'
  • #20996 [BUGFIX] renderComponent error: 'Cannot read property of undefined: reading syscall'
  • #21091 [BUGFIX] Fix 'on' modifier error message regression
  • #21025 [CLEANUP] Remove applySVGInnerHTMLFix
  • #21061 [CLEANUP] Remove 'text-node-merging-fix'
  • #21059 [DOC] Remove doc references to Ember. and add import where necessary
  • #21014 Rename default export GlimmerComponent to Component
  • #21046 Add benchmark infrastructure
  • #21090 Swap nightly ts test of ts-nightly with ts-latest for better signal-to-noise

v6.11.0

17 Feb 19:10
6c99390

Choose a tag to compare

CHANGELOG

  • #21024 [Bugfix] Add @ember/reactive into the AMD bundles
  • #21014 Rename default export GlimmerComponent to Component for autocomplete DX

v6.8.3

16 Feb 16:34
09db2b6

Choose a tag to compare

CHANGELOG

  • #21024 [BUGFIX] Add @ember/reactive into the AMD bundles

v6.11.0-beta.2

02 Feb 19:43
343fda7

Choose a tag to compare

v6.11.0-beta.2 Pre-release
Pre-release

CHANGELOG

  • #21024 [Bugfix] Add @ember/reactive into the AMD bundles

v6.11.0-beta.1

02 Feb 19:42
ab2076f

Choose a tag to compare

v6.11.0-beta.1 Pre-release
Pre-release

CHANGELOG

  • #21014 Rename default export GlimmerComponent to Component for autocomplete DX