File tree Expand file tree Collapse file tree 1 file changed +3
-10
lines changed
internal/documentation/docs/updates Expand file tree Collapse file tree 1 file changed +3
-10
lines changed Original file line number Diff line number Diff line change @@ -11,21 +11,14 @@ Or update your global install via: `npm i --global @ui5/cli@next`
1111
1212## Breaking Changes
1313
14- - ** All UI5 CLI Modules require Node.js >= 22.20.0 or >= 24.0.0**
14+ - ** All UI5 CLI Modules require Node.js >= ^ 22.20.0 || >=24.0.0**
1515
1616- ** @ui5/cli : ` ui5 init ` defaults to Specification Version 5.0**
1717
18- - ** @ui5/project : New Component Type**
19-
20- A new project type `component` has been introduced with **Specification Version 5.0**. Component Type projects follow standardized conventions:
21- - Source files in `/src` directory
22- - Test files in `/test` directory
23-
24- See [RFC 0018](https://github.com/UI5/cli/blob/rfc-component-type/rfcs/0018-component-type.md) for details.
2518
2619## Node.js and npm Version Support
2720
28- This release requires ** Node.js version v22.20.0 and higher or v24.0.0 and higher** as well as npm v8 or higher.
21+ This release requires ** Node.js version v22.20.0 and higher or v24.0.0 and higher (v23 is not supported) ** as well as npm v8 or higher.
2922Support for older Node.js releases has been dropped; their use will cause an error.
3023
3124## Specification Versions Support
@@ -74,8 +67,8 @@ metadata:
7467
7568Component Type follows a standardized directory structure:
7669
77- - **Move ` /webapp` to `/src`** - The source directory is now named `src` instead of `webapp`
7870- **Move ` /webapp/test` to `/test`** - Test files are now at the project root level
71+ - **Move `/webapp` to `/src`** - The source directory is now named `src` instead of `webapp`
7972
8073:: : code-group
8174` ` ` text [Before (Application)]
You can’t perform that action at this time.
0 commit comments