Skip to content

Commit fa628b5

Browse files
committed
Release 3.0.0-alpha.1
1 parent 0188af5 commit fa628b5

3 files changed

Lines changed: 43 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 40 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,45 @@
22
All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
44

5-
A list of unreleased changes can be found [here](https://github.com/SAP/ui5-builder/compare/v3.0.0-alpha.0...HEAD).
5+
A list of unreleased changes can be found [here](https://github.com/SAP/ui5-builder/compare/v3.0.0-alpha.1...HEAD).
6+
7+
<a name="v3.0.0-alpha.1"></a>
8+
## [v3.0.0-alpha.1] - 2022-01-25
9+
### Breaking Changes
10+
- Require Node.js >= 16.13.2 / npm >= 8 [`dbf6c06`](https://github.com/SAP/ui5-builder/commit/dbf6c0694693070f73e9f96edef90f094d5bf721)
11+
- **generateResourcesJson:** Make 'dependencies' parameter mandatory [`268dd16`](https://github.com/SAP/ui5-builder/commit/268dd16091c515ec0c922ea23af437d9aa8bf3ea)
12+
- **moduleBundler:** Always default to `optimize: true` ([#685](https://github.com/SAP/ui5-builder/issues/685)) [`de5837c`](https://github.com/SAP/ui5-builder/commit/de5837c43449ea61deae3b2f02f9973f3fa37992)
13+
14+
### Bug Fixes
15+
- **Bundler:** Ensure reproducibility for bundles with multiple parts ([#689](https://github.com/SAP/ui5-builder/issues/689)) [`6f4588b`](https://github.com/SAP/ui5-builder/commit/6f4588b3eb687178e557ac4fb36481104f9681a0)
16+
- **generateResourcesJson:** Don't list resources omitted from build result [`9608c51`](https://github.com/SAP/ui5-builder/commit/9608c5177f86494ba689d2e799b4378fec9ed6fa)
17+
- **generateResourcesJson:** Analyze debug bundles ([#669](https://github.com/SAP/ui5-builder/issues/669)) [`f27513a`](https://github.com/SAP/ui5-builder/commit/f27513a259b30d39e260790781b6d435b4ab088b)
18+
19+
### Features
20+
- Support ES2021 language features [`e749b6a`](https://github.com/SAP/ui5-builder/commit/e749b6ae0838f923b27dd0d7d34da2174c433f5f)
21+
- Add minify task and processor ([#666](https://github.com/SAP/ui5-builder/issues/666)) [`a3af604`](https://github.com/SAP/ui5-builder/commit/a3af604ff0a12fb9241dcd105cf0aec8d718a299)
22+
23+
### BREAKING CHANGE
24+
25+
Support for older Node.js and npm releases has been dropped.
26+
Only Node.js v16.13.2 and npm v8 or higher are supported.
27+
28+
The following tasks have been removed:
29+
- createDebugFiles
30+
- uglify
31+
32+
The following processors have been removed:
33+
- debugFileCreator
34+
- resourceCopier
35+
- uglifier
36+
37+
As a replacement, the new 'minify' task and 'minifier' processor can be
38+
used.
39+
40+
Note: The minify task is executed earlier, before the bundling
41+
process takes place. Existing 'beforeTask' and 'afterTask' configuration of
42+
custom tasks might need to be adapted to cater for this change.
43+
644

745
<a name="v3.0.0-alpha.0"></a>
846
## [v3.0.0-alpha.0] - 2021-12-14
@@ -639,6 +677,7 @@ to load the custom bundle file instead.
639677
- Add ability to configure component preloads and custom bundles [`2241e5f`](https://github.com/SAP/ui5-builder/commit/2241e5ff98fd95f1f80cc74959655ae7a9c660e7)
640678

641679

680+
[v3.0.0-alpha.1]: https://github.com/SAP/ui5-builder/compare/v3.0.0-alpha.0...v3.0.0-alpha.1
642681
[v3.0.0-alpha.0]: https://github.com/SAP/ui5-builder/compare/v2.11.2...v3.0.0-alpha.0
643682
[v2.11.2]: https://github.com/SAP/ui5-builder/compare/v2.11.1...v2.11.2
644683
[v2.11.1]: https://github.com/SAP/ui5-builder/compare/v2.11.0...v2.11.1

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ui5/builder",
3-
"version": "3.0.0-alpha.0",
3+
"version": "3.0.0-alpha.1",
44
"description": "UI5 Tooling - Builder",
55
"author": {
66
"name": "SAP SE",

0 commit comments

Comments
 (0)