Releases: emberjs/ember.js
Releases · emberjs/ember.js
v6.5.0-beta.2-ember-source
v6.5.0-beta.1-ember-source
CHANGELOG
- #20862 [FEATURE] Add blueprints to generate strict components (template tag) with
--strict
or--tt
per RFC #0779. - #20813 / #20813 [DEPRECATION] Deprecate
import Ember from 'ember'
per RFC #1003. - #20880 [CLEANUP] Remove the
ember-cli-qunit
tests - #20891 [CLEANUP] Remove DEPRECATE_COMPONENT_TEMPLATE_RESOLVING deprecation
v6.4.0-ember-source
CHANGELOG
- #20842 [BREAKING] Drop support for TypeScript 4.9 to allow for glimmer-vm upgrade.
- Ember now tests against TypeScript 5.0, 5.1, 5.2, 5.3, 5.4, 5.5, 5.6, 5.7.
Per the rolling support window, following Semantic Versioning for TypeScript Types,
the supported range of TypeScript versions across two Ember LTS releases must
always overlap.
For more examples, see the Stability heading in this blog post. - We now require consumers use
verbatimModuleSyntax
.
- Ember now tests against TypeScript 5.0, 5.1, 5.2, 5.3, 5.4, 5.5, 5.6, 5.7.
- #20842 / #20864 Upgrade glimmer-vm.
- #20872 [BUGFIX] Fix
{{debugger}}
via upgrade @glimmer/runtime. - #20850 [BUGFIX] Fix source maps in published packages.
- #20867 [BUGFIX] Fix LOG_VERSIONS.
- #20852 [CLEANUP] Remove ember-auto-import as a dependency.
- #20863 [CLEANUP] Cleanup "octane edition" code
- #20856 [DOCS] Restore @glimmer/component API docs and test against classes and modules generated in api docs to prevent future missing docs.
v6.4.0-beta.2
CHANGELOG
- #20877 Re-add support for TypeScript configuration moduleResolution=node10
v6.4.0-beta.1-ember-source
CHANGELOG
- #20842 [BREAKING] Drop support for TypeScript 4.9 to allow for glimmer-vm upgrade.
- Ember now tests against TypeScript 5.0, 5.1, 5.2, 5.3, 5.4, 5.5, 5.6, 5.7.
Per the rolling support window, following Semantic Versioning for TypeScript Types,
the supported range of TypeScript versions across two Ember LTS releases must
always overlap.
For more examples, see the Stability heading in this blog post. - We now require consumers use
verbatimModuleSyntax
.
- Ember now tests against TypeScript 5.0, 5.1, 5.2, 5.3, 5.4, 5.5, 5.6, 5.7.
- #20842 / #20864 Upgrade glimmer-vm.
- #20872 [BUGFIX] Fix
{{debugger}}
via upgrade @glimmer/runtime. - #20850 [BUGFIX] Fix source maps in published packages.
- #20867 [BUGFIX] Fix LOG_VERSIONS.
- #20852 [CLEANUP] Remove ember-auto-import as a dependency.
- #20863 [CLEANUP] Cleanup "octane edition" code
- #20856 [DOCS] Restore @glimmer/component API docs and test against classes and modules generated in api docs to prevent future missing docs.
v6.3.0-ember-source
CHANGELOG
- #20800 [FEATURE] Support use of template-tag components as route templates per RFC #1046.
- #20526 / #20820 [DEPRECATION] Deprecate importing
inject
from@ember/service
. The export is renamed toservice
per RFC #0752. - #20817 Clean up
deprecate-implicit-route-model
deprecation. It was deprecated until 6.0. - #20825 Remove the
helper
wrapper from the helper generator. Plain functions as helpers have been supported since v4.5.
v6.3.0-beta.1-ember-source
CHANGELOG
- #20800 [FEATURE] Support use of template-tag components as route templates per RFC #1046.
- #20526 / #20820 [DEPRECATION] Deprecate importing
inject
from@ember/service
. The export is renamed toservice
per RFC #0752. - #20817 Clean up
deprecate-implicit-route-model
deprecation. It was deprecated until 6.0. - #20825 Remove the
helper
wrapper from the helper generator. Plain functions as helpers have been supported since v4.5.