ember-cli 6.12.0-beta.1 → 7.0.0-alpha.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +309 -184
- package/docs/build/data.json +1 -1
- package/package.json +8 -8
- package/packages/addon-blueprint/package.json +6 -6
- package/packages/app-blueprint/files/package.json +24 -24
- package/packages/app-blueprint/package.json +4 -4
- package/packages/blueprint-blueprint/files/blueprints/__name__/files/.gitkeep +0 -0
- package/packages/blueprint-blueprint/files/blueprints/__name__/index.js +16 -0
- package/packages/blueprint-blueprint/index.js +5 -0
- package/packages/blueprint-blueprint/package.json +13 -0
- package/packages/blueprint-model/package.json +19 -0
- package/packages/blueprint-model/utilities/directory-for-package-name.js +31 -0
- package/packages/blueprint-model/utilities/edit-file-diff.js +64 -0
- package/packages/blueprint-model/utilities/experiments.js +63 -0
- package/packages/blueprint-model/utilities/file-info.js +170 -0
- package/packages/blueprint-model/utilities/open-editor.js +44 -0
- package/packages/blueprint-model/utilities/prepend-emoji.js +12 -0
- package/packages/blueprint-model/utilities/process-template.js +10 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,20 +1,18 @@
|
|
|
1
1
|
# ember-cli Changelog
|
|
2
2
|
|
|
3
|
-
## Release (2026-04-
|
|
3
|
+
## Release (2026-04-20)
|
|
4
4
|
|
|
5
|
-
* ember-cli
|
|
6
|
-
* @ember-tooling/classic-build-addon-blueprint
|
|
7
|
-
* @ember-tooling/classic-build-app-blueprint
|
|
5
|
+
* ember-cli 7.0.0-alpha.1 (minor)
|
|
6
|
+
* @ember-tooling/classic-build-addon-blueprint 7.0.0-alpha.1 (minor)
|
|
7
|
+
* @ember-tooling/classic-build-app-blueprint 7.0.0-alpha.1 (minor)
|
|
8
8
|
|
|
9
9
|
#### :rocket: Enhancement
|
|
10
10
|
* `ember-cli`, `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`
|
|
11
|
-
* [#
|
|
11
|
+
* [#10996](https://github.com/ember-cli/ember-cli/pull/10996) Prepare 7.0 Alpha ([@mansona](https://github.com/mansona))
|
|
12
12
|
* `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`
|
|
13
13
|
* [#10939](https://github.com/ember-cli/ember-cli/pull/10939) Add warpDrive support to app-blueprint ([@Copilot](https://github.com/apps/copilot-swe-agent))
|
|
14
14
|
* `@ember-tooling/classic-build-app-blueprint`, `ember-cli`
|
|
15
15
|
* [#10969](https://github.com/ember-cli/ember-cli/pull/10969) Update ember-cli-htmlbars to ^7.0.0 in app-blueprint ([@Copilot](https://github.com/apps/copilot-swe-agent))
|
|
16
|
-
* `ember-cli`, `@ember-tooling/classic-build-app-blueprint`
|
|
17
|
-
* [#10960](https://github.com/ember-cli/ember-cli/pull/10960) Promote Beta and update all dependencies for 6.11 release ([@mansona](https://github.com/mansona))
|
|
18
16
|
|
|
19
17
|
#### :bug: Bug Fix
|
|
20
18
|
* `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`
|
|
@@ -24,10 +22,8 @@
|
|
|
24
22
|
* [#10975](https://github.com/ember-cli/ember-cli/pull/10975) Backport: Update ember-cli-htmlbars to ^7.0.0 in app-blueprint ([@NullVoxPopuli-ai-agent](https://github.com/NullVoxPopuli-ai-agent))
|
|
25
23
|
* `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`, `ember-cli`
|
|
26
24
|
* [#10974](https://github.com/ember-cli/ember-cli/pull/10974) Backport: Remove tracked-built-ins (it comes built in with ember-source 6.8+) ([@NullVoxPopuli-ai-agent](https://github.com/NullVoxPopuli-ai-agent))
|
|
27
|
-
* [#10932](https://github.com/ember-cli/ember-cli/pull/10932) Remove tracked-built-ins (it comes built in with ember-source 6.8+) ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
|
|
28
25
|
* `ember-cli`
|
|
29
26
|
* [#10972](https://github.com/ember-cli/ember-cli/pull/10972) Support ember-source (ESM) -- without addon vendor paths ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
|
|
30
|
-
* [#10941](https://github.com/ember-cli/ember-cli/pull/10941) Downgrade isbinaryfile ([@mansona](https://github.com/mansona))
|
|
31
27
|
|
|
32
28
|
#### :house: Internal
|
|
33
29
|
* `ember-cli`
|
|
@@ -35,9 +31,6 @@
|
|
|
35
31
|
* [#10982](https://github.com/ember-cli/ember-cli/pull/10982) Update publish.yml to use PAT so that output repos workflow will run ([@kategengler](https://github.com/kategengler))
|
|
36
32
|
* [#10967](https://github.com/ember-cli/ember-cli/pull/10967) Replace `temp` package with Node.js built-in `fs.mkdtemp` ([@Copilot](https://github.com/apps/copilot-swe-agent))
|
|
37
33
|
* [#10931](https://github.com/ember-cli/ember-cli/pull/10931) update Release.md ([@mansona](https://github.com/mansona))
|
|
38
|
-
* [#10945](https://github.com/ember-cli/ember-cli/pull/10945) update release-plan for OIDC ([@mansona](https://github.com/mansona))
|
|
39
|
-
* `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`, `ember-cli`
|
|
40
|
-
* [#10947](https://github.com/ember-cli/ember-cli/pull/10947) bump in-range versions ([@mansona](https://github.com/mansona))
|
|
41
34
|
|
|
42
35
|
#### Committers: 5
|
|
43
36
|
- @NullVoxPopuli's reduced-access machine account for AI usage ([@NullVoxPopuli-ai-agent](https://github.com/NullVoxPopuli-ai-agent))
|
|
@@ -46,203 +39,187 @@
|
|
|
46
39
|
- Katie Gengler ([@kategengler](https://github.com/kategengler))
|
|
47
40
|
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)
|
|
48
41
|
|
|
49
|
-
## Release (2026-
|
|
42
|
+
## Release (2026-02-09)
|
|
50
43
|
|
|
51
|
-
* ember-cli 6.
|
|
52
|
-
* @ember-tooling/classic-build-addon-blueprint 6.11.2 (patch)
|
|
53
|
-
* @ember-tooling/classic-build-app-blueprint 6.11.2 (patch)
|
|
44
|
+
* ember-cli 6.12.0-alpha.5 (patch)
|
|
54
45
|
|
|
55
46
|
#### :bug: Bug Fix
|
|
56
|
-
*
|
|
57
|
-
* [#
|
|
58
|
-
|
|
59
|
-
#### Committers: 1
|
|
60
|
-
- NullVoxPopuli's reduced-access machine account for AI usage ([@NullVoxPopuli-ai-agent](https://github.com/NullVoxPopuli-ai-agent))
|
|
61
|
-
|
|
62
|
-
## Release (2026-03-29)
|
|
63
|
-
|
|
64
|
-
* ember-cli 6.11.1 (patch)
|
|
65
|
-
* @ember-tooling/classic-build-addon-blueprint 6.11.1 (patch)
|
|
66
|
-
* @ember-tooling/classic-build-app-blueprint 6.11.1 (patch)
|
|
47
|
+
* `ember-cli`
|
|
48
|
+
* [#10949](https://github.com/ember-cli/ember-cli/pull/10949) [backport release] remove unused isbinaryfile from ember-cli package ([@mansona](https://github.com/mansona))
|
|
49
|
+
* [#10940](https://github.com/ember-cli/ember-cli/pull/10940) [bugfix release] remove fixturify-project from dependencies ([@mansona](https://github.com/mansona))
|
|
67
50
|
|
|
68
|
-
#### :
|
|
69
|
-
* `@ember-tooling/classic-build-app-blueprint`, `ember-cli`
|
|
70
|
-
* [#10975](https://github.com/ember-cli/ember-cli/pull/10975) Backport: Update ember-cli-htmlbars to ^7.0.0 in app-blueprint ([@NullVoxPopuli-ai-agent](https://github.com/NullVoxPopuli-ai-agent))
|
|
71
|
-
* `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`, `ember-cli`
|
|
72
|
-
* [#10974](https://github.com/ember-cli/ember-cli/pull/10974) Backport: Remove tracked-built-ins (it comes built in with ember-source 6.8+) ([@NullVoxPopuli-ai-agent](https://github.com/NullVoxPopuli-ai-agent))
|
|
51
|
+
#### :house: Internal
|
|
73
52
|
* `ember-cli`
|
|
74
|
-
* [#
|
|
53
|
+
* [#10955](https://github.com/ember-cli/ember-cli/pull/10955) Merge beta into master ([@mansona](https://github.com/mansona))
|
|
54
|
+
* [#10952](https://github.com/ember-cli/ember-cli/pull/10952) add correct --publish-branch to pnpm publish ([@mansona](https://github.com/mansona))
|
|
55
|
+
* [#10951](https://github.com/ember-cli/ember-cli/pull/10951) Fix PR name for stable release-plan pull request ([@mansona](https://github.com/mansona))
|
|
56
|
+
* [#10950](https://github.com/ember-cli/ember-cli/pull/10950) [backport release] update release-plan for OIDC ([@mansona](https://github.com/mansona))
|
|
75
57
|
|
|
76
|
-
#### Committers:
|
|
77
|
-
-
|
|
78
|
-
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)
|
|
58
|
+
#### Committers: 1
|
|
59
|
+
- Chris Manson ([@mansona](https://github.com/mansona))
|
|
79
60
|
|
|
80
|
-
## Release (2026-02-
|
|
61
|
+
## Release (2026-02-07)
|
|
81
62
|
|
|
82
|
-
* ember-cli 6.
|
|
83
|
-
* @ember-tooling/classic-build-addon-blueprint 6.
|
|
84
|
-
* @ember-tooling/classic-build-app-blueprint 6.
|
|
63
|
+
* ember-cli 6.12.0-alpha.4 (patch)
|
|
64
|
+
* @ember-tooling/classic-build-addon-blueprint 6.12.0-alpha.3 (patch)
|
|
65
|
+
* @ember-tooling/classic-build-app-blueprint 6.12.0-alpha.3 (patch)
|
|
66
|
+
* @ember-tooling/blueprint-model 0.6.2 (patch)
|
|
85
67
|
|
|
86
|
-
#### :
|
|
87
|
-
*
|
|
88
|
-
* [#
|
|
89
|
-
* `ember-cli`, `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`
|
|
90
|
-
* [#10929](https://github.com/ember-cli/ember-cli/pull/10929) Prepare 6.11-beta ([@mansona](https://github.com/mansona))
|
|
91
|
-
* [#10919](https://github.com/ember-cli/ember-cli/pull/10919) Prepare 6.11-alpha ([@mansona](https://github.com/mansona))
|
|
68
|
+
#### :house: Internal
|
|
69
|
+
* `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`, `@ember-tooling/blueprint-model`, `ember-cli`
|
|
70
|
+
* [#10947](https://github.com/ember-cli/ember-cli/pull/10947) bump in-range versions ([@mansona](https://github.com/mansona))
|
|
92
71
|
|
|
93
72
|
#### Committers: 1
|
|
94
73
|
- Chris Manson ([@mansona](https://github.com/mansona))
|
|
95
74
|
|
|
96
|
-
## Release (2026-02-
|
|
97
|
-
|
|
98
|
-
* ember-cli 6.10.2 (patch)
|
|
75
|
+
## Release (2026-02-07)
|
|
99
76
|
|
|
100
|
-
|
|
101
|
-
* `ember-cli`
|
|
102
|
-
* [#10949](https://github.com/ember-cli/ember-cli/pull/10949) [backport release] remove unused isbinaryfile from ember-cli package ([@mansona](https://github.com/mansona))
|
|
103
|
-
* [#10940](https://github.com/ember-cli/ember-cli/pull/10940) [bugfix release] remove fixturify-project from dependencies ([@mansona](https://github.com/mansona))
|
|
77
|
+
* ember-cli 6.12.0-alpha.3 (patch)
|
|
104
78
|
|
|
105
79
|
#### :house: Internal
|
|
106
80
|
* `ember-cli`
|
|
107
|
-
* [#
|
|
108
|
-
* [#10951](https://github.com/ember-cli/ember-cli/pull/10951) Fix PR name for stable release-plan pull request ([@mansona](https://github.com/mansona))
|
|
109
|
-
* [#10950](https://github.com/ember-cli/ember-cli/pull/10950) [backport release] update release-plan for OIDC ([@mansona](https://github.com/mansona))
|
|
81
|
+
* [#10945](https://github.com/ember-cli/ember-cli/pull/10945) update release-plan for OIDC ([@mansona](https://github.com/mansona))
|
|
110
82
|
|
|
111
83
|
#### Committers: 1
|
|
112
84
|
- Chris Manson ([@mansona](https://github.com/mansona))
|
|
113
85
|
|
|
114
|
-
## Release (2026-02-
|
|
86
|
+
## Release (2026-02-05)
|
|
115
87
|
|
|
116
|
-
* ember-cli 6.
|
|
88
|
+
* ember-cli 6.12.0-alpha.2 (patch)
|
|
89
|
+
* @ember-tooling/classic-build-addon-blueprint 6.12.0-alpha.2 (patch)
|
|
90
|
+
* @ember-tooling/classic-build-app-blueprint 6.12.0-alpha.2 (patch)
|
|
91
|
+
* @ember-tooling/blueprint-model 0.6.1 (patch)
|
|
117
92
|
|
|
118
93
|
#### :bug: Bug Fix
|
|
119
|
-
* `ember-cli`
|
|
120
|
-
* [#
|
|
121
|
-
|
|
94
|
+
* `ember-cli`, `@ember-tooling/blueprint-model`
|
|
95
|
+
* [#10941](https://github.com/ember-cli/ember-cli/pull/10941) Downgrade isbinaryfile ([@mansona](https://github.com/mansona))
|
|
96
|
+
* `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`, `ember-cli`
|
|
97
|
+
* [#10932](https://github.com/ember-cli/ember-cli/pull/10932) Remove tracked-built-ins (it comes built in with ember-source 6.8+) ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
|
|
98
|
+
|
|
99
|
+
#### Committers: 2
|
|
100
|
+
- Chris Manson ([@mansona](https://github.com/mansona))
|
|
101
|
+
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)
|
|
102
|
+
|
|
103
|
+
## Release (2026-01-26)
|
|
104
|
+
|
|
105
|
+
* ember-cli 6.12.0-alpha.1 (minor)
|
|
106
|
+
* @ember-tooling/classic-build-addon-blueprint 6.12.0-alpha.1 (minor)
|
|
107
|
+
* @ember-tooling/classic-build-app-blueprint 6.12.0-alpha.1 (minor)
|
|
108
|
+
|
|
109
|
+
#### :rocket: Enhancement
|
|
110
|
+
* `ember-cli`, `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`
|
|
111
|
+
* [#10923](https://github.com/ember-cli/ember-cli/pull/10923) Promote Beta and update all dependencies for 6.10 release ([@mansona](https://github.com/mansona))
|
|
122
112
|
|
|
123
113
|
#### :house: Internal
|
|
124
|
-
* `ember-cli`
|
|
125
|
-
* [#
|
|
126
|
-
* [#
|
|
114
|
+
* `ember-cli`, `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`
|
|
115
|
+
* [#10930](https://github.com/ember-cli/ember-cli/pull/10930) Prepare 6.12-alpha ([@mansona](https://github.com/mansona))
|
|
116
|
+
* [#10926](https://github.com/ember-cli/ember-cli/pull/10926) Prepare Beta Release ([@mansona](https://github.com/mansona))
|
|
117
|
+
* [#10929](https://github.com/ember-cli/ember-cli/pull/10929) Prepare 6.11-beta ([@mansona](https://github.com/mansona))
|
|
118
|
+
* [#10918](https://github.com/ember-cli/ember-cli/pull/10918) Prepare Stable Release ([@mansona](https://github.com/mansona))
|
|
127
119
|
|
|
128
120
|
#### Committers: 1
|
|
129
121
|
- Chris Manson ([@mansona](https://github.com/mansona))
|
|
130
122
|
|
|
131
|
-
## Release (2026-01-
|
|
123
|
+
## Release (2026-01-08)
|
|
132
124
|
|
|
133
|
-
* ember-cli 6.
|
|
134
|
-
* @ember-tooling/classic-build-addon-blueprint 6.
|
|
135
|
-
* @ember-tooling/classic-build-app-blueprint 6.
|
|
125
|
+
* ember-cli 6.11.0-alpha.1 (minor)
|
|
126
|
+
* @ember-tooling/classic-build-addon-blueprint 6.11.0-alpha.1 (minor)
|
|
127
|
+
* @ember-tooling/classic-build-app-blueprint 6.11.0-alpha.1 (minor)
|
|
128
|
+
* @ember-tooling/blueprint-model 0.6.0 (minor)
|
|
136
129
|
|
|
137
130
|
#### :rocket: Enhancement
|
|
138
131
|
* `ember-cli`, `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`
|
|
139
|
-
* [#
|
|
140
|
-
* [#
|
|
132
|
+
* [#10919](https://github.com/ember-cli/ember-cli/pull/10919) Prepare 6.11-alpha ([@mansona](https://github.com/mansona))
|
|
133
|
+
* [#10917](https://github.com/ember-cli/ember-cli/pull/10917) Prepare 6.10-beta ([@mansona](https://github.com/mansona))
|
|
141
134
|
* `ember-cli`
|
|
142
135
|
* [#10906](https://github.com/ember-cli/ember-cli/pull/10906) Even more dependency updates ([@bertdeblock](https://github.com/bertdeblock))
|
|
143
136
|
* [#10892](https://github.com/ember-cli/ember-cli/pull/10892) More dependency updates ([@bertdeblock](https://github.com/bertdeblock))
|
|
137
|
+
* `ember-cli`, `@ember-tooling/blueprint-model`
|
|
144
138
|
* [#10890](https://github.com/ember-cli/ember-cli/pull/10890) Update various dependencies ([@bertdeblock](https://github.com/bertdeblock))
|
|
145
|
-
|
|
139
|
+
* `ember-cli`, `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`, `@ember-tooling/blueprint-model`
|
|
140
|
+
* [#10887](https://github.com/ember-cli/ember-cli/pull/10887) Update `chalk` dependency to latest ([@bertdeblock](https://github.com/bertdeblock))
|
|
146
141
|
|
|
147
142
|
#### :bug: Bug Fix
|
|
148
143
|
* `ember-cli`
|
|
144
|
+
* [#10888](https://github.com/ember-cli/ember-cli/pull/10888) Upgrade broccoli ([@kategengler](https://github.com/kategengler))
|
|
149
145
|
* [#10886](https://github.com/ember-cli/ember-cli/pull/10886) Update required Node version to v20.19.0 ([@bertdeblock](https://github.com/bertdeblock))
|
|
150
|
-
*
|
|
151
|
-
* [#10876](https://github.com/ember-cli/ember-cli/pull/10876) bump minimum node version to 20.19 ([@mansona](https://github.com/mansona))
|
|
146
|
+
* [#10860](https://github.com/ember-cli/ember-cli/pull/10860) [BUGFIX release]: Enter the WatchDetector branch of the build command when EMBROIDER_PREBUILD is present ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
|
|
152
147
|
|
|
153
148
|
#### :memo: Documentation
|
|
154
149
|
* `ember-cli`
|
|
155
150
|
* [#10874](https://github.com/ember-cli/ember-cli/pull/10874) Update RELEASE.md ([@mansona](https://github.com/mansona))
|
|
156
151
|
|
|
157
152
|
#### :house: Internal
|
|
153
|
+
* `ember-cli`, `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`
|
|
154
|
+
* [#10883](https://github.com/ember-cli/ember-cli/pull/10883) Prepare Beta Release ([@mansona](https://github.com/mansona))
|
|
158
155
|
* `ember-cli`, `@ember-tooling/classic-build-addon-blueprint`
|
|
159
156
|
* [#10891](https://github.com/ember-cli/ember-cli/pull/10891) Update `prettier` + setup ([@bertdeblock](https://github.com/bertdeblock))
|
|
160
|
-
* `ember-cli`
|
|
161
|
-
* [#10878](https://github.com/ember-cli/ember-cli/pull/10878) stop using internal package cache for smoke-test-slow ([@mansona](https://github.com/mansona))
|
|
162
|
-
* [#10863](https://github.com/ember-cli/ember-cli/pull/10863) Missed a script -- fix updating output repos ([@kategengler](https://github.com/kategengler))
|
|
163
|
-
* [#10862](https://github.com/ember-cli/ember-cli/pull/10862) Fix typo in output repo workflow ([@kategengler](https://github.com/kategengler))
|
|
164
|
-
* [#10861](https://github.com/ember-cli/ember-cli/pull/10861) Fix output repo generation with new tag format ([@kategengler](https://github.com/kategengler))
|
|
165
157
|
|
|
166
|
-
#### Committers:
|
|
158
|
+
#### Committers: 4
|
|
167
159
|
- Bert De Block ([@bertdeblock](https://github.com/bertdeblock))
|
|
168
160
|
- Chris Manson ([@mansona](https://github.com/mansona))
|
|
169
161
|
- Katie Gengler ([@kategengler](https://github.com/kategengler))
|
|
170
|
-
|
|
171
|
-
## Release (2025-12-11)
|
|
172
|
-
|
|
173
|
-
* ember-cli 6.9.1 (patch)
|
|
174
|
-
|
|
175
|
-
#### :bug: Bug Fix
|
|
176
|
-
* `ember-cli`
|
|
177
|
-
* [#10888](https://github.com/ember-cli/ember-cli/pull/10888) Upgrade broccoli ([@kategengler](https://github.com/kategengler))
|
|
178
|
-
|
|
179
|
-
#### Committers: 1
|
|
180
|
-
- Katie Gengler ([@kategengler](https://github.com/kategengler))
|
|
162
|
+
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)
|
|
181
163
|
|
|
182
164
|
## Release (2025-12-10)
|
|
183
165
|
|
|
184
|
-
* ember-cli 6.
|
|
185
|
-
* @ember-tooling/classic-build-addon-blueprint 6.
|
|
186
|
-
* @ember-tooling/classic-build-app-blueprint 6.
|
|
166
|
+
* ember-cli 6.10.0-alpha.1 (minor)
|
|
167
|
+
* @ember-tooling/classic-build-addon-blueprint 6.10.0-alpha.1 (minor)
|
|
168
|
+
* @ember-tooling/classic-build-app-blueprint 6.10.0-alpha.1 (minor)
|
|
169
|
+
* @ember-tooling/blueprint-blueprint 0.3.0 (minor)
|
|
170
|
+
* @ember-tooling/blueprint-model 0.5.0 (minor)
|
|
187
171
|
|
|
188
172
|
#### :rocket: Enhancement
|
|
189
|
-
* `ember-cli`, `@ember-tooling/classic-build-app-blueprint`
|
|
190
|
-
* [#10885](https://github.com/ember-cli/ember-cli/pull/10885) Promote Beta and update all dependencies for 6.9 release ([@mansona](https://github.com/mansona))
|
|
191
173
|
* `ember-cli`, `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`
|
|
192
|
-
* [#
|
|
193
|
-
|
|
194
|
-
#### :house: Internal
|
|
174
|
+
* [#10873](https://github.com/ember-cli/ember-cli/pull/10873) Prepare 6.10 Alpha ([@mansona](https://github.com/mansona))
|
|
175
|
+
* [#10853](https://github.com/ember-cli/ember-cli/pull/10853) Promote Beta and update all dependencies for 6.8 release ([@mansona](https://github.com/mansona))
|
|
195
176
|
* `ember-cli`
|
|
196
|
-
* [#
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
#### Committers: 2
|
|
200
|
-
- Chris Manson ([@mansona](https://github.com/mansona))
|
|
201
|
-
- Edward Faulkner ([@ef4](https://github.com/ef4))
|
|
177
|
+
* [#10870](https://github.com/ember-cli/ember-cli/pull/10870) Upgrade broccoli ([@kategengler](https://github.com/kategengler))
|
|
178
|
+
* `ember-cli`, `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`, `@ember-tooling/blueprint-blueprint`, `@ember-tooling/blueprint-model`
|
|
179
|
+
* [#10856](https://github.com/ember-cli/ember-cli/pull/10856) Prepare 6.9 Beta ([@mansona](https://github.com/mansona))
|
|
202
180
|
|
|
203
|
-
|
|
181
|
+
#### :bug: Bug Fix
|
|
182
|
+
* `@ember-tooling/classic-build-app-blueprint`, `ember-cli`
|
|
183
|
+
* [#10876](https://github.com/ember-cli/ember-cli/pull/10876) bump minimum node version to 20.19 ([@mansona](https://github.com/mansona))
|
|
204
184
|
|
|
205
|
-
|
|
185
|
+
#### :memo: Documentation
|
|
186
|
+
* `ember-cli`
|
|
187
|
+
* [#10857](https://github.com/ember-cli/ember-cli/pull/10857) Update RELEASE.md with more notes ([@mansona](https://github.com/mansona))
|
|
206
188
|
|
|
207
|
-
#### :
|
|
189
|
+
#### :house: Internal
|
|
208
190
|
* `ember-cli`
|
|
209
|
-
* [#
|
|
191
|
+
* [#10878](https://github.com/ember-cli/ember-cli/pull/10878) stop using internal package cache for smoke-test-slow ([@mansona](https://github.com/mansona))
|
|
192
|
+
* [#10863](https://github.com/ember-cli/ember-cli/pull/10863) Missed a script -- fix updating output repos ([@kategengler](https://github.com/kategengler))
|
|
193
|
+
* [#10862](https://github.com/ember-cli/ember-cli/pull/10862) Fix typo in output repo workflow ([@kategengler](https://github.com/kategengler))
|
|
194
|
+
* [#10861](https://github.com/ember-cli/ember-cli/pull/10861) Fix output repo generation with new tag format ([@kategengler](https://github.com/kategengler))
|
|
195
|
+
* `ember-cli`, `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`
|
|
196
|
+
* [#10854](https://github.com/ember-cli/ember-cli/pull/10854) Prepare Beta Release ([@mansona](https://github.com/mansona))
|
|
210
197
|
|
|
211
|
-
#### Committers:
|
|
212
|
-
- [@
|
|
198
|
+
#### Committers: 2
|
|
199
|
+
- Chris Manson ([@mansona](https://github.com/mansona))
|
|
200
|
+
- Katie Gengler ([@kategengler](https://github.com/kategengler))
|
|
213
201
|
|
|
214
202
|
## Release (2025-10-14)
|
|
215
203
|
|
|
216
|
-
* ember-cli 6.
|
|
217
|
-
* @ember-tooling/classic-build-addon-blueprint 6.
|
|
218
|
-
* @ember-tooling/classic-build-app-blueprint 6.
|
|
204
|
+
* ember-cli 6.9.0-alpha.2 (minor)
|
|
205
|
+
* @ember-tooling/classic-build-addon-blueprint 6.9.0-alpha.2 (minor)
|
|
206
|
+
* @ember-tooling/classic-build-app-blueprint 6.9.0-alpha.2 (minor)
|
|
207
|
+
* @ember-tooling/blueprint-blueprint 0.2.1 (patch)
|
|
208
|
+
* @ember-tooling/blueprint-model 0.4.1 (patch)
|
|
219
209
|
|
|
220
210
|
#### :rocket: Enhancement
|
|
221
|
-
* `ember-cli`, `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`
|
|
222
|
-
* [#10853](https://github.com/ember-cli/ember-cli/pull/10853) Promote Beta and update all dependencies for 6.8 release ([@mansona](https://github.com/mansona))
|
|
223
|
-
* [#10831](https://github.com/ember-cli/ember-cli/pull/10831) [bugfix beta] enable `--strict` by default to match new app blueprint ([@mansona](https://github.com/mansona))
|
|
224
|
-
* [#10808](https://github.com/ember-cli/ember-cli/pull/10808) Prepare 6.8 Beta ([@mansona](https://github.com/mansona))
|
|
225
211
|
* `ember-cli`
|
|
226
212
|
* [#10844](https://github.com/ember-cli/ember-cli/pull/10844) [beta] Error when `ember (generate|destroy) (http-proxy|http-mock|server)` is used in a Vite-based project ([@kategengler](https://github.com/kategengler))
|
|
227
|
-
|
|
228
|
-
* [#
|
|
229
|
-
* [#10781](https://github.com/ember-cli/ember-cli/pull/10781) Add new `VITE` experiment to generate app with new Vite blueprint ([@pichfl](https://github.com/pichfl))
|
|
230
|
-
* [#10785](https://github.com/ember-cli/ember-cli/pull/10785) Depracate passing filenames and globs to `init` ([@pichfl](https://github.com/pichfl))
|
|
231
|
-
* [#10776](https://github.com/ember-cli/ember-cli/pull/10776) Add deprecation warning for the `--embroider` argument ([@pichfl](https://github.com/pichfl))
|
|
232
|
-
* `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`, `ember-cli`
|
|
233
|
-
* [#10791](https://github.com/ember-cli/ember-cli/pull/10791) update the format of the ember-cli-update.json ([@mansona](https://github.com/mansona))
|
|
213
|
+
* `ember-cli`, `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`
|
|
214
|
+
* [#10831](https://github.com/ember-cli/ember-cli/pull/10831) [bugfix beta] enable `--strict` by default to match new app blueprint ([@mansona](https://github.com/mansona))
|
|
234
215
|
|
|
235
216
|
#### :bug: Bug Fix
|
|
236
217
|
* `ember-cli`
|
|
237
218
|
* [#10846](https://github.com/ember-cli/ember-cli/pull/10846) [beta bugfix] allow build --watch only in EMBROIDER_PREBUILD ([@mansona](https://github.com/mansona))
|
|
219
|
+
* [#10834](https://github.com/ember-cli/ember-cli/pull/10834) [bugfix release] Fix tests using wrong versions ([@mansona](https://github.com/mansona))
|
|
238
220
|
* [#10826](https://github.com/ember-cli/ember-cli/pull/10826) move resolution of @ember/app-blueprint to prevent loading latest ([@mansona](https://github.com/mansona))
|
|
239
|
-
|
|
240
|
-
*
|
|
241
|
-
* [#10803](https://github.com/ember-cli/ember-cli/pull/10803) Add "ember-blueprint" to keywords in `package.json` for the classic blueprints ([@pichfl](https://github.com/pichfl))
|
|
242
|
-
* `@ember-tooling/classic-build-app-blueprint`
|
|
243
|
-
* [#10798](https://github.com/ember-cli/ember-cli/pull/10798) Add import from ember-data breakage/deprecation ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
|
|
244
|
-
* `@ember-tooling/classic-build-app-blueprint`, `ember-cli`
|
|
245
|
-
* [#10707](https://github.com/ember-cli/ember-cli/pull/10707) Enabled recommended configs from eslint-plugin-n and eslint-plugin-qunit ([@ijlee2](https://github.com/ijlee2))
|
|
221
|
+
* `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`
|
|
222
|
+
* [#10838](https://github.com/ember-cli/ember-cli/pull/10838) Add package license metadata to match repository ([@davidtaylorhq](https://github.com/davidtaylorhq))
|
|
246
223
|
|
|
247
224
|
#### :memo: Documentation
|
|
248
225
|
* `ember-cli`
|
|
@@ -251,75 +228,233 @@
|
|
|
251
228
|
* [#10835](https://github.com/ember-cli/ember-cli/pull/10835) Update deprecation message for --embroider option ([@kategengler](https://github.com/kategengler))
|
|
252
229
|
|
|
253
230
|
#### :house: Internal
|
|
231
|
+
* `ember-cli`, `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`, `@ember-tooling/blueprint-blueprint`, `@ember-tooling/blueprint-model`
|
|
232
|
+
* [#10851](https://github.com/ember-cli/ember-cli/pull/10851) Merge beta into master ([@mansona](https://github.com/mansona))
|
|
233
|
+
* [#10848](https://github.com/ember-cli/ember-cli/pull/10848) merge origin/release into beta ([@mansona](https://github.com/mansona))
|
|
254
234
|
* `ember-cli`, `@ember-tooling/classic-build-app-blueprint`
|
|
255
235
|
* [#10847](https://github.com/ember-cli/ember-cli/pull/10847) Prepare Beta Release ([@mansona](https://github.com/mansona))
|
|
256
236
|
* [#10825](https://github.com/ember-cli/ember-cli/pull/10825) Prepare Beta Release ([@mansona](https://github.com/mansona))
|
|
257
237
|
* [#10820](https://github.com/ember-cli/ember-cli/pull/10820) Prepare Beta Release ([@mansona](https://github.com/mansona))
|
|
238
|
+
* `ember-cli`, `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`
|
|
239
|
+
* [#10836](https://github.com/ember-cli/ember-cli/pull/10836) Prepare Beta Release ([@mansona](https://github.com/mansona))
|
|
258
240
|
* `ember-cli`
|
|
259
241
|
* [#10845](https://github.com/ember-cli/ember-cli/pull/10845) [beta] update @ember/app-blueprint to latest beta ([@mansona](https://github.com/mansona))
|
|
260
242
|
* [#10833](https://github.com/ember-cli/ember-cli/pull/10833) [bugfix beta] bump the @ember/app-blueprint version ([@mansona](https://github.com/mansona))
|
|
261
243
|
* [#10823](https://github.com/ember-cli/ember-cli/pull/10823) fix incorrect ember-cli-update version in tests ([@mansona](https://github.com/mansona))
|
|
262
244
|
* [#10819](https://github.com/ember-cli/ember-cli/pull/10819) update @ember/app-blueprint beta version ([@mansona](https://github.com/mansona))
|
|
263
|
-
* [#
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
245
|
+
* [#10809](https://github.com/ember-cli/ember-cli/pull/10809) Update RELEASE ([@mansona](https://github.com/mansona))
|
|
246
|
+
|
|
247
|
+
#### Committers: 3
|
|
248
|
+
- Chris Manson ([@mansona](https://github.com/mansona))
|
|
249
|
+
- David Taylor ([@davidtaylorhq](https://github.com/davidtaylorhq))
|
|
250
|
+
- Katie Gengler ([@kategengler](https://github.com/kategengler))
|
|
251
|
+
|
|
252
|
+
## Release (2025-09-17)
|
|
253
|
+
|
|
254
|
+
* ember-cli 6.9.0-alpha.1 (minor)
|
|
255
|
+
* @ember-tooling/classic-build-addon-blueprint 6.9.0-alpha.1 (minor)
|
|
256
|
+
* @ember-tooling/classic-build-app-blueprint 6.9.0-alpha.1 (minor)
|
|
257
|
+
* @ember-tooling/blueprint-blueprint 0.2.0 (minor)
|
|
258
|
+
* @ember-tooling/blueprint-model 0.4.0 (minor)
|
|
259
|
+
|
|
260
|
+
#### :rocket: Enhancement
|
|
261
|
+
* `ember-cli`, `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`, `@ember-tooling/blueprint-blueprint`, `@ember-tooling/blueprint-model`
|
|
262
|
+
* [#10808](https://github.com/ember-cli/ember-cli/pull/10808) Prepare 6.8 Beta ([@mansona](https://github.com/mansona))
|
|
268
263
|
* `ember-cli`, `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`
|
|
269
|
-
* [#
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
264
|
+
* [#10796](https://github.com/ember-cli/ember-cli/pull/10796) Promote Beta and update all dependencies for 6.7 release ([@mansona](https://github.com/mansona))
|
|
265
|
+
|
|
266
|
+
#### :bug: Bug Fix
|
|
267
|
+
* `ember-cli`
|
|
268
|
+
* [#10794](https://github.com/ember-cli/ember-cli/pull/10794) Fix potential NPE ([@boris-petrov](https://github.com/boris-petrov))
|
|
269
|
+
|
|
270
|
+
#### :house: Internal
|
|
271
|
+
* `ember-cli`, `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`, `@ember-tooling/blueprint-blueprint`, `@ember-tooling/blueprint-model`
|
|
272
|
+
* [#10815](https://github.com/ember-cli/ember-cli/pull/10815) Merge beta into master and start 6.9 alpha ([@mansona](https://github.com/mansona))
|
|
273
|
+
* [#10810](https://github.com/ember-cli/ember-cli/pull/10810) Prepare Beta Release ([@mansona](https://github.com/mansona))
|
|
274
|
+
* `@ember-tooling/blueprint-model`
|
|
275
|
+
* [#10813](https://github.com/ember-cli/ember-cli/pull/10813) Document need for future vite experiment test cleanup ([@ef4](https://github.com/ef4))
|
|
276
|
+
* `ember-cli`, `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`
|
|
277
|
+
* [#10797](https://github.com/ember-cli/ember-cli/pull/10797) Prepare Stable Release ([@mansona](https://github.com/mansona))
|
|
278
|
+
* [#10800](https://github.com/ember-cli/ember-cli/pull/10800) fix release-plan for stable release ([@mansona](https://github.com/mansona))
|
|
279
|
+
* `ember-cli`
|
|
280
|
+
* [#10801](https://github.com/ember-cli/ember-cli/pull/10801) update github-changelog ([@mansona](https://github.com/mansona))
|
|
281
|
+
|
|
282
|
+
#### Committers: 3
|
|
283
|
+
- Boris Petrov ([@boris-petrov](https://github.com/boris-petrov))
|
|
284
|
+
- Chris Manson ([@mansona](https://github.com/mansona))
|
|
285
|
+
- Edward Faulkner ([@ef4](https://github.com/ef4))
|
|
286
|
+
|
|
287
|
+
## Release (2025-09-10)
|
|
288
|
+
|
|
289
|
+
* @ember-tooling/classic-build-addon-blueprint 6.8.0-alpha.5 (patch)
|
|
290
|
+
* @ember-tooling/classic-build-app-blueprint 6.8.0-alpha.5 (patch)
|
|
291
|
+
* @ember-tooling/blueprint-model 0.2.0 (minor)
|
|
292
|
+
* ember-cli 6.8.0-alpha.5 (patch)
|
|
293
|
+
|
|
294
|
+
#### :rocket: Enhancement
|
|
295
|
+
* `@ember-tooling/blueprint-model`
|
|
296
|
+
* [#10802](https://github.com/ember-cli/ember-cli/pull/10802) enable Vite by default ([@mansona](https://github.com/mansona))
|
|
297
|
+
* Other
|
|
298
|
+
* [#10804](https://github.com/ember-cli/ember-cli/pull/10804) Support a `--ts` alias for the `addon`, `init` and `new` commands ([@bertdeblock](https://github.com/bertdeblock))
|
|
273
299
|
|
|
274
|
-
####
|
|
300
|
+
#### :house: Internal
|
|
301
|
+
* [#10806](https://github.com/ember-cli/ember-cli/pull/10806) skip build watch tests when vite is enabled ([@mansona](https://github.com/mansona))
|
|
302
|
+
|
|
303
|
+
#### Committers: 2
|
|
275
304
|
- Bert De Block ([@bertdeblock](https://github.com/bertdeblock))
|
|
276
305
|
- Chris Manson ([@mansona](https://github.com/mansona))
|
|
306
|
+
|
|
307
|
+
## Release (2025-09-09)
|
|
308
|
+
|
|
309
|
+
* @ember-tooling/classic-build-addon-blueprint 6.8.0-alpha.4 (patch)
|
|
310
|
+
* @ember-tooling/classic-build-app-blueprint 6.8.0-alpha.4 (patch)
|
|
311
|
+
* @ember-tooling/blueprint-blueprint 0.0.3 (patch)
|
|
312
|
+
* ember-cli 6.8.0-alpha.4 (patch)
|
|
313
|
+
|
|
314
|
+
#### :bug: Bug Fix
|
|
315
|
+
* `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`, `@ember-tooling/blueprint-blueprint`
|
|
316
|
+
* [#10803](https://github.com/ember-cli/ember-cli/pull/10803) Add "ember-blueprint" to keywords in `package.json` for the classic blueprints ([@pichfl](https://github.com/pichfl))
|
|
317
|
+
* `@ember-tooling/classic-build-app-blueprint`
|
|
318
|
+
* [#10798](https://github.com/ember-cli/ember-cli/pull/10798) Add import from ember-data breakage/deprecation ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
|
|
319
|
+
|
|
320
|
+
#### Committers: 2
|
|
277
321
|
- Florian Pichler ([@pichfl](https://github.com/pichfl))
|
|
278
|
-
- Isaac Lee ([@ijlee2](https://github.com/ijlee2))
|
|
279
|
-
- Katie Gengler ([@kategengler](https://github.com/kategengler))
|
|
280
322
|
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)
|
|
281
323
|
|
|
282
|
-
## Release (2025-
|
|
324
|
+
## Release (2025-09-05)
|
|
283
325
|
|
|
284
|
-
* ember-
|
|
285
|
-
* @ember-tooling/classic-build-
|
|
286
|
-
* @ember-tooling/
|
|
326
|
+
* @ember-tooling/classic-build-addon-blueprint 6.8.0-alpha.3 (patch)
|
|
327
|
+
* @ember-tooling/classic-build-app-blueprint 6.8.0-alpha.3 (patch)
|
|
328
|
+
* @ember-tooling/blueprint-model 0.1.0 (minor)
|
|
329
|
+
* ember-cli 6.8.0-alpha.3 (patch)
|
|
287
330
|
|
|
288
|
-
#### :
|
|
289
|
-
* `@ember-tooling/
|
|
290
|
-
* [#
|
|
331
|
+
#### :rocket: Enhancement
|
|
332
|
+
* `@ember-tooling/blueprint-model`
|
|
333
|
+
* [#10781](https://github.com/ember-cli/ember-cli/pull/10781) Add new `VITE` experiment to generate app with new Vite blueprint ([@pichfl](https://github.com/pichfl))
|
|
291
334
|
|
|
292
335
|
#### Committers: 1
|
|
293
|
-
-
|
|
336
|
+
- Florian Pichler ([@pichfl](https://github.com/pichfl))
|
|
294
337
|
|
|
295
|
-
## Release (2025-
|
|
338
|
+
## Release (2025-09-01)
|
|
296
339
|
|
|
297
|
-
* ember-
|
|
298
|
-
* @ember-tooling/classic-build-app-blueprint 6.
|
|
340
|
+
* @ember-tooling/classic-build-addon-blueprint 6.8.0-alpha.2 (minor)
|
|
341
|
+
* @ember-tooling/classic-build-app-blueprint 6.8.0-alpha.2 (minor)
|
|
342
|
+
* ember-cli 6.8.0-alpha.2 (patch)
|
|
343
|
+
|
|
344
|
+
#### :rocket: Enhancement
|
|
345
|
+
* `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`
|
|
346
|
+
* [#10791](https://github.com/ember-cli/ember-cli/pull/10791) update the format of the ember-cli-update.json ([@mansona](https://github.com/mansona))
|
|
347
|
+
* Other
|
|
348
|
+
* [#10785](https://github.com/ember-cli/ember-cli/pull/10785) Depracate passing filenames and globs to `init` ([@pichfl](https://github.com/pichfl))
|
|
349
|
+
* [#10776](https://github.com/ember-cli/ember-cli/pull/10776) Add deprecation warning for the `--embroider` argument ([@pichfl](https://github.com/pichfl))
|
|
299
350
|
|
|
300
351
|
#### :bug: Bug Fix
|
|
301
|
-
*
|
|
302
|
-
* [#
|
|
352
|
+
* Other
|
|
353
|
+
* [#10782](https://github.com/ember-cli/ember-cli/pull/10782) update heimdall-fs-monitor ([@mansona](https://github.com/mansona))
|
|
303
354
|
* `@ember-tooling/classic-build-app-blueprint`
|
|
304
|
-
* [#
|
|
355
|
+
* [#10707](https://github.com/ember-cli/ember-cli/pull/10707) Enabled recommended configs from eslint-plugin-n and eslint-plugin-qunit ([@ijlee2](https://github.com/ijlee2))
|
|
305
356
|
|
|
306
|
-
####
|
|
357
|
+
#### :house: Internal
|
|
358
|
+
* [#10790](https://github.com/ember-cli/ember-cli/pull/10790) Reorganize tests for `new` and `addon` commands ([@pichfl](https://github.com/pichfl))
|
|
359
|
+
* [#10783](https://github.com/ember-cli/ember-cli/pull/10783) remove unused changelog script ([@mansona](https://github.com/mansona))
|
|
360
|
+
* [#10764](https://github.com/ember-cli/ember-cli/pull/10764) fix double CI run on release-plan PR ([@mansona](https://github.com/mansona))
|
|
361
|
+
* [#10750](https://github.com/ember-cli/ember-cli/pull/10750) Add more notes to the Release.md ([@mansona](https://github.com/mansona))
|
|
362
|
+
|
|
363
|
+
#### Committers: 3
|
|
307
364
|
- Chris Manson ([@mansona](https://github.com/mansona))
|
|
365
|
+
- Florian Pichler ([@pichfl](https://github.com/pichfl))
|
|
366
|
+
- Isaac Lee ([@ijlee2](https://github.com/ijlee2))
|
|
308
367
|
|
|
309
|
-
## Release (2025-
|
|
368
|
+
## Release (2025-08-02)
|
|
310
369
|
|
|
311
|
-
* ember-
|
|
312
|
-
* @ember-tooling/classic-build-
|
|
313
|
-
*
|
|
370
|
+
* @ember-tooling/classic-build-addon-blueprint 6.8.0-alpha.1 (minor)
|
|
371
|
+
* @ember-tooling/classic-build-app-blueprint 6.8.0-alpha.1 (minor)
|
|
372
|
+
* ember-cli 6.8.0-alpha.1 (patch)
|
|
314
373
|
|
|
315
374
|
#### :rocket: Enhancement
|
|
316
|
-
*
|
|
317
|
-
* [#
|
|
375
|
+
* `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`
|
|
376
|
+
* [#10755](https://github.com/ember-cli/ember-cli/pull/10755) Prepare 6.7-beta ([@mansona](https://github.com/mansona))
|
|
377
|
+
* Other
|
|
378
|
+
* [#10751](https://github.com/ember-cli/ember-cli/pull/10751) [BETA BACKPORT] Backport drop node 18 ([@mansona](https://github.com/mansona))
|
|
379
|
+
|
|
380
|
+
#### :house: Internal
|
|
381
|
+
* `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`
|
|
382
|
+
* [#10763](https://github.com/ember-cli/ember-cli/pull/10763) Prepare 6.8-alpha ([@mansona](https://github.com/mansona))
|
|
383
|
+
* [#10754](https://github.com/ember-cli/ember-cli/pull/10754) Prepare Beta Release ([@github-actions[bot]](https://github.com/apps/github-actions))
|
|
384
|
+
* Other
|
|
385
|
+
* [#10761](https://github.com/ember-cli/ember-cli/pull/10761) update release-plan ([@mansona](https://github.com/mansona))
|
|
386
|
+
|
|
387
|
+
#### Committers: 2
|
|
388
|
+
- Chris Manson ([@mansona](https://github.com/mansona))
|
|
389
|
+
- [@github-actions[bot]](https://github.com/apps/github-actions)
|
|
390
|
+
|
|
391
|
+
## Release (2025-07-26)
|
|
392
|
+
|
|
393
|
+
* @ember-tooling/classic-build-addon-blueprint 6.7.0-alpha.4 (minor)
|
|
394
|
+
* @ember-tooling/classic-build-app-blueprint 6.7.0-alpha.4 (minor)
|
|
395
|
+
* ember-cli 6.7.0-alpha.4 (patch)
|
|
396
|
+
|
|
397
|
+
#### :rocket: Enhancement
|
|
398
|
+
* `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`
|
|
318
399
|
* [#10742](https://github.com/ember-cli/ember-cli/pull/10742) Drop node 18, add node 24 ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
|
|
319
400
|
|
|
320
401
|
#### :bug: Bug Fix
|
|
402
|
+
* `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`
|
|
403
|
+
* [#10742](https://github.com/ember-cli/ember-cli/pull/10742) Drop node 18, add node 24 ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
|
|
404
|
+
|
|
405
|
+
#### :memo: Documentation
|
|
406
|
+
* `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`
|
|
407
|
+
* [#10742](https://github.com/ember-cli/ember-cli/pull/10742) Drop node 18, add node 24 ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
|
|
408
|
+
|
|
409
|
+
#### :house: Internal
|
|
410
|
+
* [#10748](https://github.com/ember-cli/ember-cli/pull/10748) update blueprint version of ember-cli as part of release plan ([@mansona](https://github.com/mansona))
|
|
411
|
+
* [#10747](https://github.com/ember-cli/ember-cli/pull/10747) only use the PAT for the PR creation in release-plan ([@mansona](https://github.com/mansona))
|
|
412
|
+
* [#10744](https://github.com/ember-cli/ember-cli/pull/10744) run tests on the release-plan PR ([@mansona](https://github.com/mansona))
|
|
413
|
+
|
|
414
|
+
#### Committers: 2
|
|
415
|
+
- Chris Manson ([@mansona](https://github.com/mansona))
|
|
416
|
+
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)
|
|
417
|
+
|
|
418
|
+
## Release (2025-06-30)
|
|
419
|
+
|
|
420
|
+
* @ember-tooling/classic-build-addon-blueprint 6.7.0-alpha.3 (patch)
|
|
421
|
+
* @ember-tooling/classic-build-app-blueprint 6.7.0-alpha.3 (patch)
|
|
422
|
+
* @ember-tooling/blueprint-blueprint 0.0.2 (patch)
|
|
423
|
+
* @ember-tooling/blueprint-model 0.0.2 (patch)
|
|
424
|
+
* ember-cli 6.7.0-alpha.3 (patch)
|
|
425
|
+
|
|
426
|
+
#### :house: Internal
|
|
427
|
+
* `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`, `@ember-tooling/blueprint-blueprint`, `@ember-tooling/blueprint-model`
|
|
428
|
+
* [#10738](https://github.com/ember-cli/ember-cli/pull/10738) add a repository for each of the packages ([@mansona](https://github.com/mansona))
|
|
429
|
+
|
|
430
|
+
#### Committers: 1
|
|
431
|
+
- Chris Manson ([@mansona](https://github.com/mansona))
|
|
432
|
+
|
|
433
|
+
## Release (2025-06-30)
|
|
434
|
+
|
|
435
|
+
* @ember-tooling/classic-build-addon-blueprint 6.7.0-alpha.2 (patch)
|
|
436
|
+
* @ember-tooling/classic-build-app-blueprint 6.7.0-alpha.2 (patch)
|
|
437
|
+
* @ember-tooling/blueprint-blueprint 0.0.1 (patch)
|
|
438
|
+
* @ember-tooling/blueprint-model 0.0.1 (patch)
|
|
439
|
+
* ember-cli 6.7.0-alpha.2 (patch)
|
|
440
|
+
|
|
441
|
+
#### :house: Internal
|
|
442
|
+
* Other
|
|
443
|
+
* [#10735](https://github.com/ember-cli/ember-cli/pull/10735) remove unnecessary project override ([@mansona](https://github.com/mansona))
|
|
444
|
+
* `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`, `@ember-tooling/blueprint-blueprint`, `@ember-tooling/blueprint-model`
|
|
445
|
+
* [#10736](https://github.com/ember-cli/ember-cli/pull/10736) update all sub-packages to have the @ember-tooling prefix ([@mansona](https://github.com/mansona))
|
|
446
|
+
* [#10671](https://github.com/ember-cli/ember-cli/pull/10671) Implement the built in app, addon, and blueprint blueprints by package lookup ([@mansona](https://github.com/mansona))
|
|
447
|
+
|
|
448
|
+
#### Committers: 1
|
|
449
|
+
- Chris Manson ([@mansona](https://github.com/mansona))
|
|
450
|
+
|
|
451
|
+
## Release (2025-06-16)
|
|
452
|
+
|
|
453
|
+
* ember-cli 6.7.0-alpha.1 (minor)
|
|
454
|
+
|
|
455
|
+
#### :rocket: Enhancement
|
|
321
456
|
* `ember-cli`
|
|
322
|
-
* [#
|
|
457
|
+
* [#10705](https://github.com/ember-cli/ember-cli/pull/10705) add `--strict` flag for new app and addon generation ([@mansona](https://github.com/mansona))
|
|
323
458
|
|
|
324
459
|
#### :memo: Documentation
|
|
325
460
|
* `ember-cli`
|
|
@@ -327,32 +462,20 @@
|
|
|
327
462
|
|
|
328
463
|
#### :house: Internal
|
|
329
464
|
* `ember-cli`
|
|
330
|
-
* [#
|
|
331
|
-
* [#
|
|
332
|
-
* [#
|
|
333
|
-
* [#
|
|
334
|
-
* [#10744](https://github.com/ember-cli/ember-cli/pull/10744) run tests on the release-plan PR ([@mansona](https://github.com/mansona))
|
|
335
|
-
* [#10735](https://github.com/ember-cli/ember-cli/pull/10735) remove unnecessary project override ([@mansona](https://github.com/mansona))
|
|
336
|
-
* `ember-cli`, `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`
|
|
337
|
-
* [#10800](https://github.com/ember-cli/ember-cli/pull/10800) fix release-plan for stable release ([@mansona](https://github.com/mansona))
|
|
338
|
-
* [#10736](https://github.com/ember-cli/ember-cli/pull/10736) update all sub-packages to have the @ember-tooling prefix ([@mansona](https://github.com/mansona))
|
|
339
|
-
* [#10671](https://github.com/ember-cli/ember-cli/pull/10671) Implement the built in app, addon, and blueprint blueprints by package lookup ([@mansona](https://github.com/mansona))
|
|
340
|
-
* `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`, `ember-cli`
|
|
341
|
-
* [#10738](https://github.com/ember-cli/ember-cli/pull/10738) add a repository for each of the packages ([@mansona](https://github.com/mansona))
|
|
465
|
+
* [#10731](https://github.com/ember-cli/ember-cli/pull/10731) Prepare Alpha 6.7.0 ([@mansona](https://github.com/mansona))
|
|
466
|
+
* [#10728](https://github.com/ember-cli/ember-cli/pull/10728) Prepare Beta 6.6.0 ([@mansona](https://github.com/mansona))
|
|
467
|
+
* [#10726](https://github.com/ember-cli/ember-cli/pull/10726) use patched github-changelog for properly rolling up beta changelog ([@mansona](https://github.com/mansona))
|
|
468
|
+
* [#10717](https://github.com/ember-cli/ember-cli/pull/10717) pass --publish-branch to release-plan publish ([@mansona](https://github.com/mansona))
|
|
342
469
|
|
|
343
|
-
#### Committers:
|
|
344
|
-
- Boris Petrov ([@boris-petrov](https://github.com/boris-petrov))
|
|
470
|
+
#### Committers: 1
|
|
345
471
|
- Chris Manson ([@mansona](https://github.com/mansona))
|
|
346
|
-
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)
|
|
347
472
|
|
|
348
|
-
## Release (2025-
|
|
473
|
+
## Release (2025-06-16)
|
|
349
474
|
|
|
350
|
-
* ember-cli 6.6.0 (minor)
|
|
475
|
+
* ember-cli 6.6.0-beta.1 (minor)
|
|
351
476
|
|
|
352
477
|
#### :rocket: Enhancement
|
|
353
478
|
* `ember-cli`
|
|
354
|
-
* [#10749](https://github.com/ember-cli/ember-cli/pull/10749) Update all dependencies for 6.6 release ([@mansona](https://github.com/mansona))
|
|
355
|
-
* [#10751](https://github.com/ember-cli/ember-cli/pull/10751) [BETA BACKPORT] Backport drop node 18 ([@mansona](https://github.com/mansona))
|
|
356
479
|
* [#10701](https://github.com/ember-cli/ember-cli/pull/10701) [ENHANCEMENT] Support Bun ([@hexadecy](https://github.com/hexadecy))
|
|
357
480
|
* [#10664](https://github.com/ember-cli/ember-cli/pull/10664) [ENHANCEMENT] Remove ember-fetch ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
|
|
358
481
|
|
|
@@ -363,6 +486,8 @@
|
|
|
363
486
|
|
|
364
487
|
#### :house: Internal
|
|
365
488
|
* `ember-cli`
|
|
489
|
+
* [#10728](https://github.com/ember-cli/ember-cli/pull/10728) Prepare Beta 6.6.0 ([@mansona](https://github.com/mansona))
|
|
490
|
+
* [#10726](https://github.com/ember-cli/ember-cli/pull/10726) use patched github-changelog for properly rolling up beta changelog ([@mansona](https://github.com/mansona))
|
|
366
491
|
* [#10699](https://github.com/ember-cli/ember-cli/pull/10699) Start using release-plan for releasing ember-cli ([@mansona](https://github.com/mansona))
|
|
367
492
|
* [#10670](https://github.com/ember-cli/ember-cli/pull/10670) testing: don't generate temp directories in the repo ([@mansona](https://github.com/mansona))
|
|
368
493
|
|