@ui5/builder 4.0.12 → 4.0.13
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 +8 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,7 +2,13 @@
|
|
|
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/v4.0.
|
|
5
|
+
A list of unreleased changes can be found [here](https://github.com/SAP/ui5-builder/compare/v4.0.13...HEAD).
|
|
6
|
+
|
|
7
|
+
<a name="v4.0.13"></a>
|
|
8
|
+
## [v4.0.13] - 2025-10-07
|
|
9
|
+
### Bug Fixes
|
|
10
|
+
- **JSDoc:** avoid errors when symbol has no events [`76a072c`](https://github.com/SAP/ui5-builder/commit/76a072cd0e098c4ad1caea22225c955f117a2a3b)
|
|
11
|
+
|
|
6
12
|
|
|
7
13
|
<a name="v4.0.11"></a>
|
|
8
14
|
## [v4.0.11] - 2025-09-11
|
|
@@ -986,6 +992,7 @@ to load the custom bundle file instead.
|
|
|
986
992
|
|
|
987
993
|
### Features
|
|
988
994
|
- Add ability to configure component preloads and custom bundles [`2241e5f`](https://github.com/SAP/ui5-builder/commit/2241e5ff98fd95f1f80cc74959655ae7a9c660e7)
|
|
995
|
+
[v4.0.13]: https://github.com/SAP/ui5-builder/compare/v4.0.11...v4.0.13
|
|
989
996
|
[v4.0.11]: https://github.com/SAP/ui5-builder/compare/v4.0.10...v4.0.11
|
|
990
997
|
[v4.0.10]: https://github.com/SAP/ui5-builder/compare/v4.0.9...v4.0.10
|
|
991
998
|
[v4.0.9]: https://github.com/SAP/ui5-builder/compare/v4.0.8...v4.0.9
|