Thanks to visit codestin.com
Credit goes to Github.com

Skip to content

Releases: emberjs/ember.js

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

v6.10.0

06 Jan 18:31
1a2d4ba

Choose a tag to compare

CHANGELOG

  • #21013 / #21009 [DEPRECATION] Deprecate use of amd bundles per RFC #1101.
  • #21004 Remove deprecated TypeScript compiler options for TS 6.0 compatibility

v6.10.0-beta.1

25 Nov 20:13
ceae1dd

Choose a tag to compare

v6.10.0-beta.1 Pre-release
Pre-release

CHANGELOG

  • #21013 / #21009 [DEPRECATION] Deprecate use of amd bundles per RFC #1101.
  • #21004 Remove deprecated TypeScript compiler options for TS 6.0 compatibility

v6.9.0

25 Nov 20:02
ddd8930

Choose a tag to compare

CHANGELOG

  • All changes were internal, docs, and/or bugfixes that were backported.

v6.8.2

18 Nov 03:09
9f21af0

Choose a tag to compare

CHANGELOG

  • #21002 [BUGFIX] Don't render if we're mid-destroy

v6.9.0-beta.3

12 Nov 02:06
a0ab54e

Choose a tag to compare

v6.9.0-beta.3 Pre-release
Pre-release

CHANGELOG

  • #21002 [BUGFIX] Don't render if we're mid-destroy