Skip to content

Commit ab6562f

Browse files
committed
Release 1.9.0
1 parent 1c76296 commit ab6562f

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,18 @@
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.8.0...HEAD).
5+
A list of unreleased changes can be found [here](https://github.com/SAP/ui5-builder/compare/v1.9.0...HEAD).
6+
7+
<a name="v1.9.0"></a>
8+
## [v1.9.0] - 2020-01-12
9+
### Bug Fixes
10+
- Use 'defaultFileTypes' from bundle configuration ([#385](https://github.com/SAP/ui5-builder/issues/385)) [`c21e13e`](https://github.com/SAP/ui5-builder/commit/c21e13ea2d7f629b1f91b9acf625989f396c6b4f)
11+
- Detect dynamic dependencies also when newer APIs are used ([#391](https://github.com/SAP/ui5-builder/issues/391)) [`ed1cc9d`](https://github.com/SAP/ui5-builder/commit/ed1cc9d45e517b3b38815483cc60fa7182ffd067)
12+
13+
### Features
14+
- Add new theme-library type ([#285](https://github.com/SAP/ui5-builder/issues/285)) [`a59287b`](https://github.com/SAP/ui5-builder/commit/a59287b670e956ef29ffe10bbbe1c3506ea3b330)
15+
- **AbstractBuilder:** Allow adding custom tasks for types that have no standard tasks [`654450d`](https://github.com/SAP/ui5-builder/commit/654450df07c22bd1930c014f8b3d6904df8248e9)
16+
617

718
<a name="v1.8.0"></a>
819
## [v1.8.0] - 2019-12-16
@@ -304,6 +315,7 @@ to load the custom bundle file instead.
304315
- Add ability to configure component preloads and custom bundles [`2241e5f`](https://github.com/SAP/ui5-builder/commit/2241e5ff98fd95f1f80cc74959655ae7a9c660e7)
305316

306317

318+
[v1.9.0]: https://github.com/SAP/ui5-builder/compare/v1.8.0...v1.9.0
307319
[v1.8.0]: https://github.com/SAP/ui5-builder/compare/v1.7.1...v1.8.0
308320
[v1.7.1]: https://github.com/SAP/ui5-builder/compare/v1.7.0...v1.7.1
309321
[v1.7.0]: https://github.com/SAP/ui5-builder/compare/v1.6.1...v1.7.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.8.0",
3+
"version": "1.9.0",
44
"description": "UI5 Tooling - Builder",
55
"author": "SAP SE (https://www.sap.com)",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)