@sap/ux-ui5-tooling 1.3.3 → 1.3.5

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 CHANGED
@@ -2,6 +2,13 @@
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.3.5] - 2021-09-23
6
+ ### Added
7
+ - Added help options for SAP Fiori tools CLI. Typing `npx fiori help` will give the list of commands that the command line tools support. Help text for individual `fiori` commands can also be displayed, e.g. `npx fiori add help`.
8
+
9
+ ### Fixed
10
+ - Stability fixes
11
+
5
12
  ## [1.3.3] - 2021-09-09
6
13
  ### Added
7
14
  - Added instructions for users on how to retrieve the URL of a deployed application on Cloud foundry
package/README.md CHANGED
@@ -5,11 +5,11 @@ Furthermore, the module expose the cli `fiori` offering e.g. the [`fiori run`](#
5
5
 
6
6
  ## [**Middlewares**](#middlewares)
7
7
 
8
- SAP Fiori tools use the capabilities of custom middlewares to start and preview Fiori elements applications, e.g. to enable auto refresh, to switch the version of UI5 sources or to serve static resources. Starting with version `1.3.0` the behaviour of the preview of the Fiori applications has changed. Now the persistent iAppState is ignored in order to have the source code changes always apply when application is refreshed. If you want to enable the iAppState then you need to add the URL parameter `fiori-tools-iapp-state=true` to the browser URL, e.g. `http://localhost:8080/test/flpSandbox.html?fiori-tools-iapp-state=true#masterDetail-display`.
8
+ SAP Fiori tools use the capabilities of custom middlewares to start and preview SAP Fiori elements or SAPUI5 freestyle applications, e.g. to enable auto refresh, to switch the version of SAPUI5 sources or to serve static resources. Starting with version `1.3.0` the behaviour of the preview of the SAP Fiori applications has changed. Now the persistent iAppState is ignored in order to have the source code changes always apply when application is refreshed. If you want to enable the iAppState then you need to add the URL parameter `fiori-tools-iapp-state=true` to the browser URL, e.g. `http://localhost:8080/test/flpSandbox.html?fiori-tools-iapp-state=true#masterDetail-display`.
9
9
 
10
10
  ### [**1. Application Reload**](#1-application-reload)
11
11
 
12
- The application reload middleware allows developers to preview Fiori elements applications while developing/configuring them. Whenever a file relevant for Fiori elements is changed, the application reload middleware will refresh the application preview.
12
+ The application reload middleware allows developers to preview SAP Fiori applications while developing/configuring them. Whenever a file relevant for the SAP Fiori application is changed, the reload middleware will refresh the application preview.
13
13
 
14
14
  #### Example Configuration
15
15
 
@@ -24,12 +24,12 @@ server:
24
24
 
25
25
  #### Configuration options
26
26
 
27
- The application reload middleware does not require any configuration parameters. However, there are optional parameters that can be used if the project structure differs from standard Fiori elements projects.
27
+ The application reload middleware does not require any configuration parameters. However, there are optional parameters that can be used if the project structure differs from standard SAP Fiori projects.
28
28
 
29
29
  #### path
30
30
 
31
31
  - `<string>` (default: `webapp`)
32
- Path that is to be watched. By default the standard UI5 `webapp` folder is used
32
+ Path that is to be watched. By default the standard SAPUI5 `webapp` folder is used
33
33
 
34
34
  #### ext
35
35
 
@@ -48,7 +48,7 @@ Set this parameter to get more log information.
48
48
 
49
49
  ### [**2. Proxy**](#2-proxy)
50
50
 
51
- The proxy middleware provides you with the capabilities to connect to diffent back-end systems or to switch the UI5 version of the application. The proxy is based on the [http-proxy-middleware](https://www.npmjs.com/package/http-proxy-middleware).
51
+ The proxy middleware provides you with the capabilities to connect to diffent back-end systems or to switch the SAPUI5 version of the application. The proxy is based on the [http-proxy-middleware](https://www.npmjs.com/package/http-proxy-middleware).
52
52
 
53
53
  ### Configuration Examples
54
54
 
@@ -173,7 +173,7 @@ By the default the `fiori-tools-proxy` will read the proxy configuration from th
173
173
 
174
174
  #### [UI5](#ui5)
175
175
 
176
- By using the proxy configuration one can also change the UI5 version, which is used to preview the application. With the application generation also the initial ui5 configuration for the proxy is created. It looks e.g. like this.
176
+ By using the proxy configuration one can also change the SAPUI5 version, which is used to preview the application. With the application generation also the initial ui5 configuration for the proxy is created. It looks e.g. like this.
177
177
 
178
178
  ```
179
179
  - name: fiori-tools-proxy
@@ -187,7 +187,7 @@ By using the proxy configuration one can also change the UI5 version, which is u
187
187
  version: 1.78.0
188
188
  ```
189
189
 
190
- By using the `version` parameter one can choose the UI5 version which will used when `npx fiori run` is executed.
190
+ By using the `version` parameter one can choose the SAPUI5 version which will used when `npx fiori run` is executed.
191
191
 
192
192
  **Note:** all UI5 requests are routed through the proxy. Sometimes this can cause performance issues. If you don't want route the UI5 requests through the proxy, then you can set parameter `directLoad: true`. This will inject the UI5 url in the HTML file of the application and thus the UI5 libs will be loaded directly.
193
193
 
@@ -206,10 +206,10 @@ By using the `version` parameter one can choose the UI5 version which will used
206
206
 
207
207
  ### [**3. Serve Static**](#3-serve-static)
208
208
 
209
- The serve static middleware provides the capability to serve any static resources locally from your machine. E.g. you can serve UI5 locally or any other resources.
209
+ The serve static middleware provides the capability to serve any static resources locally from your machine. E.g. you can serve SAPUI5 locally or any other resources.
210
210
 
211
211
 
212
- #### [Example Configuration for serving locally UI5](#example-configuration-for-serving-locally-ui5)
212
+ #### [Example Configuration for serving locally SAPUI5](#example-configuration-for-serving-locally-ui5)
213
213
 
214
214
  **Pre-requisites:**
215
215
  SAPUI5 SDK version is downloaded and extracted locally on the machine. One can download UI5 resources from <https://tools.hana.ondemand.com/#sapui5>
@@ -263,11 +263,11 @@ server:
263
263
 
264
264
  ## [**Tasks**](#tasks)
265
265
 
266
- SAP Fiori tools use the capabilities of custom tasks to deploy the Fiori elements projects to ABAP servers.
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
 
270
- The deployment to ABAP task allows deploying Fiori applications to SAP systems using the [SAPUI5 Repository OData service](https://sapui5.hana.ondemand.com/#/topic/a883327a82ef4cc792f3c1e7b7a48de8.html).
270
+ The deployment to ABAP task allows deploying SAP Fiori applications to SAP systems using the [SAPUI5 Repository OData service](https://sapui5.hana.ondemand.com/#/topic/a883327a82ef4cc792f3c1e7b7a48de8.html).
271
271
 
272
272
  **Pre-requisites:**
273
273
 
@@ -479,10 +479,10 @@ Destination configured to connect to the backend on Cloud Foundry. If there's a
479
479
  ##### Prefix
480
480
  Prefix used for the ID of the MTA and the service names. It defaults to the namespace of the app. If a namespace is not found, it defaults to `test`. Please choose a prefix so that the service names are unique to your MTA. Otherwise deployment by multiple people will overwrite the same service.
481
481
 
482
- At the end of the generation, it's possible to optionally generate Fiori Launchpad configuration (default: no).
482
+ At the end of the generation, it's possible to optionally generate SAP Fiori launchpad configuration (default: no).
483
483
 
484
484
  ### [fiori add flp-config](#fiori-add-flp-config---fiori-launchpad-configuration-generation) - Fiori Launchpad configuration generation
485
- It's possible to create configuration and artifacts required to run the application in an SAP Fiori Launchpad. Depending on the target, the command will update either only the application `manifest.json` with the required inbound navigation property, or will also enhance the MTA configuration to contain a standalone FLP on CF.
485
+ It's possible to create configuration and artifacts required to run the application in an SAP Fiori launchpad. Depending on the target, the command will update either only the application `manifest.json` with the required inbound navigation property, or will also enhance the MTA configuration to contain a standalone FLP on CF.
486
486
 
487
487
  ### [fiori deploy](#fiori-deploy---performs-the-deployment-of-the-application-into-an-abap-system) - performs the deployment of the application into an ABAP system
488
488
  Deploys an application to an ABAP frontend server.