Skip to content

Commit

Permalink
chore(main): release 0.11.4 (#92)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Mar 27, 2023
1 parent f60c19b commit 2e7e244
Show file tree
Hide file tree
Showing 12 changed files with 46 additions and 33 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.11.4](https://github.com/marianfoo/ui5-cc-excelUpload/compare/v0.11.3...v0.11.4) (2023-03-27)


### Bug Fixes

* namespace at manifest was not replaced correctly ([#91](https://github.com/marianfoo/ui5-cc-excelUpload/issues/91)) ([f60c19b](https://github.com/marianfoo/ui5-cc-excelUpload/commit/f60c19b99d5e9a6c2607d76386dea7f710a52d31))

## [0.11.3](https://github.com/marianfoo/ui5-cc-excelUpload/compare/v0.11.2...v0.11.3) (2023-03-20)


Expand Down
20 changes: 10 additions & 10 deletions docs/pages/GettingStarted.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ For more information, please see the Page [Central Deployment](../../../ui5-cc-e

## Setup

Here are the steps how to integrate the ui5-cc-excelUpload component manually. For a simplified integration, a [yo generator](../../../ui5-cc-excelUpload/pages/Generator) is also available.
### Setup Decentralized deployment
Here are the manual steps how to integrate the ui5-cc-excelUpload component. For a simplified integration, a [yo generator](../../../ui5-cc-excelUpload/pages/Generator) is also available.
### Setup Decentralised deployment

1\. Install from npm

Expand All @@ -25,9 +25,9 @@ npm install ui5-cc-excelupload
````json
"ui5": {
"dependencies": [
// ...
//...
"ui5-cc-excelupload"
// ...
//...
]
}
````
Expand All @@ -38,7 +38,7 @@ npm install ui5-cc-excelupload

````json
"resourceRoots": {
"cc.excelUpload.v0_11_3": "./thirdparty/customControl/excelUpload/v0_11_3"
"cc.excelUpload.v0_11_4": "./thirdparty/customControl/excelUpload/v0_11_4"
},
````

Expand All @@ -47,9 +47,9 @@ npm install ui5-cc-excelupload

````json
"scripts": {
//...
// ...
"build": "ui5 build --config=ui5.yaml --all --clean-dest --dest dist",
//...
// ...
},
````

Expand All @@ -60,7 +60,7 @@ npm install ui5-cc-excelupload
````json
"componentUsages": {
"excelUpload": {
"name": "cc.excelUpload.v0_11_3"
"name": "cc.excelUpload.v0_11_4"
}
},
````
Expand All @@ -76,7 +76,7 @@ npm install ui5-cc-excelupload
````json
"componentUsages": {
"excelUpload": {
"name": "cc.excelUpload.v0_11_3"
"name": "cc.excelUpload.v0_11_4"
}
},
````
Expand All @@ -87,7 +87,7 @@ npm install ui5-cc-excelupload
!!! warning
There are different implementations for Fiori Elements depending on the OData Version

## Starting with Fiori Elements
## Starting with the Fiori Elements application

To start the Excel Upload Dialog, you need in your Fiori Elements App a Button.
The best way is start with the [Guided Development](https://blogs.sap.com/2021/08/16/getting-up-to-speed-with-sap-fiori-tools-guided-development-overview/) Extension to add a custom action:
Expand Down
4 changes: 2 additions & 2 deletions examples/packages/ordersv2fe/webapp/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,11 +99,11 @@
},
"componentUsages": {
"excelUpload": {
"name": "cc.excelUpload.v0_11_3"
"name": "cc.excelUpload.v0_11_4"
}
},
"resourceRoots": {
"cc.excelUpload.v0_11_3": "./thirdparty/customControl/excelUpload/v0_11_3"
"cc.excelUpload.v0_11_4": "./thirdparty/customControl/excelUpload/v0_11_4"
},
"routing": {
"config": {},
Expand Down
4 changes: 2 additions & 2 deletions examples/packages/ordersv2fenondraft/webapp/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,11 +99,11 @@
},
"componentUsages": {
"excelUpload": {
"name": "cc.excelUpload.v0_11_3"
"name": "cc.excelUpload.v0_11_4"
}
},
"resourceRoots": {
"cc.excelUpload.v0_11_3": "./thirdparty/customControl/excelUpload/v0_11_3"
"cc.excelUpload.v0_11_4": "./thirdparty/customControl/excelUpload/v0_11_4"
},
"routing": {
"config": {},
Expand Down
4 changes: 2 additions & 2 deletions examples/packages/ordersv2freestyle/webapp/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,11 +80,11 @@
},
"componentUsages": {
"excelUpload": {
"name": "cc.excelUpload.v0_11_3"
"name": "cc.excelUpload.v0_11_4"
}
},
"resourceRoots": {
"cc.excelUpload.v0_11_3": "./thirdparty/customControl/excelUpload/v0_11_3"
"cc.excelUpload.v0_11_4": "./thirdparty/customControl/excelUpload/v0_11_4"
},
"routing": {
"config": {
Expand Down
4 changes: 2 additions & 2 deletions examples/packages/ordersv4fe/webapp/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,11 +94,11 @@
},
"componentUsages": {
"excelUpload": {
"name": "cc.excelUpload.v0_11_3"
"name": "cc.excelUpload.v0_11_4"
}
},
"resourceRoots": {
"cc.excelUpload.v0_11_3": "./thirdparty/customControl/excelUpload/v0_11_3"
"cc.excelUpload.v0_11_4": "./thirdparty/customControl/excelUpload/v0_11_4"
},
"routing": {
"routes": [
Expand Down
4 changes: 2 additions & 2 deletions examples/packages/ordersv4fpm/webapp/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,11 +94,11 @@
},
"componentUsages": {
"excelUpload": {
"name": "cc.excelUpload.v0_11_3"
"name": "cc.excelUpload.v0_11_4"
}
},
"resourceRoots": {
"cc.excelUpload.v0_11_3": "./thirdparty/customControl/excelUpload/v0_11_3"
"cc.excelUpload.v0_11_4": "./thirdparty/customControl/excelUpload/v0_11_4"
},
"routing": {
"config": {},
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ui5-cc-excelupload",
"version": "0.11.3",
"version": "0.11.4",
"description": "A UI5 Module to integrate a Excel Upload for Fiori Element Apps.",
"main": "ExcelUpload.controller.js",
"keywords": [
Expand Down
18 changes: 12 additions & 6 deletions src/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"_version": "1.9.0",
"sap.app": {
"id": "cc.excelUpload.v0_11_3",
"id": "cc.excelUpload.v0_11_4",
"type": "component",
"i18n": "i18n/i18n.properties",
"title": "{{compTitle}}",
Expand All @@ -26,10 +26,13 @@
"tablet": true,
"phone": true
},
"supportedThemes": ["sap_hcb", "sap_belize"]
"supportedThemes": [
"sap_hcb",
"sap_belize"
]
},
"sap.ui5": {
"componentName": "cc.excelUpload.v0_11_3",
"componentName": "cc.excelUpload.v0_11_4",
"dependencies": {
"minUI5Version": "1.44.0",
"libs": {
Expand All @@ -47,8 +50,11 @@
"i18n": {
"type": "sap.ui.model.resource.ResourceModel",
"settings": {
"bundleName": "cc.excelUpload.v0_11_3.i18n.i18n",
"supportedLocales": ["en", "de"],
"bundleName": "cc.excelUpload.v0_11_4.i18n.i18n",
"supportedLocales": [
"en",
"de"
],
"fallbackLocale": "en"
}
}
Expand All @@ -58,4 +64,4 @@
"js": []
}
}
}
}
6 changes: 3 additions & 3 deletions ui5-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ builder:
- '**/*.ts'
replace:
- placeholder: XXXnamespaceXXX
value: v0_11_3
value: v0_11_4
- placeholder: XXXnamespaceShortXXX
value: v0113
value: v0114
- placeholder: XXXnamespaceSlashXXX
value: v0_11_3
value: v0_11_4
- name: ui5-tooling-modules-task
afterTask: ui5-tooling-stringreplace-task
configuration:
Expand Down
4 changes: 2 additions & 2 deletions ui5-deploy.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
specVersion: '2.5'
metadata:
name: cc.excelUpload.v0_11_3
name: cc.excelUpload.v0_11_4
type: application
builder:
resources:
Expand All @@ -18,7 +18,7 @@ builder:
username: env:USER
password: env:PW
app:
name: Z_XUP_v0_11_3
name: Z_XUP_v0_11_4
description: ''
package: Z_EXCELUPLOAD
transport: A4HK900057
Expand Down
2 changes: 1 addition & 1 deletion ui5.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ metadata:
resources:
configuration:
paths:
/thirdparty/customControl/excelUpload/v0_11_3/: ./dist/
/thirdparty/customControl/excelUpload/v0_11_4/: ./dist/

0 comments on commit 2e7e244

Please sign in to comment.