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.