Releases: emberjs/ember.js
Releases · emberjs/ember.js
v6.8.0-beta.2-ember-source
CHANGELOG
- #20966 [BUGFIX] Correctly export
renderComponent
from@ember/renderer
v6.8.0-beta.1-ember-source
CHANGELOG
- #20950 / #20961 / #20963 [FEATURE] Upgrade glimmer-vm to build in Tracked Collections (previously provided by
tracked-built-ins
) per RFC #1068.- [WARNING] Drops support for TS 5.0 and TS 5.1 under our TS Support policy
- #20962 [FEATURE] Add
renderComponent
per RFC #1099. - #20957 / #20960 Add TS 5.8, 5.9 to the TS test matrix
- #20949 [INTERNAL] Add a workflow to generate api docs and open PRs to the api docs data repo
v6.7.0-ember-source
CHANGELOG
- #20939 [ENHANCEMENT] Add
import { trustHTML } from '@ember/template';
as an alias of `import { htmlSafe } from '@ember/template', for naming that better matches the behavior. - #20941 [CLEANUP] Remove code from
deprecate-array-prototype-extensions
deprecation that was until 6.0 - #20920 / #20922 [INTERNAL] Remove many uses of
.extend
- #20926 [INTERNAL] Remove all view mixins
v6.7.0-beta.1-ember-source
CHANGELOG
- #20939 [ENHANCEMENT] Add
import { trustHTML } from '@ember/template';
as an alias of `import { htmlSafe } from '@ember/template', for naming that better matches the behavior. - #20941 [CLEANUP] Remove code from
deprecate-array-prototype-extensions
deprecation that was until 6.0 - #20920 / #20922 [INTERNAL] Remove many uses of
.extend
- #20926 [INTERNAL] Remove all view mixins
v6.6.0-ember-source
v6.6.0-beta.1-ember-source
v6.5.0-ember-source
CHANGELOG
- #20835 [FEATURE] Add a
--route-authoring-format
option to the route generator to generate template-tag components as route templates per RFC #1046. - #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.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.