@sap/ux-ui5-tooling 1.4.1 → 1.4.3

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
@@ -3,6 +3,13 @@ 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
+
6
13
  ## [1.4.1] - 2021-11-04
7
14
  ### Fixed
8
15
  - Fixed minor issues
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @sap/ux-ui5-tooling
2
2
 
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`.
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 tools use the capabilities of custom tasks to deploy the SAP Fiori 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
 
@@ -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 tools Community](https://community.sap.com/search/?by=updated&ct=blog&mt=73555000100800002345). Ask Questions, Read the Latest Blogs, Explore Content.
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 tools, please see [Contact SAP Support](https://help.sap.com/viewer/1bb01966b27a429ebf62fa2e45354fea/Latest/en-US).
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 tools](https://help.sap.com/viewer/product/SAP_FIORI_tools/Latest/en-US) documentation.
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