Releases: SAP/ui5-project
Releases · SAP/ui5-project
v3.0.0-alpha.7
All changes
v3.0.0-alpha.6
Bug Fixes
- ProjectBuilder: Skip build for projects that do not require to be built
ac5f1f8
All changes
v3.0.0-alpha.5
v3.0.0-alpha.4
v3.0.0-alpha.3
Breaking Changes
- Implement Project Graph, build execution
161f462
BREAKING CHANGE
- normalizer and projectTree APIs have been removed. Use
generateProjectGraph instead - Going forward only specification versions 2.0 and higher are supported
- In case a legacy specification version is detected, an automatic,
transparent migration is attempted.
- In case a legacy specification version is detected, an automatic,
- Build:
- The "dev" build mode has been removed
- The task "generateVersionInfo" is no longer executed for
application projects by default. You may enable it again using the
includedTasks parameter
All changes
v3.0.0-alpha.2
All changes
v3.0.0-alpha.1
Breaking Changes
- Require Node.js >= 16.13.2 / npm >= 8
5e4dbff
BREAKING CHANGE
Support for older Node.js and npm releases has been dropped.
Only Node.js v16.13.2 and npm v8 or higher are supported.