@ui5/builder 3.0.0-rc.6 → 3.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +98 -204
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -2,231 +2,145 @@
|
|
|
2
2
|
All notable changes to this project will be documented in this file.
|
|
3
3
|
This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
|
|
4
4
|
|
|
5
|
-
A list of unreleased changes can be found [here](https://github.com/SAP/ui5-builder/compare/v3.0.0
|
|
5
|
+
A list of unreleased changes can be found [here](https://github.com/SAP/ui5-builder/compare/v3.0.0...HEAD).
|
|
6
6
|
|
|
7
|
-
<a name="v3.0.0
|
|
8
|
-
## [v3.0.0
|
|
9
|
-
|
|
10
|
-
<a name="v3.0.0-rc.5"></a>
|
|
11
|
-
## [v3.0.0-rc.5] - 2023-02-03
|
|
12
|
-
|
|
13
|
-
<a name="v3.0.0-rc.4"></a>
|
|
14
|
-
## [v3.0.0-rc.4] - 2023-02-03
|
|
15
|
-
### Features
|
|
16
|
-
- **minify task:** Use workerpool for terser ([#875](https://github.com/SAP/ui5-builder/issues/875)) [`ff4c6fb`](https://github.com/SAP/ui5-builder/commit/ff4c6fbd81c912239cd578fdcd452364ac4ae859)
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
<a name="v3.0.0-rc.3"></a>
|
|
20
|
-
## [v3.0.0-rc.3] - 2023-01-24
|
|
21
|
-
|
|
22
|
-
<a name="v3.0.0-rc.2"></a>
|
|
23
|
-
## [v3.0.0-rc.2] - 2023-01-23
|
|
24
|
-
### Dependency Updates
|
|
25
|
-
- Bump rimraf from 3.0.2 to 4.1.1 ([#873](https://github.com/SAP/ui5-builder/issues/873)) [`ddb9660`](https://github.com/SAP/ui5-builder/commit/ddb96602fea5b96ba37afdebda0993d847462f52)
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
<a name="v3.0.0-rc.1"></a>
|
|
29
|
-
## [v3.0.0-rc.1] - 2023-01-11
|
|
30
|
-
### Breaking Changes
|
|
31
|
-
- **libraryLessGenerator:** Throw error when import can't be inlined [`d2be9bb`](https://github.com/SAP/ui5-builder/commit/d2be9bb68600ec97b9bc007f348f87ad456fb5a3)
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
<a name="v3.0.0-rc.0"></a>
|
|
35
|
-
## [v3.0.0-rc.0] - 2022-12-23
|
|
36
|
-
|
|
37
|
-
<a name="v3.0.0-beta.6"></a>
|
|
38
|
-
## [v3.0.0-beta.6] - 2022-12-13
|
|
39
|
-
|
|
40
|
-
<a name="v3.0.0-beta.5"></a>
|
|
41
|
-
## [v3.0.0-beta.5] - 2022-12-12
|
|
7
|
+
<a name="v3.0.0"></a>
|
|
8
|
+
## [v3.0.0] - 2023-02-09
|
|
42
9
|
### Breaking Changes
|
|
10
|
+
- Transform to ES Modules ([#790](https://github.com/SAP/ui5-builder/issues/790)) [`a439aa9`](https://github.com/SAP/ui5-builder/commit/a439aa9f679dfe2e18b8c540f54876f94c0de119)
|
|
43
11
|
- **generateJsDoc:** Remove internal 'buildContext' parameter [`4ec80c8`](https://github.com/SAP/ui5-builder/commit/4ec80c874e177b658b1cd819431b6cb0660ded87)
|
|
44
|
-
|
|
45
|
-
### Dependency Updates
|
|
46
|
-
- Bump less-openui5 from 0.11.4 to 0.11.5 [`bf46354`](https://github.com/SAP/ui5-builder/commit/bf463541b7651db1dee167057eddc94181f5c1da)
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
<a name="v3.0.0-beta.4"></a>
|
|
50
|
-
## [v3.0.0-beta.4] - 2022-12-01
|
|
51
|
-
### Dependency Updates
|
|
52
|
-
- Bump less-openui5 from 0.11.3 to 0.11.4 [`b7a507f`](https://github.com/SAP/ui5-builder/commit/b7a507fbc34076f5bf95f92f058fd2c58d79a455)
|
|
53
|
-
- Bump less-openui5 from 0.11.2 to 0.11.3 [`28e684b`](https://github.com/SAP/ui5-builder/commit/28e684b85e7eb621f210041702e2a316d1d0eb62)
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
<a name="v3.0.0-beta.3"></a>
|
|
57
|
-
## [v3.0.0-beta.3] - 2022-11-30
|
|
58
|
-
### Features
|
|
59
|
-
- **jsdoc:** Support destructuring of enums for defaultValue ([#775](https://github.com/SAP/ui5-builder/issues/775)) [`523f365`](https://github.com/SAP/ui5-builder/commit/523f365cb917997c5031d245309c21e9e4b3e311)
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
<a name="v3.0.0-beta.2"></a>
|
|
63
|
-
## [v3.0.0-beta.2] - 2022-11-29
|
|
64
|
-
### Breaking Changes
|
|
65
12
|
- Removal of manifestBundler and generateManifestBundle ([#838](https://github.com/SAP/ui5-builder/issues/838)) [`07a5be2`](https://github.com/SAP/ui5-builder/commit/07a5be2b6d9aa23cf78ddd17951c832d6dec7bef)
|
|
66
13
|
- **JSDoc:** Fail build when jsdoc command failed ([#845](https://github.com/SAP/ui5-builder/issues/845)) [`c2916b4`](https://github.com/SAP/ui5-builder/commit/c2916b4f1d49b5500e4b51143d4e6065ac200eef)
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
-
|
|
14
|
+
- Remove build execution ([#740](https://github.com/SAP/ui5-builder/issues/740)) [`af2e956`](https://github.com/SAP/ui5-builder/commit/af2e956f6cba1275669160328e32df3fffa782d0)
|
|
15
|
+
- Enable modern preload bundles without dependencies ([#739](https://github.com/SAP/ui5-builder/issues/739)) [`97cfa6c`](https://github.com/SAP/ui5-builder/commit/97cfa6cd3eadff57bcc18816534c7751551ebdb8)
|
|
16
|
+
- Require Node.js >= 16.18.0 / npm >= 8 [`dbf6c06`](https://github.com/SAP/ui5-builder/commit/dbf6c0694693070f73e9f96edef90f094d5bf721)
|
|
17
|
+
- **generateResourcesJson:** Make 'dependencies' parameter mandatory [`268dd16`](https://github.com/SAP/ui5-builder/commit/268dd16091c515ec0c922ea23af437d9aa8bf3ea)
|
|
18
|
+
- **moduleBundler:** Always default to `optimize: true` ([#685](https://github.com/SAP/ui5-builder/issues/685)) [`de5837c`](https://github.com/SAP/ui5-builder/commit/de5837c43449ea61deae3b2f02f9973f3fa37992)
|
|
19
|
+
- **libraryLessGenerator:** Throw error when import can't be inlined [`d2be9bb`](https://github.com/SAP/ui5-builder/commit/d2be9bb68600ec97b9bc007f348f87ad456fb5a3)
|
|
70
20
|
|
|
71
21
|
### BREAKING CHANGE
|
|
22
|
+
This package has been transformed to ES Modules. Therefore it no longer provides a CommonJS export.
|
|
23
|
+
If your project uses CommonJS, it needs to be converted to ESM or use a dynamic import.
|
|
24
|
+
|
|
25
|
+
For more information see also:
|
|
26
|
+
|
|
27
|
+
- https://sap.github.io/ui5-tooling/updates/migrate-v3/
|
|
28
|
+
- https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c
|
|
72
29
|
|
|
73
30
|
The `jsdocGenerator` processor and the corresponding `generateJsdoc` task will now throw an error when JSDoc reports an error (exit code != 0). This will also fail the build when running `ui5 build jsdoc`.
|
|
74
31
|
|
|
75
32
|
The manifestBundler processor and generateManifestBundle task has been removed because it is no longer required for the HTML5 repository in Cloud Foundry.
|
|
76
33
|
|
|
34
|
+
- builder.js has been removed. Use ui5-project builder instead
|
|
35
|
+
- Tasks now rely on Project instances being available on Resources (see https://github.com/SAP/ui5-fs/pull/381)
|
|
36
|
+
- TaskRepository#addTask has been removed. Custom tasks need to be added to the project graph instead
|
|
37
|
+
- TaskUtil#get/set/clearTag now requires a Project instance to be provided. Path strings are no longer sufficient
|
|
38
|
+
and will cause an exception to be thrown
|
|
39
|
+
|
|
40
|
+
For library projects, the task "generateComponentPreload" is now
|
|
41
|
+
executed after tasks "generateLibraryManifest" and
|
|
42
|
+
"generateManifestBundle" instead of before them.
|
|
77
43
|
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
<a name="v3.0.0-alpha.12"></a>
|
|
82
|
-
## [v3.0.0-alpha.12] - 2022-10-24
|
|
83
|
-
### Breaking Changes
|
|
84
|
-
- Transform to native ESM ([#790](https://github.com/SAP/ui5-builder/issues/790)) [`a439aa9`](https://github.com/SAP/ui5-builder/commit/a439aa9f679dfe2e18b8c540f54876f94c0de119)
|
|
44
|
+
Support for older Node.js and npm releases has been dropped.
|
|
45
|
+
Only Node.js v16.18.0 and npm v8 or higher are supported.
|
|
85
46
|
|
|
86
|
-
|
|
47
|
+
The following tasks have been removed:
|
|
87
48
|
|
|
88
|
-
|
|
89
|
-
|
|
49
|
+
- createDebugFiles
|
|
50
|
+
- uglify
|
|
90
51
|
|
|
91
|
-
|
|
92
|
-
- https://sap.github.io/ui5-tooling/updates/migrate-v3/
|
|
93
|
-
- https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c
|
|
52
|
+
The following processors have been removed:
|
|
94
53
|
|
|
54
|
+
- debugFileCreator
|
|
55
|
+
- resourceCopier
|
|
56
|
+
- uglifier
|
|
95
57
|
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
### Bug Fixes
|
|
99
|
-
- **package.json:** Downgrade es5-ext dependency [`2b71707`](https://github.com/SAP/ui5-builder/commit/2b71707683480b26aab9957c09e5d22bce8a6450)
|
|
58
|
+
As a replacement, the new 'minify' task and 'minifier' processor can be
|
|
59
|
+
used.
|
|
100
60
|
|
|
101
|
-
|
|
102
|
-
|
|
61
|
+
Note: The minify task is executed earlier, before the bundling
|
|
62
|
+
process takes place. Existing 'beforeTask' and 'afterTask' configuration of
|
|
63
|
+
custom tasks might need to be adapted to cater for this change.
|
|
103
64
|
|
|
104
65
|
### Features
|
|
66
|
+
- Support ES2022 language features ([#848](https://github.com/SAP/ui5-builder/issues/848)) [`f9b8457`](https://github.com/SAP/ui5-builder/commit/f9b845726731a0e02ec4a499e2a1a82a639174a8)
|
|
67
|
+
- **jsdoc:** Support destructuring of enums for defaultValue ([#775](https://github.com/SAP/ui5-builder/issues/775)) [`523f365`](https://github.com/SAP/ui5-builder/commit/523f365cb917997c5031d245309c21e9e4b3e311)
|
|
105
68
|
- **builder:** Improve support for ES6+ syntax ([#774](https://github.com/SAP/ui5-builder/issues/774)) [`90385fe`](https://github.com/SAP/ui5-builder/commit/90385feb7cea1e5b864cff035b01263a492972a9)
|
|
106
69
|
- **jsdoc:** Improve support for ES6+ syntax ([#785](https://github.com/SAP/ui5-builder/issues/785)) [`187a6a3`](https://github.com/SAP/ui5-builder/commit/187a6a35000145d70bf41e0d8b724e5ea8d8dc78)
|
|
70
|
+
- **generateThemeDesignerResources task:** Create css_variables.less ([#730](https://github.com/SAP/ui5-builder/issues/730)) [`34e69be`](https://github.com/SAP/ui5-builder/commit/34e69be95fc8ec1961b24b7e2580c2c993d814d3)
|
|
71
|
+
- **builder:** Add cssVariables option ([#728](https://github.com/SAP/ui5-builder/issues/728)) [`30d58e1`](https://github.com/SAP/ui5-builder/commit/30d58e1081c1bdc665f13952ecbe5c400b5f4ed7)
|
|
72
|
+
- Generate source maps for bundles ([#695](https://github.com/SAP/ui5-builder/issues/695)) [`8a20c42`](https://github.com/SAP/ui5-builder/commit/8a20c4257a1ebe4d613b0595be93cd45d900f580)
|
|
73
|
+
- **replaceVersion/Copyright:** Also process test-resources ([#693](https://github.com/SAP/ui5-builder/issues/693)) [`a0d4bc2`](https://github.com/SAP/ui5-builder/commit/a0d4bc2a80d61e042786207af4bdbda6c3ddfe31)
|
|
74
|
+
- Support ES2022 language features [`e749b6a`](https://github.com/SAP/ui5-builder/commit/e749b6ae0838f923b27dd0d7d34da2174c433f5f)
|
|
75
|
+
- Add minify task and processor ([#666](https://github.com/SAP/ui5-builder/issues/666)) [`a3af604`](https://github.com/SAP/ui5-builder/commit/a3af604ff0a12fb9241dcd105cf0aec8d718a299)
|
|
107
76
|
|
|
108
|
-
### Reverts
|
|
109
|
-
- [FIX] package.json: Downgrade es5-ext dependency
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
<a name="v3.0.0-alpha.10"></a>
|
|
113
|
-
## [v3.0.0-alpha.10] - 2022-08-09
|
|
114
|
-
|
|
115
|
-
<a name="v3.0.0-alpha.9"></a>
|
|
116
|
-
## [v3.0.0-alpha.9] - 2022-07-27
|
|
117
77
|
### Bug Fixes
|
|
78
|
+
- **package.json:** Downgrade es5-ext dependency [`2b71707`](https://github.com/SAP/ui5-builder/commit/2b71707683480b26aab9957c09e5d22bce8a6450)
|
|
118
79
|
- **minify:** Change default to not omit source map resources [`6d75a49`](https://github.com/SAP/ui5-builder/commit/6d75a495224590097332fc061c66cfe0e8f4c151)
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
<a name="v3.0.0-alpha.8"></a>
|
|
122
|
-
## [v3.0.0-alpha.8] - 2022-07-15
|
|
123
|
-
|
|
124
|
-
<a name="v3.0.0-alpha.7"></a>
|
|
125
|
-
## [v3.0.0-alpha.7] - 2022-06-14
|
|
126
|
-
### Breaking Changes
|
|
127
|
-
- Remove build execution ([#740](https://github.com/SAP/ui5-builder/issues/740)) [`af2e956`](https://github.com/SAP/ui5-builder/commit/af2e956f6cba1275669160328e32df3fffa782d0)
|
|
128
|
-
|
|
129
|
-
### Bug Fixes
|
|
130
80
|
- Avoid redundant bundle creation ([#741](https://github.com/SAP/ui5-builder/issues/741)) [`13c8405`](https://github.com/SAP/ui5-builder/commit/13c840585946401d238936dfa38a6f70a73e9ed0)
|
|
131
|
-
|
|
132
|
-
### Features
|
|
133
|
-
- Enable modern preload bundles without dependencies ([#739](https://github.com/SAP/ui5-builder/issues/739)) [`97cfa6c`](https://github.com/SAP/ui5-builder/commit/97cfa6cd3eadff57bcc18816534c7751551ebdb8)
|
|
134
|
-
|
|
135
|
-
### BREAKING CHANGE
|
|
136
|
-
|
|
137
|
-
* builder.js has been removed. Use ui5-project builder instead
|
|
138
|
-
* Tasks now rely on Project instances being available on Resources (see https://github.com/SAP/ui5-fs/pull/381)
|
|
139
|
-
* TaskRepository#addTask has been removed. Custom tasks need to be added to the project graph instead
|
|
140
|
-
* TaskUtil#get/set/clearTag now requires a Project instance to be provided. Path strings are no longer sufficient
|
|
141
|
-
and will cause an exception to be thrown
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
<a name="v3.0.0-alpha.6"></a>
|
|
145
|
-
## [v3.0.0-alpha.6] - 2022-04-26
|
|
146
|
-
### Bug Fixes
|
|
147
81
|
- **JSModuleAnalyzer:** Fix detection of bundle name ([#705](https://github.com/SAP/ui5-builder/issues/705)) [`aaeafd4`](https://github.com/SAP/ui5-builder/commit/aaeafd4a1fd194dd08e5ae47c29d90f0b4c7d197)
|
|
148
82
|
- **generateResourcesJson:** Add raw-module info for debug bundles ([#736](https://github.com/SAP/ui5-builder/issues/736)) [`3b918e8`](https://github.com/SAP/ui5-builder/commit/3b918e83bfd38342778ecd4c58e648e99ad7cffc)
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
<a name="v3.0.0-alpha.5"></a>
|
|
152
|
-
## [v3.0.0-alpha.5] - 2022-04-14
|
|
153
|
-
### Bug Fixes
|
|
154
83
|
- **LibraryBuilder:** Align task order of "generateComponentPreload" [`aea061d`](https://github.com/SAP/ui5-builder/commit/aea061d9d6c2ac0c11484dcc08bdcda23ab62986)
|
|
84
|
+
- **LocatorResourcePool:** Wait for resources in prepare step ([#719](https://github.com/SAP/ui5-builder/issues/719)) [`1b7f93f`](https://github.com/SAP/ui5-builder/commit/1b7f93f4988340d7a6575be3191a02e6c295ebd0)
|
|
85
|
+
- **XMLTemplateAnalyzer:** Analyze core:require of FragmentDefinition [`af075ed`](https://github.com/SAP/ui5-builder/commit/af075edf784d9f1ba162a34f0bf150dbcbc0f479)
|
|
86
|
+
- **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)
|
|
87
|
+
- **generateResourcesJson:** Don't list resources omitted from build result [`9608c51`](https://github.com/SAP/ui5-builder/commit/9608c5177f86494ba689d2e799b4378fec9ed6fa)
|
|
88
|
+
- **generateResourcesJson:** Analyze debug bundles ([#669](https://github.com/SAP/ui5-builder/issues/669)) [`f27513a`](https://github.com/SAP/ui5-builder/commit/f27513a259b30d39e260790781b6d435b4ab088b)
|
|
89
|
+
- **Bundler:** Sort raw modules by default [`0e11b69`](https://github.com/SAP/ui5-builder/commit/0e11b6965a1d2e63a96e9b738e38975b5ac755bc)
|
|
155
90
|
|
|
156
|
-
###
|
|
157
|
-
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
"generateManifestBundle" instead of before them.
|
|
91
|
+
### Dependency Updates
|
|
92
|
+
- Bump less-openui5 from 0.11.4 to 0.11.5 [`bf46354`](https://github.com/SAP/ui5-builder/commit/bf463541b7651db1dee167057eddc94181f5c1da)
|
|
93
|
+
- Bump less-openui5 from 0.11.3 to 0.11.4 [`b7a507f`](https://github.com/SAP/ui5-builder/commit/b7a507fbc34076f5bf95f92f058fd2c58d79a455)
|
|
94
|
+
- Bump less-openui5 from 0.11.2 to 0.11.3 [`28e684b`](https://github.com/SAP/ui5-builder/commit/28e684b85e7eb621f210041702e2a316d1d0eb62)
|
|
95
|
+
- Bump escope from 3.6.0 to 4.0.0 [`e25af0d`](https://github.com/SAP/ui5-builder/commit/e25af0d9c1184916aa037b4b4ca23d15c5f2a408)
|
|
96
|
+
- Bump rimraf from 3.0.2 to 4.1.1 ([#873](https://github.com/SAP/ui5-builder/issues/873)) [`ddb9660`](https://github.com/SAP/ui5-builder/commit/ddb96602fea5b96ba37afdebda0993d847462f52)
|
|
97
|
+
- Bump jsdoc from 3.6.11 to 4.0.0 ([#821](https://github.com/SAP/ui5-builder/issues/821)) [`6d05117`](https://github.com/SAP/ui5-builder/commit/6d0511785069d12a588b2ad9fa31de828700fef0)
|
|
164
98
|
|
|
99
|
+
<a name="v2.11.9"></a>
|
|
100
|
+
## [v2.11.9] - 2022-11-30
|
|
101
|
+
### Bug Fixes
|
|
102
|
+
- **transformApiJson:** Fix regression in UI5 Tooling scenario [`819c808`](https://github.com/SAP/ui5-builder/commit/819c808010963b84bfe33e109a7b2a5412096f78)
|
|
165
103
|
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
### Features
|
|
169
|
-
- **builder:** Add cssVariables option ([#728](https://github.com/SAP/ui5-builder/issues/728)) [`30d58e1`](https://github.com/SAP/ui5-builder/commit/30d58e1081c1bdc665f13952ecbe5c400b5f4ed7)
|
|
104
|
+
### Dependency Updates
|
|
105
|
+
- Bump less-openui5 from 0.11.2 to 0.11.3 [`1bbe5f5`](https://github.com/SAP/ui5-builder/commit/1bbe5f561fb35c646a27cbe4d03050101ff68d7c)
|
|
170
106
|
|
|
171
107
|
|
|
172
|
-
<a name="
|
|
173
|
-
## [
|
|
108
|
+
<a name="v2.11.8"></a>
|
|
109
|
+
## [v2.11.8] - 2022-10-28
|
|
174
110
|
### Bug Fixes
|
|
175
|
-
- **
|
|
111
|
+
- **ComponentAnalyzer:** Fix detection of rootView [`acb3d9f`](https://github.com/SAP/ui5-builder/commit/acb3d9fd7fc60ad61ac88d68cb0fd5296b795e9f)
|
|
112
|
+
- **XMLTemplateAnalyzer:** Fix detection of nested views [`1cbfd82`](https://github.com/SAP/ui5-builder/commit/1cbfd82396e5fa78455e0a696e9229a2e8a337fc)
|
|
176
113
|
|
|
177
114
|
|
|
178
|
-
<a name="
|
|
179
|
-
## [
|
|
180
|
-
###
|
|
181
|
-
-
|
|
182
|
-
|
|
183
|
-
### Features
|
|
184
|
-
- Generate source maps for bundles ([#695](https://github.com/SAP/ui5-builder/issues/695)) [`8a20c42`](https://github.com/SAP/ui5-builder/commit/8a20c4257a1ebe4d613b0595be93cd45d900f580)
|
|
185
|
-
- **replaceVersion/Copyright:** Also process test-resources ([#693](https://github.com/SAP/ui5-builder/issues/693)) [`a0d4bc2`](https://github.com/SAP/ui5-builder/commit/a0d4bc2a80d61e042786207af4bdbda6c3ddfe31)
|
|
115
|
+
<a name="v2.11.7"></a>
|
|
116
|
+
## [v2.11.7] - 2022-10-20
|
|
117
|
+
### Dependency Updates
|
|
118
|
+
- Bump escope from 3.6.0 to 4.0.0 [`852b37f`](https://github.com/SAP/ui5-builder/commit/852b37f549f3927decbc1b40cc6055325472d625)
|
|
186
119
|
|
|
120
|
+
### Reverts
|
|
121
|
+
- [FIX] package.json: Downgrade es5-ext dependency ([#798](https://github.com/SAP/ui5-builder/issues/798))
|
|
187
122
|
|
|
188
|
-
<a name="v3.0.0-alpha.1"></a>
|
|
189
|
-
## [v3.0.0-alpha.1] - 2022-01-25
|
|
190
|
-
### Breaking Changes
|
|
191
|
-
- Require Node.js >= 16.13.2 / npm >= 8 [`dbf6c06`](https://github.com/SAP/ui5-builder/commit/dbf6c0694693070f73e9f96edef90f094d5bf721)
|
|
192
|
-
- **generateResourcesJson:** Make 'dependencies' parameter mandatory [`268dd16`](https://github.com/SAP/ui5-builder/commit/268dd16091c515ec0c922ea23af437d9aa8bf3ea)
|
|
193
|
-
- **moduleBundler:** Always default to `optimize: true` ([#685](https://github.com/SAP/ui5-builder/issues/685)) [`de5837c`](https://github.com/SAP/ui5-builder/commit/de5837c43449ea61deae3b2f02f9973f3fa37992)
|
|
194
123
|
|
|
124
|
+
<a name="v2.11.6"></a>
|
|
125
|
+
## [v2.11.6] - 2022-10-12
|
|
195
126
|
### Bug Fixes
|
|
196
|
-
- **
|
|
197
|
-
- **generateResourcesJson:** Don't list resources omitted from build result [`9608c51`](https://github.com/SAP/ui5-builder/commit/9608c5177f86494ba689d2e799b4378fec9ed6fa)
|
|
198
|
-
- **generateResourcesJson:** Analyze debug bundles ([#669](https://github.com/SAP/ui5-builder/issues/669)) [`f27513a`](https://github.com/SAP/ui5-builder/commit/f27513a259b30d39e260790781b6d435b4ab088b)
|
|
127
|
+
- **package.json:** Downgrade es5-ext dependency ([#798](https://github.com/SAP/ui5-builder/issues/798)) [`0e18008`](https://github.com/SAP/ui5-builder/commit/0e18008d86da93c5c8743b17ac0091afc3064d78)
|
|
199
128
|
|
|
200
|
-
### Features
|
|
201
|
-
- Support ES2021 language features [`e749b6a`](https://github.com/SAP/ui5-builder/commit/e749b6ae0838f923b27dd0d7d34da2174c433f5f)
|
|
202
|
-
- Add minify task and processor ([#666](https://github.com/SAP/ui5-builder/issues/666)) [`a3af604`](https://github.com/SAP/ui5-builder/commit/a3af604ff0a12fb9241dcd105cf0aec8d718a299)
|
|
203
129
|
|
|
204
|
-
|
|
130
|
+
<a name="v2.11.5"></a>
|
|
131
|
+
## [v2.11.5] - 2022-05-04
|
|
205
132
|
|
|
206
|
-
Support for older Node.js and npm releases has been dropped.
|
|
207
|
-
Only Node.js v16.13.2 and npm v8 or higher are supported.
|
|
208
|
-
|
|
209
|
-
The following tasks have been removed:
|
|
210
|
-
- createDebugFiles
|
|
211
|
-
- uglify
|
|
212
|
-
|
|
213
|
-
The following processors have been removed:
|
|
214
|
-
- debugFileCreator
|
|
215
|
-
- resourceCopier
|
|
216
|
-
- uglifier
|
|
217
133
|
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
process takes place. Existing 'beforeTask' and 'afterTask' configuration of
|
|
223
|
-
custom tasks might need to be adapted to cater for this change.
|
|
134
|
+
<a name="v2.11.4"></a>
|
|
135
|
+
## [v2.11.4] - 2022-02-21
|
|
136
|
+
### Bug Fixes
|
|
137
|
+
- **generateFlexChangesBundle:** Fix minUI5Version check for UI5 v1.100.0+ ([#706](https://github.com/SAP/ui5-builder/issues/706)) [`fb1217a`](https://github.com/SAP/ui5-builder/commit/fb1217ac536c20da81526f82f2ecb03686815942)
|
|
224
138
|
|
|
225
139
|
|
|
226
|
-
<a name="
|
|
227
|
-
## [
|
|
140
|
+
<a name="v2.11.3"></a>
|
|
141
|
+
## [v2.11.3] - 2021-12-14
|
|
228
142
|
### Bug Fixes
|
|
229
|
-
-
|
|
143
|
+
- Enable buildThemes for libraries without .library [`7b941a7`](https://github.com/SAP/ui5-builder/commit/7b941a797210463a9fa8ca50753662c5db373aa6)
|
|
230
144
|
|
|
231
145
|
|
|
232
146
|
<a name="v2.11.2"></a>
|
|
@@ -856,34 +770,14 @@ to load the custom bundle file instead.
|
|
|
856
770
|
|
|
857
771
|
### Features
|
|
858
772
|
- Add ability to configure component preloads and custom bundles [`2241e5f`](https://github.com/SAP/ui5-builder/commit/2241e5ff98fd95f1f80cc74959655ae7a9c660e7)
|
|
859
|
-
|
|
860
|
-
|
|
861
|
-
[
|
|
862
|
-
[
|
|
863
|
-
[
|
|
864
|
-
[
|
|
865
|
-
[
|
|
866
|
-
[
|
|
867
|
-
[v3.0.0-rc.0]: https://github.com/SAP/ui5-builder/compare/v3.0.0-beta.6...v3.0.0-rc.0
|
|
868
|
-
[v3.0.0-beta.6]: https://github.com/SAP/ui5-builder/compare/v3.0.0-beta.5...v3.0.0-beta.6
|
|
869
|
-
[v3.0.0-beta.5]: https://github.com/SAP/ui5-builder/compare/v3.0.0-beta.4...v3.0.0-beta.5
|
|
870
|
-
[v3.0.0-beta.4]: https://github.com/SAP/ui5-builder/compare/v3.0.0-beta.3...v3.0.0-beta.4
|
|
871
|
-
[v3.0.0-beta.3]: https://github.com/SAP/ui5-builder/compare/v3.0.0-beta.2...v3.0.0-beta.3
|
|
872
|
-
[v3.0.0-beta.2]: https://github.com/SAP/ui5-builder/compare/v3.0.0-beta.1...v3.0.0-beta.2
|
|
873
|
-
[v3.0.0-beta.1]: https://github.com/SAP/ui5-builder/compare/v3.0.0-alpha.12...v3.0.0-beta.1
|
|
874
|
-
[v3.0.0-alpha.12]: https://github.com/SAP/ui5-builder/compare/v3.0.0-alpha.11...v3.0.0-alpha.12
|
|
875
|
-
[v3.0.0-alpha.11]: https://github.com/SAP/ui5-builder/compare/v3.0.0-alpha.10...v3.0.0-alpha.11
|
|
876
|
-
[v3.0.0-alpha.10]: https://github.com/SAP/ui5-builder/compare/v3.0.0-alpha.9...v3.0.0-alpha.10
|
|
877
|
-
[v3.0.0-alpha.9]: https://github.com/SAP/ui5-builder/compare/v3.0.0-alpha.8...v3.0.0-alpha.9
|
|
878
|
-
[v3.0.0-alpha.8]: https://github.com/SAP/ui5-builder/compare/v3.0.0-alpha.7...v3.0.0-alpha.8
|
|
879
|
-
[v3.0.0-alpha.7]: https://github.com/SAP/ui5-builder/compare/v3.0.0-alpha.6...v3.0.0-alpha.7
|
|
880
|
-
[v3.0.0-alpha.6]: https://github.com/SAP/ui5-builder/compare/v3.0.0-alpha.5...v3.0.0-alpha.6
|
|
881
|
-
[v3.0.0-alpha.5]: https://github.com/SAP/ui5-builder/compare/v3.0.0-alpha.4...v3.0.0-alpha.5
|
|
882
|
-
[v3.0.0-alpha.4]: https://github.com/SAP/ui5-builder/compare/v3.0.0-alpha.3...v3.0.0-alpha.4
|
|
883
|
-
[v3.0.0-alpha.3]: https://github.com/SAP/ui5-builder/compare/v3.0.0-alpha.2...v3.0.0-alpha.3
|
|
884
|
-
[v3.0.0-alpha.2]: https://github.com/SAP/ui5-builder/compare/v3.0.0-alpha.1...v3.0.0-alpha.2
|
|
885
|
-
[v3.0.0-alpha.1]: https://github.com/SAP/ui5-builder/compare/v3.0.0-alpha.0...v3.0.0-alpha.1
|
|
886
|
-
[v3.0.0-alpha.0]: https://github.com/SAP/ui5-builder/compare/v2.11.2...v3.0.0-alpha.0
|
|
773
|
+
[v3.0.0]: https://github.com/SAP/ui5-builder/compare/v2.11.2...v3.0.0
|
|
774
|
+
[v2.11.9]: https://github.com/SAP/ui5-builder/compare/v2.11.8...v2.11.9
|
|
775
|
+
[v2.11.8]: https://github.com/SAP/ui5-builder/compare/v2.11.7...v2.11.8
|
|
776
|
+
[v2.11.7]: https://github.com/SAP/ui5-builder/compare/v2.11.6...v2.11.7
|
|
777
|
+
[v2.11.6]: https://github.com/SAP/ui5-builder/compare/v2.11.5...v2.11.6
|
|
778
|
+
[v2.11.5]: https://github.com/SAP/ui5-builder/compare/v2.11.4...v2.11.5
|
|
779
|
+
[v2.11.4]: https://github.com/SAP/ui5-builder/compare/v2.11.3...v2.11.4
|
|
780
|
+
[v2.11.3]: https://github.com/SAP/ui5-builder/compare/v2.11.2...v2.11.3
|
|
887
781
|
[v2.11.2]: https://github.com/SAP/ui5-builder/compare/v2.11.1...v2.11.2
|
|
888
782
|
[v2.11.1]: https://github.com/SAP/ui5-builder/compare/v2.11.0...v2.11.1
|
|
889
783
|
[v2.11.0]: https://github.com/SAP/ui5-builder/compare/v2.10.0...v2.11.0
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ui5/builder",
|
|
3
|
-
"version": "3.0.0
|
|
3
|
+
"version": "3.0.0",
|
|
4
4
|
"description": "UI5 Tooling - Builder",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "SAP SE",
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
"jsdoc-generate": "jsdoc -c ./jsdoc.json -t $(node -p 'path.dirname(require.resolve(\"docdash\"))') ./lib/ || (echo 'Error during JSDoc generation! Check log.' && exit 1)",
|
|
47
47
|
"jsdoc-watch": "npm run jsdoc && chokidar \"./lib/**/*.js\" -c \"npm run jsdoc-generate\"",
|
|
48
48
|
"preversion": "npm test",
|
|
49
|
-
"version": "git-chglog --sort semver --next-tag v$npm_package_version -o CHANGELOG.md && git add CHANGELOG.md",
|
|
49
|
+
"version": "git-chglog --sort semver --next-tag v$npm_package_version -o CHANGELOG.md v3.0.0.. && git add CHANGELOG.md",
|
|
50
50
|
"postversion": "git push --follow-tags",
|
|
51
51
|
"release-note": "git-chglog --sort semver -c .chglog/release-config.yml v$npm_package_version",
|
|
52
52
|
"depcheck": "depcheck --ignores @ui5/builder,docdash,@istanbuljs/esm-loader-hook,catharsis --parsers='**/*.js:es6,**/*.cjs:es6'"
|
|
@@ -118,14 +118,14 @@
|
|
|
118
118
|
},
|
|
119
119
|
"dependencies": {
|
|
120
120
|
"@jridgewell/sourcemap-codec": "^1.4.14",
|
|
121
|
-
"@ui5/fs": "^3.0.0
|
|
122
|
-
"@ui5/logger": "^3.0.
|
|
121
|
+
"@ui5/fs": "^3.0.0",
|
|
122
|
+
"@ui5/logger": "^3.0.0",
|
|
123
123
|
"cheerio": "1.0.0-rc.12",
|
|
124
124
|
"escape-unicode": "^0.2.0",
|
|
125
125
|
"escope": "^4.0.0",
|
|
126
126
|
"espree": "^9.4.1",
|
|
127
127
|
"graceful-fs": "^4.2.10",
|
|
128
|
-
"jsdoc": "^
|
|
128
|
+
"jsdoc": "^4.0.0",
|
|
129
129
|
"less-openui5": "^0.11.6",
|
|
130
130
|
"pretty-data": "^0.40.0",
|
|
131
131
|
"rimraf": "^4.1.2",
|