|
2 | 2 | title: Ember 6.4 Released |
3 | 3 | authors: |
4 | 4 | - jared-galanis |
5 | | -date: 2025-05-02T00:00:00.000Z |
| 5 | +date: 2025-05-26T00:00:00.000Z |
6 | 6 | tags: |
7 | 7 | - releases |
8 | 8 | - '2025' |
@@ -39,17 +39,17 @@ Ember.js 6.4 includes 4 noteworthy bug fixes: |
39 | 39 | - [#20850](https://github.com/emberjs/ember.js/pull/20850) Correct publication of source maps for ember-source |
40 | 40 | - [#20867](https://github.com/emberjs/ember.js/pull/20867) Fix LOG_VERSIONS. |
41 | 41 |
|
42 | | -#### Potentially Breaking |
| 42 | +#### Potentially Breaking |
43 | 43 |
|
44 | | -- [#20842](https://github.com/emberjs/ember.js/pull/20842) [BREAKING] Drop support for TypeScript 4.9 to allow for glimmer-vm upgrade. |
45 | | - * Ember now tests against TypeScript 5.0, 5.1, 5.2, 5.3, 5.4, 5.5, 5.6, 5.7. |
46 | | - Per the rolling support window, following [Semantic Versioning for TypeScript Types](https://www.semver-ts.org/), the supported range of TypeScript versions across two Ember LTS releases must always overlap. |
47 | | - For more examples, see the [Stability heading in this blog post](https://blog.emberjs.com/stable-typescript-types-in-ember-5-1/). |
48 | | - * We now require consumers use `verbatimModuleSyntax`. |
| 44 | +- [#20842](https://github.com/emberjs/ember.js/pull/20842) [BREAKING] Drop support for TypeScript 4.9 to allow for glimmer-vm upgrade. |
| 45 | + - Ember now tests against TypeScript 5.0, 5.1, 5.2, 5.3, 5.4, 5.5, 5.6, 5.7. |
| 46 | + Per the rolling support window, following [Semantic Versioning for TypeScript Types](https://www.semver-ts.org/), the supported range of TypeScript versions across two Ember LTS releases must always overlap. |
| 47 | + For more examples, see the [Stability heading in this blog post](https://blog.emberjs.com/stable-typescript-types-in-ember-5-1/). |
| 48 | + - We now require consumers use `verbatimModuleSyntax`. |
49 | 49 |
|
50 | 50 | #### Features |
51 | 51 |
|
52 | | -Ember.js 6.4 introduces no new features. |
| 52 | +Ember.js 6.4 introduces no new features. |
53 | 53 |
|
54 | 54 | #### Deprecations |
55 | 55 |
|
@@ -85,17 +85,22 @@ It is not required to keep Ember CLI versions in sync with Ember and EmberData. |
85 | 85 |
|
86 | 86 | #### Bug fixes |
87 | 87 |
|
88 | | -Ember CLI 6.4 includes 1 noteworthy bug fix: |
| 88 | +Ember CLI 6.4 includes 4 bug fixes: |
89 | 89 |
|
90 | | -[#10685](https://github.com/ember-cli/ember-cli/pull/10685) Add configuration to opt new projects out of the deprecated behavior of the Store class extending EmberObject. If upgrading you may need to alter this configuration when updating with `ember-cli-update` or otherwise applying the blueprint. |
| 90 | +- [#10685](https://github.com/ember-cli/ember-cli/pull/10685) Add configuration to opt new projects out of the deprecated behavior of the Store class extending EmberObject. If upgrading you may need to alter this configuration when updating with `ember-cli-update` or otherwise applying the blueprint. |
| 91 | +- [#10620](https://github.com/ember-cli/ember-cli/pull/10620) Handle errors gracefully when proxy target is down. |
| 92 | +- [#10641](https://github.com/ember-cli/ember-cli/pull/10641) Fix eslint parser for js when using --typescript flag. |
| 93 | +- [#10659](https://github.com/ember-cli/ember-cli/pull/10659/files) Improve de-typing .gts files. |
91 | 94 |
|
92 | 95 | #### Features |
93 | 96 |
|
94 | | -Ember CLI 6.4 introduces [insert number here] new feature: |
| 97 | +Ember CLI 6.4 introduces 1 new feature: |
| 98 | + |
| 99 | +- [#10661](https://github.com/ember-cli/ember-cli/pull/10661) Update ember-try to v4 in blueprints. |
95 | 100 |
|
96 | 101 | #### Deprecations |
97 | 102 |
|
98 | | -Ember CLI 6.4 introduces [insert number here] new deprecations: |
| 103 | +Ember CLI 6.4 introduces no new deprecations. |
99 | 104 |
|
100 | 105 | For more details on the changes in Ember CLI 6.4 and detailed upgrade |
101 | 106 | instructions, please review the [Ember CLI 6.4.0 release page](https://github.com/ember-cli/ember-cli/releases/tag/v6.4.0). |
|
0 commit comments