Commit 584fc44
authored
Legacy CommandBox `wheels g app` defaulted to `wheels-base-template@^3.1.0`,
so at 4.0 GA `box install wheels-cli && wheels g app foo` produced a 3.x
scaffold. Docstring also falsely claimed "Default is Bleeding Edge".
Changes in cli/src/commands/wheels/generate/app.cfc:
- Default template `@^3.1.0` -> `@^4.0.0` (line 71)
- `WheelsBaseTemplate` shortcut mapping `@^3.1.0` -> `@^4.0.0` (line 46)
- Docstring fix: reflect actual (stable 4.0) default
- Block-comment entry updated to "4.0 Stable (default)"
- Deprecation banner printed at start of run(), pointing users at LuCLI
`wheels new`, noting v5.0 removal
Also fixes the same bug in app-wizard.cfc (line 159): the pre-selected
menu entry was pinned to `@^3.1.0`. Because the wizard delegates to
`wheels g app`, leaving this untouched would bypass the fix above when
users accept the default selection.
CHANGELOG entries added under [Unreleased] `### Deprecated` (removal in
v5.0) and `### Fixed` (the 4.0 default).
Closes #2227
1 parent 453f16f commit 584fc44
3 files changed
Lines changed: 15 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
131 | 131 | | |
132 | 132 | | |
133 | 133 | | |
| 134 | + | |
134 | 135 | | |
135 | 136 | | |
136 | 137 | | |
| |||
142 | 143 | | |
143 | 144 | | |
144 | 145 | | |
| 146 | + | |
145 | 147 | | |
146 | 148 | | |
147 | 149 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
156 | 156 | | |
157 | 157 | | |
158 | 158 | | |
159 | | - | |
| 159 | + | |
160 | 160 | | |
161 | 161 | | |
162 | 162 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
| 46 | + | |
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
| 58 | + | |
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
71 | | - | |
| 71 | + | |
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
| |||
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
89 | 97 | | |
90 | 98 | | |
91 | 99 | | |
| |||
0 commit comments