@sap/ux-ui5-tooling 1.4.7 → 1.5.0
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 -0
- package/dist/cli/index.js +26565 -26211
- package/dist/middlewares/fiori-tools-preview.js +79 -15
- package/dist/middlewares/fiori-tools-proxy.js +98 -38
- package/dist/tasks/cf-deploy/index.js +79 -15
- package/dist/tasks/deploy/index.js +79 -15
- package/dist/templates/control-property-editor/app.js +1 -1
- package/dist/templates/control-property-editor/ui5-adaptation.js +1 -1
- package/dist/templates/control-property-editor/vendor.js +1 -1
- package/package.json +12 -11
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,14 @@ All notable changes to this project are documented in this file.
|
|
|
3
3
|
|
|
4
4
|
This project adheres to [Semantic Versioning](http://semver.org/) and the changelog is formatted based on [Keep a Changelog](http://keepachangelog.com/).
|
|
5
5
|
|
|
6
|
+
## [1.5.0] - 2022-02-10
|
|
7
|
+
### Fixed
|
|
8
|
+
- Fixed an issue with reading and comparing UI5 versions
|
|
9
|
+
- Fixed an issue with previewing applications using project based destination
|
|
10
|
+
|
|
11
|
+
### Changed
|
|
12
|
+
- Requests are not forwarded anymore to next available middleware if UI5 proxy returns 404
|
|
13
|
+
|
|
6
14
|
## [1.4.7] - 2022-01-27
|
|
7
15
|
### Changed
|
|
8
16
|
- Forward request to next available middleware if UI5 proxy response returns 404
|