ember-cli 6.12.0 → 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 +317 -184
- package/docs/build/data.json +1 -1
- package/package.json +14 -6
- package/packages/addon-blueprint/package.json +12 -4
- package/packages/app-blueprint/files/package.json +23 -23
- package/packages/app-blueprint/package.json +10 -2
- 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,14 +1,14 @@
|
|
|
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`
|
|
@@ -16,11 +16,14 @@
|
|
|
16
16
|
|
|
17
17
|
#### :bug: Bug Fix
|
|
18
18
|
* `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`
|
|
19
|
+
* [#10977](https://github.com/ember-cli/ember-cli/pull/10977) Backport: Enable use-ember-modules in blueprint optional-features.json ([@NullVoxPopuli-ai-agent](https://github.com/NullVoxPopuli-ai-agent))
|
|
19
20
|
* [#10976](https://github.com/ember-cli/ember-cli/pull/10976) Enable `use-ember-modules` in blueprint optional-features.json ([@Copilot](https://github.com/apps/copilot-swe-agent))
|
|
20
|
-
* `ember-cli`
|
|
21
|
-
* [#
|
|
21
|
+
* `@ember-tooling/classic-build-app-blueprint`, `ember-cli`
|
|
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))
|
|
22
23
|
* `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`, `ember-cli`
|
|
23
|
-
* [#
|
|
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))
|
|
25
|
+
* `ember-cli`
|
|
26
|
+
* [#10972](https://github.com/ember-cli/ember-cli/pull/10972) Support ember-source (ESM) -- without addon vendor paths ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
|
|
24
27
|
|
|
25
28
|
#### :house: Internal
|
|
26
29
|
* `ember-cli`
|
|
@@ -28,213 +31,195 @@
|
|
|
28
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))
|
|
29
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))
|
|
30
33
|
* [#10931](https://github.com/ember-cli/ember-cli/pull/10931) update Release.md ([@mansona](https://github.com/mansona))
|
|
31
|
-
* [#10945](https://github.com/ember-cli/ember-cli/pull/10945) update release-plan for OIDC ([@mansona](https://github.com/mansona))
|
|
32
|
-
* `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`, `ember-cli`
|
|
33
|
-
* [#10947](https://github.com/ember-cli/ember-cli/pull/10947) bump in-range versions ([@mansona](https://github.com/mansona))
|
|
34
34
|
|
|
35
|
-
#### Committers:
|
|
35
|
+
#### Committers: 5
|
|
36
|
+
- @NullVoxPopuli's reduced-access machine account for AI usage ([@NullVoxPopuli-ai-agent](https://github.com/NullVoxPopuli-ai-agent))
|
|
36
37
|
- Chris Manson ([@mansona](https://github.com/mansona))
|
|
37
38
|
- Copilot [Bot] ([@copilot-swe-agent](https://github.com/apps/copilot-swe-agent))
|
|
38
39
|
- Katie Gengler ([@kategengler](https://github.com/kategengler))
|
|
39
40
|
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)
|
|
40
41
|
|
|
41
|
-
## Release (2026-
|
|
42
|
+
## Release (2026-02-09)
|
|
42
43
|
|
|
43
|
-
* ember-cli 6.
|
|
44
|
-
* @ember-tooling/classic-build-addon-blueprint 6.11.2 (patch)
|
|
45
|
-
* @ember-tooling/classic-build-app-blueprint 6.11.2 (patch)
|
|
44
|
+
* ember-cli 6.12.0-alpha.5 (patch)
|
|
46
45
|
|
|
47
46
|
#### :bug: Bug Fix
|
|
48
|
-
*
|
|
49
|
-
* [#
|
|
50
|
-
|
|
51
|
-
#### Committers: 1
|
|
52
|
-
- NullVoxPopuli's reduced-access machine account for AI usage ([@NullVoxPopuli-ai-agent](https://github.com/NullVoxPopuli-ai-agent))
|
|
53
|
-
|
|
54
|
-
## Release (2026-03-29)
|
|
55
|
-
|
|
56
|
-
* ember-cli 6.11.1 (patch)
|
|
57
|
-
* @ember-tooling/classic-build-addon-blueprint 6.11.1 (patch)
|
|
58
|
-
* @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))
|
|
59
50
|
|
|
60
|
-
#### :
|
|
61
|
-
* `@ember-tooling/classic-build-app-blueprint`, `ember-cli`
|
|
62
|
-
* [#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))
|
|
63
|
-
* `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`, `ember-cli`
|
|
64
|
-
* [#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
|
|
65
52
|
* `ember-cli`
|
|
66
|
-
* [#
|
|
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))
|
|
67
57
|
|
|
68
|
-
#### Committers:
|
|
69
|
-
-
|
|
70
|
-
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)
|
|
58
|
+
#### Committers: 1
|
|
59
|
+
- Chris Manson ([@mansona](https://github.com/mansona))
|
|
71
60
|
|
|
72
|
-
## Release (2026-02-
|
|
61
|
+
## Release (2026-02-07)
|
|
73
62
|
|
|
74
|
-
* ember-cli 6.
|
|
75
|
-
* @ember-tooling/classic-build-addon-blueprint 6.
|
|
76
|
-
* @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)
|
|
77
67
|
|
|
78
|
-
#### :
|
|
79
|
-
*
|
|
80
|
-
* [#
|
|
81
|
-
* `ember-cli`, `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`
|
|
82
|
-
* [#10929](https://github.com/ember-cli/ember-cli/pull/10929) Prepare 6.11-beta ([@mansona](https://github.com/mansona))
|
|
83
|
-
* [#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))
|
|
84
71
|
|
|
85
72
|
#### Committers: 1
|
|
86
73
|
- Chris Manson ([@mansona](https://github.com/mansona))
|
|
87
74
|
|
|
88
|
-
## Release (2026-02-
|
|
75
|
+
## Release (2026-02-07)
|
|
89
76
|
|
|
90
|
-
* ember-cli 6.
|
|
91
|
-
|
|
92
|
-
#### :bug: Bug Fix
|
|
93
|
-
* `ember-cli`
|
|
94
|
-
* [#10949](https://github.com/ember-cli/ember-cli/pull/10949) [backport release] remove unused isbinaryfile from ember-cli package ([@mansona](https://github.com/mansona))
|
|
95
|
-
* [#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)
|
|
96
78
|
|
|
97
79
|
#### :house: Internal
|
|
98
80
|
* `ember-cli`
|
|
99
|
-
* [#
|
|
100
|
-
* [#10951](https://github.com/ember-cli/ember-cli/pull/10951) Fix PR name for stable release-plan pull request ([@mansona](https://github.com/mansona))
|
|
101
|
-
* [#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))
|
|
102
82
|
|
|
103
83
|
#### Committers: 1
|
|
104
84
|
- Chris Manson ([@mansona](https://github.com/mansona))
|
|
105
85
|
|
|
106
|
-
## Release (2026-02-
|
|
86
|
+
## Release (2026-02-05)
|
|
107
87
|
|
|
108
|
-
* 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)
|
|
109
92
|
|
|
110
93
|
#### :bug: Bug Fix
|
|
111
|
-
* `ember-cli`
|
|
112
|
-
* [#
|
|
113
|
-
|
|
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))
|
|
114
112
|
|
|
115
113
|
#### :house: Internal
|
|
116
|
-
* `ember-cli`
|
|
117
|
-
* [#
|
|
118
|
-
* [#
|
|
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))
|
|
119
119
|
|
|
120
120
|
#### Committers: 1
|
|
121
121
|
- Chris Manson ([@mansona](https://github.com/mansona))
|
|
122
122
|
|
|
123
|
-
## Release (2026-01-
|
|
123
|
+
## Release (2026-01-08)
|
|
124
124
|
|
|
125
|
-
* ember-cli 6.
|
|
126
|
-
* @ember-tooling/classic-build-addon-blueprint 6.
|
|
127
|
-
* @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)
|
|
128
129
|
|
|
129
130
|
#### :rocket: Enhancement
|
|
130
131
|
* `ember-cli`, `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`
|
|
131
|
-
* [#
|
|
132
|
-
* [#
|
|
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))
|
|
133
134
|
* `ember-cli`
|
|
134
135
|
* [#10906](https://github.com/ember-cli/ember-cli/pull/10906) Even more dependency updates ([@bertdeblock](https://github.com/bertdeblock))
|
|
135
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`
|
|
136
138
|
* [#10890](https://github.com/ember-cli/ember-cli/pull/10890) Update various dependencies ([@bertdeblock](https://github.com/bertdeblock))
|
|
137
|
-
|
|
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))
|
|
138
141
|
|
|
139
142
|
#### :bug: Bug Fix
|
|
140
143
|
* `ember-cli`
|
|
144
|
+
* [#10888](https://github.com/ember-cli/ember-cli/pull/10888) Upgrade broccoli ([@kategengler](https://github.com/kategengler))
|
|
141
145
|
* [#10886](https://github.com/ember-cli/ember-cli/pull/10886) Update required Node version to v20.19.0 ([@bertdeblock](https://github.com/bertdeblock))
|
|
142
|
-
*
|
|
143
|
-
* [#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))
|
|
144
147
|
|
|
145
148
|
#### :memo: Documentation
|
|
146
149
|
* `ember-cli`
|
|
147
150
|
* [#10874](https://github.com/ember-cli/ember-cli/pull/10874) Update RELEASE.md ([@mansona](https://github.com/mansona))
|
|
148
151
|
|
|
149
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))
|
|
150
155
|
* `ember-cli`, `@ember-tooling/classic-build-addon-blueprint`
|
|
151
156
|
* [#10891](https://github.com/ember-cli/ember-cli/pull/10891) Update `prettier` + setup ([@bertdeblock](https://github.com/bertdeblock))
|
|
152
|
-
* `ember-cli`
|
|
153
|
-
* [#10878](https://github.com/ember-cli/ember-cli/pull/10878) stop using internal package cache for smoke-test-slow ([@mansona](https://github.com/mansona))
|
|
154
|
-
* [#10863](https://github.com/ember-cli/ember-cli/pull/10863) Missed a script -- fix updating output repos ([@kategengler](https://github.com/kategengler))
|
|
155
|
-
* [#10862](https://github.com/ember-cli/ember-cli/pull/10862) Fix typo in output repo workflow ([@kategengler](https://github.com/kategengler))
|
|
156
|
-
* [#10861](https://github.com/ember-cli/ember-cli/pull/10861) Fix output repo generation with new tag format ([@kategengler](https://github.com/kategengler))
|
|
157
157
|
|
|
158
|
-
#### Committers:
|
|
158
|
+
#### Committers: 4
|
|
159
159
|
- Bert De Block ([@bertdeblock](https://github.com/bertdeblock))
|
|
160
160
|
- Chris Manson ([@mansona](https://github.com/mansona))
|
|
161
161
|
- Katie Gengler ([@kategengler](https://github.com/kategengler))
|
|
162
|
-
|
|
163
|
-
## Release (2025-12-11)
|
|
164
|
-
|
|
165
|
-
* ember-cli 6.9.1 (patch)
|
|
166
|
-
|
|
167
|
-
#### :bug: Bug Fix
|
|
168
|
-
* `ember-cli`
|
|
169
|
-
* [#10888](https://github.com/ember-cli/ember-cli/pull/10888) Upgrade broccoli ([@kategengler](https://github.com/kategengler))
|
|
170
|
-
|
|
171
|
-
#### Committers: 1
|
|
172
|
-
- Katie Gengler ([@kategengler](https://github.com/kategengler))
|
|
162
|
+
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)
|
|
173
163
|
|
|
174
164
|
## Release (2025-12-10)
|
|
175
165
|
|
|
176
|
-
* ember-cli 6.
|
|
177
|
-
* @ember-tooling/classic-build-addon-blueprint 6.
|
|
178
|
-
* @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)
|
|
179
171
|
|
|
180
172
|
#### :rocket: Enhancement
|
|
181
|
-
* `ember-cli`, `@ember-tooling/classic-build-app-blueprint`
|
|
182
|
-
* [#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))
|
|
183
173
|
* `ember-cli`, `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`
|
|
184
|
-
* [#
|
|
185
|
-
|
|
186
|
-
#### :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))
|
|
187
176
|
* `ember-cli`
|
|
188
|
-
* [#
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
#### Committers: 2
|
|
192
|
-
- Chris Manson ([@mansona](https://github.com/mansona))
|
|
193
|
-
- 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))
|
|
194
180
|
|
|
195
|
-
|
|
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))
|
|
196
184
|
|
|
197
|
-
|
|
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))
|
|
198
188
|
|
|
199
|
-
#### :
|
|
189
|
+
#### :house: Internal
|
|
200
190
|
* `ember-cli`
|
|
201
|
-
* [#
|
|
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))
|
|
202
197
|
|
|
203
|
-
#### Committers:
|
|
204
|
-
- [@
|
|
198
|
+
#### Committers: 2
|
|
199
|
+
- Chris Manson ([@mansona](https://github.com/mansona))
|
|
200
|
+
- Katie Gengler ([@kategengler](https://github.com/kategengler))
|
|
205
201
|
|
|
206
202
|
## Release (2025-10-14)
|
|
207
203
|
|
|
208
|
-
* ember-cli 6.
|
|
209
|
-
* @ember-tooling/classic-build-addon-blueprint 6.
|
|
210
|
-
* @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)
|
|
211
209
|
|
|
212
210
|
#### :rocket: Enhancement
|
|
213
|
-
* `ember-cli`, `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`
|
|
214
|
-
* [#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))
|
|
215
|
-
* [#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))
|
|
216
|
-
* [#10808](https://github.com/ember-cli/ember-cli/pull/10808) Prepare 6.8 Beta ([@mansona](https://github.com/mansona))
|
|
217
211
|
* `ember-cli`
|
|
218
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))
|
|
219
|
-
|
|
220
|
-
* [#
|
|
221
|
-
* [#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))
|
|
222
|
-
* [#10785](https://github.com/ember-cli/ember-cli/pull/10785) Depracate passing filenames and globs to `init` ([@pichfl](https://github.com/pichfl))
|
|
223
|
-
* [#10776](https://github.com/ember-cli/ember-cli/pull/10776) Add deprecation warning for the `--embroider` argument ([@pichfl](https://github.com/pichfl))
|
|
224
|
-
* `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`, `ember-cli`
|
|
225
|
-
* [#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))
|
|
226
215
|
|
|
227
216
|
#### :bug: Bug Fix
|
|
228
217
|
* `ember-cli`
|
|
229
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))
|
|
230
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))
|
|
231
|
-
|
|
232
|
-
*
|
|
233
|
-
* [#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))
|
|
234
|
-
* `@ember-tooling/classic-build-app-blueprint`
|
|
235
|
-
* [#10798](https://github.com/ember-cli/ember-cli/pull/10798) Add import from ember-data breakage/deprecation ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
|
|
236
|
-
* `@ember-tooling/classic-build-app-blueprint`, `ember-cli`
|
|
237
|
-
* [#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))
|
|
238
223
|
|
|
239
224
|
#### :memo: Documentation
|
|
240
225
|
* `ember-cli`
|
|
@@ -243,75 +228,233 @@
|
|
|
243
228
|
* [#10835](https://github.com/ember-cli/ember-cli/pull/10835) Update deprecation message for --embroider option ([@kategengler](https://github.com/kategengler))
|
|
244
229
|
|
|
245
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))
|
|
246
234
|
* `ember-cli`, `@ember-tooling/classic-build-app-blueprint`
|
|
247
235
|
* [#10847](https://github.com/ember-cli/ember-cli/pull/10847) Prepare Beta Release ([@mansona](https://github.com/mansona))
|
|
248
236
|
* [#10825](https://github.com/ember-cli/ember-cli/pull/10825) Prepare Beta Release ([@mansona](https://github.com/mansona))
|
|
249
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))
|
|
250
240
|
* `ember-cli`
|
|
251
241
|
* [#10845](https://github.com/ember-cli/ember-cli/pull/10845) [beta] update @ember/app-blueprint to latest beta ([@mansona](https://github.com/mansona))
|
|
252
242
|
* [#10833](https://github.com/ember-cli/ember-cli/pull/10833) [bugfix beta] bump the @ember/app-blueprint version ([@mansona](https://github.com/mansona))
|
|
253
243
|
* [#10823](https://github.com/ember-cli/ember-cli/pull/10823) fix incorrect ember-cli-update version in tests ([@mansona](https://github.com/mansona))
|
|
254
244
|
* [#10819](https://github.com/ember-cli/ember-cli/pull/10819) update @ember/app-blueprint beta version ([@mansona](https://github.com/mansona))
|
|
255
|
-
* [#
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
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))
|
|
260
263
|
* `ember-cli`, `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`
|
|
261
|
-
* [#
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
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))
|
|
299
|
+
|
|
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))
|
|
265
302
|
|
|
266
|
-
#### Committers:
|
|
303
|
+
#### Committers: 2
|
|
267
304
|
- Bert De Block ([@bertdeblock](https://github.com/bertdeblock))
|
|
268
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
|
|
269
321
|
- Florian Pichler ([@pichfl](https://github.com/pichfl))
|
|
270
|
-
- Isaac Lee ([@ijlee2](https://github.com/ijlee2))
|
|
271
|
-
- Katie Gengler ([@kategengler](https://github.com/kategengler))
|
|
272
322
|
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)
|
|
273
323
|
|
|
274
|
-
## Release (2025-
|
|
324
|
+
## Release (2025-09-05)
|
|
275
325
|
|
|
276
|
-
* ember-
|
|
277
|
-
* @ember-tooling/classic-build-
|
|
278
|
-
* @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)
|
|
279
330
|
|
|
280
|
-
#### :
|
|
281
|
-
* `@ember-tooling/
|
|
282
|
-
* [#
|
|
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))
|
|
283
334
|
|
|
284
335
|
#### Committers: 1
|
|
285
|
-
-
|
|
336
|
+
- Florian Pichler ([@pichfl](https://github.com/pichfl))
|
|
286
337
|
|
|
287
|
-
## Release (2025-
|
|
338
|
+
## Release (2025-09-01)
|
|
288
339
|
|
|
289
|
-
* ember-
|
|
290
|
-
* @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))
|
|
291
350
|
|
|
292
351
|
#### :bug: Bug Fix
|
|
293
|
-
*
|
|
294
|
-
* [#
|
|
352
|
+
* Other
|
|
353
|
+
* [#10782](https://github.com/ember-cli/ember-cli/pull/10782) update heimdall-fs-monitor ([@mansona](https://github.com/mansona))
|
|
295
354
|
* `@ember-tooling/classic-build-app-blueprint`
|
|
296
|
-
* [#
|
|
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))
|
|
297
356
|
|
|
298
|
-
####
|
|
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
|
|
299
364
|
- Chris Manson ([@mansona](https://github.com/mansona))
|
|
365
|
+
- Florian Pichler ([@pichfl](https://github.com/pichfl))
|
|
366
|
+
- Isaac Lee ([@ijlee2](https://github.com/ijlee2))
|
|
300
367
|
|
|
301
|
-
## Release (2025-
|
|
368
|
+
## Release (2025-08-02)
|
|
302
369
|
|
|
303
|
-
* ember-
|
|
304
|
-
* @ember-tooling/classic-build-
|
|
305
|
-
*
|
|
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)
|
|
306
373
|
|
|
307
374
|
#### :rocket: Enhancement
|
|
308
|
-
*
|
|
309
|
-
* [#
|
|
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`
|
|
310
399
|
* [#10742](https://github.com/ember-cli/ember-cli/pull/10742) Drop node 18, add node 24 ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
|
|
311
400
|
|
|
312
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
|
|
313
456
|
* `ember-cli`
|
|
314
|
-
* [#
|
|
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))
|
|
315
458
|
|
|
316
459
|
#### :memo: Documentation
|
|
317
460
|
* `ember-cli`
|
|
@@ -319,32 +462,20 @@
|
|
|
319
462
|
|
|
320
463
|
#### :house: Internal
|
|
321
464
|
* `ember-cli`
|
|
322
|
-
* [#
|
|
323
|
-
* [#
|
|
324
|
-
* [#
|
|
325
|
-
* [#
|
|
326
|
-
* [#10744](https://github.com/ember-cli/ember-cli/pull/10744) run tests on the release-plan PR ([@mansona](https://github.com/mansona))
|
|
327
|
-
* [#10735](https://github.com/ember-cli/ember-cli/pull/10735) remove unnecessary project override ([@mansona](https://github.com/mansona))
|
|
328
|
-
* `ember-cli`, `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`
|
|
329
|
-
* [#10800](https://github.com/ember-cli/ember-cli/pull/10800) fix release-plan for stable release ([@mansona](https://github.com/mansona))
|
|
330
|
-
* [#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))
|
|
331
|
-
* [#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))
|
|
332
|
-
* `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`, `ember-cli`
|
|
333
|
-
* [#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))
|
|
334
469
|
|
|
335
|
-
#### Committers:
|
|
336
|
-
- Boris Petrov ([@boris-petrov](https://github.com/boris-petrov))
|
|
470
|
+
#### Committers: 1
|
|
337
471
|
- Chris Manson ([@mansona](https://github.com/mansona))
|
|
338
|
-
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)
|
|
339
472
|
|
|
340
|
-
## Release (2025-
|
|
473
|
+
## Release (2025-06-16)
|
|
341
474
|
|
|
342
|
-
* ember-cli 6.6.0 (minor)
|
|
475
|
+
* ember-cli 6.6.0-beta.1 (minor)
|
|
343
476
|
|
|
344
477
|
#### :rocket: Enhancement
|
|
345
478
|
* `ember-cli`
|
|
346
|
-
* [#10749](https://github.com/ember-cli/ember-cli/pull/10749) Update all dependencies for 6.6 release ([@mansona](https://github.com/mansona))
|
|
347
|
-
* [#10751](https://github.com/ember-cli/ember-cli/pull/10751) [BETA BACKPORT] Backport drop node 18 ([@mansona](https://github.com/mansona))
|
|
348
479
|
* [#10701](https://github.com/ember-cli/ember-cli/pull/10701) [ENHANCEMENT] Support Bun ([@hexadecy](https://github.com/hexadecy))
|
|
349
480
|
* [#10664](https://github.com/ember-cli/ember-cli/pull/10664) [ENHANCEMENT] Remove ember-fetch ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
|
|
350
481
|
|
|
@@ -355,6 +486,8 @@
|
|
|
355
486
|
|
|
356
487
|
#### :house: Internal
|
|
357
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))
|
|
358
491
|
* [#10699](https://github.com/ember-cli/ember-cli/pull/10699) Start using release-plan for releasing ember-cli ([@mansona](https://github.com/mansona))
|
|
359
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))
|
|
360
493
|
|