Skip to content

Commit 3b095a7

Browse files
committed
Release 4.1.6
1 parent 58013d5 commit 3b095a7

3 files changed

Lines changed: 14 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +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/v4.1.5...HEAD).
5+
A list of unreleased changes can be found [here](https://github.com/SAP/ui5-builder/compare/v4.1.6...HEAD).
6+
7+
<a name="v4.1.6"></a>
8+
## [v4.1.6] - 2026-04-08
9+
### Bug Fixes
10+
- **Bundler:** Also detect import.meta as ESM indicator [`58013d5`](https://github.com/SAP/ui5-builder/commit/58013d5a75e3fbf245b0042fb0b81f4e729a7a55)
11+
- **Bundler:** Skip ESM modules during bundling and log errors [`d28f63a`](https://github.com/SAP/ui5-builder/commit/d28f63a6ace823d9fcfac23312c09e66be6fb7d4)
12+
- **Bundler:** Reduce noise from ESM parse errors [`bd574bb`](https://github.com/SAP/ui5-builder/commit/bd574bb231cc4e5f1af0b12c12c3365dee5eb80d)
13+
614

715
<a name="v4.1.5"></a>
8-
## [v4.1.5] - 2026-03-23
16+
## [v4.1.5] - 2026-03-25
917

1018
<a name="v4.1.4"></a>
1119
## [v4.1.4] - 2026-02-16
@@ -1019,6 +1027,7 @@ to load the custom bundle file instead.
10191027

10201028
### Features
10211029
- Add ability to configure component preloads and custom bundles [`2241e5f`](https://github.com/SAP/ui5-builder/commit/2241e5ff98fd95f1f80cc74959655ae7a9c660e7)
1030+
[v4.1.6]: https://github.com/SAP/ui5-builder/compare/v4.1.5...v4.1.6
10221031
[v4.1.5]: https://github.com/SAP/ui5-builder/compare/v4.1.4...v4.1.5
10231032
[v4.1.4]: https://github.com/SAP/ui5-builder/compare/v4.1.3...v4.1.4
10241033
[v4.1.3]: https://github.com/SAP/ui5-builder/compare/v4.1.2...v4.1.3

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": "4.1.5",
3+
"version": "4.1.6",
44
"description": "UI5 CLI - Builder",
55
"author": {
66
"name": "SAP SE",

0 commit comments

Comments
 (0)