Skip to content

Commit 850bc84

Browse files
committed
Release 2.0.0
1 parent 1424c8d commit 850bc84

File tree

3 files changed

+32
-3
lines changed

3 files changed

+32
-3
lines changed

CHANGELOG.md

Lines changed: 30 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,35 @@
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/v1.10.1...HEAD).
5+
A list of unreleased changes can be found [here](https://github.com/SAP/ui5-builder/compare/v2.0.0...HEAD).
6+
7+
<a name="v2.0.0"></a>
8+
## [v2.0.0] - 2020-03-31
9+
### Breaking Changes
10+
- Make namespace mandatory for application and library projects ([#430](https://github.com/SAP/ui5-builder/issues/430)) [`ee96c00`](https://github.com/SAP/ui5-builder/commit/ee96c00d762ce24bba39f6c947997fcbb79efaae)
11+
- Require Node.js >= 10 [`5451765`](https://github.com/SAP/ui5-builder/commit/5451765f648ecfe2c057cc2feed2c8fb7e98ef00)
12+
- **LibraryFormatter:** Ignore manifest.json of nested apps [`846e929`](https://github.com/SAP/ui5-builder/commit/846e9290ef29aadc1ad18203003983181cd9c23a)
13+
14+
### Dependency Updates
15+
- Bump globby from 10.0.2 to 11.0.0 ([#399](https://github.com/SAP/ui5-builder/issues/399)) [`29efbbd`](https://github.com/SAP/ui5-builder/commit/29efbbd8c5d8bf0aca19e75b08f7b3d6f89e8556)
16+
17+
### Features
18+
- **buildThemes:** Add filtering for available themes ([#419](https://github.com/SAP/ui5-builder/issues/419)) [`848c503`](https://github.com/SAP/ui5-builder/commit/848c5032e98d229a655ddd17f07e252b57838f29)
19+
20+
### BREAKING CHANGE
21+
22+
If a library contains both, a manifest.json and .library file, they must
23+
either be located in the same directory or the manifest.json is ignored.
24+
In cases where the manifest.json is located on a higher level or
25+
different directory on the same level than a .library file, an exception
26+
is thrown.
27+
28+
UI5 Project must be able to determine the project's namespace,
29+
otherwise an error is thrown.
30+
31+
Support for older Node.js releases has been dropped.
32+
Only Node.js v10 or higher is supported.
33+
634

735
<a name="v1.10.1"></a>
836
## [v1.10.1] - 2020-02-24
@@ -331,6 +359,7 @@ to load the custom bundle file instead.
331359
- Add ability to configure component preloads and custom bundles [`2241e5f`](https://github.com/SAP/ui5-builder/commit/2241e5ff98fd95f1f80cc74959655ae7a9c660e7)
332360

333361

362+
[v2.0.0]: https://github.com/SAP/ui5-builder/compare/v1.10.1...v2.0.0
334363
[v1.10.1]: https://github.com/SAP/ui5-builder/compare/v1.10.0...v1.10.1
335364
[v1.10.0]: https://github.com/SAP/ui5-builder/compare/v1.9.0...v1.10.0
336365
[v1.9.0]: https://github.com/SAP/ui5-builder/compare/v1.8.0...v1.9.0

package-lock.json

Lines changed: 1 addition & 1 deletion
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": "1.10.1",
3+
"version": "2.0.0",
44
"description": "UI5 Tooling - Builder",
55
"author": "SAP SE (https://www.sap.com)",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)