npm @ui5/cli 3.0.0-alpha.8
v3.0.0-alpha.8

latest releases: 3.10.0, 3.9.2, 3.9.1...
23 months ago

Breaking Changes

Dependency Updates

  • Bump @ui5/server from 3.0.0-alpha.1 to 3.0.0-alpha.2 5b959b3

    • Changes contained in @ui5/server@3.0.0-alpha.2:

      Breaking Changes

      BREAKING CHANGE

      • Server now requires a Project Graph instance instead.
      • Standard middleware now rely on Project instances being available on Resources (see SAP/ui5-fs#381)
      • MiddlewareRepository#addMiddleware has been removed. Custom middleware need to be added to the project graph instead
  • Bump @ui5/project from 3.0.0-alpha.2 to 3.0.0-alpha.3 780b1c1

    • Changes contained in @ui5/project@3.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.
      • 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
  • Bump @ui5/builder from 3.0.0-alpha.6 to 3.0.0-alpha.7 37a7062

    • Changes contained in @ui5/builder@3.0.0-alpha.7:

      Breaking Changes

      Bug Fixes

      Features

      • Enable modern preload bundles without dependencies (#739) 97cfa6c

      BREAKING CHANGE

      • builder.js has been removed. Use ui5-project builder instead
      • Tasks now rely on Project instances being available on Resources (see SAP/ui5-fs#381)
      • TaskRepository#addTask has been removed. Custom tasks need to be added to the project graph instead
      • TaskUtil#get/set/clearTag now requires a Project instance to be provided. Path strings are no longer sufficient
        and will cause an exception to be thrown
  • Bump @ui5/fs from 3.0.0-alpha.3 to 3.0.0-alpha.4 ae07607

    • Changes contained in @ui5/fs@3.0.0-alpha.4:

      Breaking Changes

      • AbstractAdapter: Virtual base path must end with slash 6d1f411
      • resourceFactory: Remove #createCollectionsForTree a4d15f6

      Features

      • Add Link-reader and WriterCollection a0e5cf3

All changes

v3.0.0-alpha.7...v3.0.0-alpha.8

Don't miss a new cli release

NewReleases is sending notifications on new releases.