@sap/ux-ui5-tooling 1.3.7 → 1.4.4
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 +18 -0
- package/README.md +5 -5
- package/dist/cli/index.js +95925 -85298
- package/dist/markdowns/add/add.en.md +3 -0
- package/dist/middlewares/fiori-tools-appreload.js +1120 -1107
- package/dist/middlewares/fiori-tools-preview.js +54547 -54261
- package/dist/middlewares/fiori-tools-proxy.js +66006 -65711
- package/dist/middlewares/fiori-tools-servestatic.js +99 -99
- package/dist/tasks/cf-deploy/index.js +55440 -41219
- package/dist/tasks/deploy/index.js +77895 -62373
- package/dist/templates/control-property-editor/app.js +1 -1
- package/dist/templates/control-property-editor/editor.html +1 -1
- package/dist/templates/control-property-editor/favicon.ico +0 -0
- package/dist/templates/control-property-editor/ui5-adaptation.js +1 -1
- package/dist/templates/control-property-editor/vendor.js +1 -1
- package/dist/templates/control-property-editor/vendor.js.LICENSE.txt +7 -0
- package/dist/templates/variants-management/preview.html +2 -1
- package/package.json +11 -11
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,24 @@ 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.4.3] - 2021-11-18
|
|
7
|
+
### Changed
|
|
8
|
+
- Updated help texts
|
|
9
|
+
|
|
10
|
+
### Fixed
|
|
11
|
+
- Fixed an issue with resetting the IAppState on the Object Page
|
|
12
|
+
|
|
13
|
+
## [1.4.1] - 2021-11-04
|
|
14
|
+
### Fixed
|
|
15
|
+
- Fixed minor issues
|
|
16
|
+
|
|
17
|
+
## [1.4.0] - 2021-10-21
|
|
18
|
+
### Added
|
|
19
|
+
- Added a new option to create delivery variants/views
|
|
20
|
+
|
|
21
|
+
### Fixed
|
|
22
|
+
- Removed wrong WARN messages in the terminal when executing `npx fiori run`
|
|
23
|
+
|
|
6
24
|
## [1.3.7] - 2021-10-07
|
|
7
25
|
### Changed
|
|
8
26
|
- Fixed minor issues and refactoring
|
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @sap/ux-ui5-tooling
|
|
2
2
|
|
|
3
|
-
The SAP Fiori
|
|
3
|
+
The SAP Fiori Tools - UI5 Tooling contains a selection of custom [middlewares](https://sap.github.io/ui5-tooling/pages/extensibility/CustomServerMiddleware/) that can be used with the command `ui5 serve` as well as custom [tasks](https://sap.github.io/ui5-tooling/pages/extensibility/CustomTasks/) that can be used with the command `ui5 build`.
|
|
4
4
|
Furthermore, the module expose the cli `fiori` offering e.g. the [`fiori run`](#run) command is a wrapper of the `ui5 serve` commands and provides some additional parameters as well as `fiori add deploy-config` and `fiori add flp-config` to extend an existing project.
|
|
5
5
|
|
|
6
6
|
## [**Middlewares**](#middlewares)
|
|
@@ -263,7 +263,7 @@ server:
|
|
|
263
263
|
|
|
264
264
|
## [**Tasks**](#tasks)
|
|
265
265
|
|
|
266
|
-
SAP Fiori
|
|
266
|
+
SAP Fiori Tools use the capabilities of custom tasks to deploy the SAP Fiori projects to ABAP servers.
|
|
267
267
|
|
|
268
268
|
### [Deployment to ABAP](#deployment-to-abap)
|
|
269
269
|
|
|
@@ -520,14 +520,14 @@ Most probably the `OpenSSL` package is not installed on your OS. Please install
|
|
|
520
520
|
|
|
521
521
|
## [Support](#support)
|
|
522
522
|
|
|
523
|
-
Join the [SAP Fiori
|
|
523
|
+
Join the [SAP Fiori Tools Community](https://community.sap.com/search/?by=updated&ct=blog&mt=73555000100800002345). Ask Questions, Read the Latest Blogs, Explore Content.
|
|
524
524
|
Please assign tag: _SAP Fiori tools_.
|
|
525
525
|
|
|
526
|
-
To log an issue with SAP Fiori
|
|
526
|
+
To log an issue with SAP Fiori Tools, please see [Contact SAP Support](https://help.sap.com/viewer/1bb01966b27a429ebf62fa2e45354fea/Latest/en-US).
|
|
527
527
|
|
|
528
528
|
## [Documentation](#documentation)
|
|
529
529
|
|
|
530
|
-
- Visit **SAP Help Portal** for [SAP Fiori
|
|
530
|
+
- Visit **SAP Help Portal** for [SAP Fiori Tools](https://help.sap.com/viewer/product/SAP_FIORI_tools/Latest/en-US) documentation.
|
|
531
531
|
|
|
532
532
|
## [License](#license)
|
|
533
533
|
|