@sap/ux-ui5-tooling 1.11.1 → 1.11.2
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 +4 -0
- package/README.md +2 -2
- package/dist/cli/index.js +2380 -7679
- package/dist/middlewares/fiori-tools-appreload.js +21652 -9063
- package/dist/middlewares/fiori-tools-preview.js +13 -7
- package/dist/middlewares/fiori-tools-proxy.js +8306 -9102
- package/dist/middlewares/fiori-tools-servestatic.js +16778 -3950
- package/dist/tasks/cf-deploy/index.js +855 -4630
- package/dist/tasks/deploy/index.js +67037 -72438
- package/dist/templates/control-property-editor/app.js +41 -41
- package/package.json +10 -11
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,10 @@
|
|
|
2
2
|
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
|
+
## [1.11.2] - 2023-10-04
|
|
6
|
+
### Fixed
|
|
7
|
+
- Removed usage of the deprecated `@ui5/logger` version 2 package
|
|
8
|
+
|
|
5
9
|
## [1.11.0] - 2023-09-06
|
|
6
10
|
### Fixed
|
|
7
11
|
- Fixed an issue with newly created variants not being shown during the preview
|
package/README.md
CHANGED
|
@@ -282,7 +282,7 @@ Starting with version `1.6.0` one can use the following syntax for proxying diff
|
|
|
282
282
|
- path: /resources
|
|
283
283
|
url: https://ui5.sap.com
|
|
284
284
|
- path: /test-resources
|
|
285
|
-
src: https://
|
|
285
|
+
src: https://ui5.sap.com
|
|
286
286
|
version: '1.100.1'
|
|
287
287
|
```
|
|
288
288
|
|
|
@@ -417,7 +417,7 @@ SAP Fiori Tools use the capabilities of custom tasks to deploy the SAP Fiori pro
|
|
|
417
417
|
|
|
418
418
|
### [Deployment to ABAP](#deployment-to-abap)
|
|
419
419
|
|
|
420
|
-
The deployment to ABAP task allows deploying SAP Fiori applications to SAP systems using the [SAPUI5 Repository OData service](https://
|
|
420
|
+
The deployment to ABAP task allows deploying SAP Fiori applications to SAP systems using the [SAPUI5 Repository OData service](https://ui5.sap.com/#/topic/a883327a82ef4cc792f3c1e7b7a48de8.html).
|
|
421
421
|
|
|
422
422
|
**Pre-requisites:**
|
|
423
423
|
|