|
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/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 | + |
6 | 34 |
|
7 | 35 | <a name="v1.10.1"></a>
|
8 | 36 | ## [v1.10.1] - 2020-02-24
|
@@ -331,6 +359,7 @@ to load the custom bundle file instead.
|
331 | 359 | - Add ability to configure component preloads and custom bundles [`2241e5f`](https://github.com/SAP/ui5-builder/commit/2241e5ff98fd95f1f80cc74959655ae7a9c660e7)
|
332 | 360 |
|
333 | 361 |
|
| 362 | +[v2.0.0]: https://github.com/SAP/ui5-builder/compare/v1.10.1...v2.0.0 |
334 | 363 | [v1.10.1]: https://github.com/SAP/ui5-builder/compare/v1.10.0...v1.10.1
|
335 | 364 | [v1.10.0]: https://github.com/SAP/ui5-builder/compare/v1.9.0...v1.10.0
|
336 | 365 | [v1.9.0]: https://github.com/SAP/ui5-builder/compare/v1.8.0...v1.9.0
|
|
0 commit comments