You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Require namespace for application and library projects: UI5 Project must be able to determine the projects namespace. E.g. through the manifest.json or .library file (https://github.com/SAP/ui5-builder/pull/430/files)
A manual configuration in the ui5.yaml is not allowed. This is to make sure that UI5 runtime also has access to it
By default, .properties files are assumed to be UTF-8 encoded instead of ISO-8859-1 (documentation)
This is a list of possible changes that might be implemented with UI5 CLI 2.0. It is not final. Feedback is appreciated.
Current master branches of all UI5 Tooling repositories (except UI5 Tooling) reflect v2.0 development.
Specification Version 2.0
specVersion: '2.0'
Breaking Changes
.properties
files are assumed to beUTF-8
encoded instead ofISO-8859-1
(documentation)Features
metadata
attributesdeprecated
andwill display warnings when such a project is used as a direct dependency ([FEATURE] projectPreprocessor: Log warning when using a deprecated or restricted dependency ui5-project#268)restricted
UI5 CLI 2.0
@ui5/[email protected]
Breaking changes
(or possibly <12): Node.js 8 and 9 are EOLindex.js
: Synchronous require of unneeded modules is bad for performance. ExampletaskRepository
useNamespaces
parameter from UI5 ProjectresourceFactory.createCollectionsForTree
API ([BREAKING] Remove deprecated parameter useNamespaces ui5-fs#223)Features
Bug Fixes
The text was updated successfully, but these errors were encountered: