File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
internal/documentation/docs/updates Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -11,17 +11,17 @@ 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 or >= 24.0.0**
1515
16- ** @ui5/cli : ` ui5 init ` defaults to Specification Version 5.0**
16+ - ** @ui5/cli : ` ui5 init ` defaults to Specification Version 5.0**
1717
18- ** @ui5/project : New Component Type**
18+ - ** @ui5/project : New Component Type**
1919
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
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
2323
24- See [ RFC 1083] ( https://github.com/SAP/ui5-tooling/issues/1083 ) for details.
24+ See [RFC 1083](https://github.com/SAP/ui5-tooling/issues/1083) for details.
2525
2626## Node.js and npm Version Support
2727
You can’t perform that action at this time.
0 commit comments