Skip to content

Releases: SAP/ui5-builder

v3.0.0-alpha.6

26 Apr 08:14
Compare
Choose a tag to compare
v3.0.0-alpha.6 Pre-release
Pre-release

Bug Fixes

  • JSModuleAnalyzer: Fix detection of bundle name (#705) aaeafd4
  • generateResourcesJson: Add raw-module info for debug bundles (#736) 3b918e8

All changes

v3.0.0-alpha.5...v3.0.0-alpha.6

v3.0.0-alpha.5

14 Apr 10:05
Compare
Choose a tag to compare
v3.0.0-alpha.5 Pre-release
Pre-release

Bug Fixes

  • LibraryBuilder: Align task order of "generateComponentPreload" aea061d

Features

  • generateThemeDesignerResources task: Create css_variables.less (#730) 34e69be

BREAKING CHANGE

For library projects, the task "generateComponentPreload" is now
executed after tasks "generateLibraryManifest" and
"generateManifestBundle" instead of before them.

All changes

v3.0.0-alpha.4...v3.0.0-alpha.5

v3.0.0-alpha.4

05 Apr 12:31
Compare
Choose a tag to compare
v3.0.0-alpha.4 Pre-release
Pre-release

Features

All changes

v3.0.0-alpha.3...v3.0.0-alpha.4

v3.0.0-alpha.3

10 Mar 16:09
Compare
Choose a tag to compare
v3.0.0-alpha.3 Pre-release
Pre-release

Bug Fixes

  • LocatorResourcePool: Wait for resources in prepare step (#719) 1b7f93f

All changes

v3.0.0-alpha.2...v3.0.0-alpha.3

v3.0.0-alpha.2

25 Feb 10:16
Compare
Choose a tag to compare
v3.0.0-alpha.2 Pre-release
Pre-release

Bug Fixes

  • XMLTemplateAnalyzer: Analyze core:require of FragmentDefinition af075ed

Features

  • Generate source maps for bundles (#695) 8a20c42
  • replaceVersion/Copyright: Also process test-resources (#693) a0d4bc2

All changes

v3.0.0-alpha.1...v3.0.0-alpha.2

v2.11.4

21 Feb 15:44
Compare
Choose a tag to compare

Bug Fixes

  • generateFlexChangesBundle: Fix minUI5Version check for UI5 v1.100.0+ (#706) fb1217a

All changes

v2.11.3...v2.11.4

v3.0.0-alpha.1

25 Jan 10:41
Compare
Choose a tag to compare
v3.0.0-alpha.1 Pre-release
Pre-release

Breaking Changes

  • Require Node.js >= 16.13.2 / npm >= 8 dbf6c06
  • generateResourcesJson: Make 'dependencies' parameter mandatory 268dd16
  • moduleBundler: Always default to optimize: true (#685) de5837c

Bug Fixes

  • Bundler: Ensure reproducibility for bundles with multiple parts (#689) 6f4588b
  • generateResourcesJson: Don't list resources omitted from build result 9608c51
  • generateResourcesJson: Analyze debug bundles (#669) f27513a

Features

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.

The following tasks have been removed:

  • createDebugFiles
  • uglify

The following processors have been removed:

  • debugFileCreator
  • resourceCopier
  • uglifier

As a replacement, the new 'minify' task and 'minifier' processor can be
used.

Note: The minify task is executed earlier, before the bundling
process takes place. Existing 'beforeTask' and 'afterTask' configuration of
custom tasks might need to be adapted to cater for this change.

All changes

v3.0.0-alpha.0...v3.0.0-alpha.1

v3.0.0-alpha.0

14 Dec 14:20
Compare
Choose a tag to compare
v3.0.0-alpha.0 Pre-release
Pre-release

Bug Fixes

  • Bundler: Sort raw modules by default 0e11b69

All changes

v2.11.2...v3.0.0-alpha.0

v2.11.3

14 Dec 09:57
Compare
Choose a tag to compare

Bug Fixes

  • Enable buildThemes for libraries without .library 7b941a7

All changes

v2.11.2...v2.11.3

v2.11.2

17 Nov 08:25
Compare
Choose a tag to compare

Bug Fixes

  • Builder: Emit warning on bundleInfo name without extension ed0da12
  • manifestCreator: Trim whitespace/new-lines for sap.app/title 019cfd7

All changes

v2.11.1...v2.11.2