Skip to content

Commit

Permalink
chore(main): release 0.12.0 (#99)
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 Apr 4, 2023
1 parent 477e899 commit d05b120
Show file tree
Hide file tree
Showing 13 changed files with 72 additions and 40 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [0.12.0](https://github.com/marianfoo/ui5-cc-excelUpload/compare/v0.11.4...v0.12.0) (2023-04-04)


### Features

* add Support for OpenUI5 ([#97](https://github.com/marianfoo/ui5-cc-excelUpload/issues/97)) ([9f1ed6c](https://github.com/marianfoo/ui5-cc-excelUpload/commit/9f1ed6c471c9d42e70fa265340df7c2dcaaa1ab3))
* including [Sample App for OpenUI5](https://github.com/marianfoo/ui5-cc-excelUpload/tree/main/examples/packages/ordersv2freestylenondraftopenui5) and wdi5 Tests
* improve checks for all Edm Types ([#105](https://github.com/marianfoo/ui5-cc-excelUpload/issues/105)) ([dc91ee2](https://github.com/marianfoo/ui5-cc-excelUpload/commit/dc91ee252e1b9c2d204a1486ff8cf1f13ec3109e))
* Documentation for the improved Error Handling can be found [here](https://marianfoo.github.io/ui5-cc-excelUpload/pages/Checks/)
* improved checks on the data formats and error handling ([#103](https://github.com/marianfoo/ui5-cc-excelUpload/issues/103)) ([801cfcb](https://github.com/marianfoo/ui5-cc-excelUpload/commit/801cfcb9b5ed24807144707d03d1db5b0247178e))
* Improvements for custom error handling. Documentation can be found [here](https://marianfoo.github.io/ui5-cc-excelUpload/pages/Events/#check-data-before-upload-to-app)
* new automatically translated languages added ([#107](https://github.com/marianfoo/ui5-cc-excelUpload/issues/107)) ([477e899](https://github.com/marianfoo/ui5-cc-excelUpload/commit/477e899d0dbd91149b2bad608bc12579e5ef6ac4))
* the english language was automatic translated to following languages: `Chinese`, `French`, `Spanish`, `Italien`, `Hindi`, `Japanese`

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


Expand Down
8 changes: 4 additions & 4 deletions docs/pages/GettingStarted.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ npm install ui5-cc-excelupload

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

Expand All @@ -60,14 +60,14 @@ npm install ui5-cc-excelupload
````json
"componentUsages": {
"excelUpload": {
"name": "cc.excelUpload.v0_11_4"
"name": "cc.excelUpload.v0_12_0"
}
},
````

### Setup Central deployment

1\. Execute the deployment with the version you like to use, see here [Central Deployment](./CentralDeployment.md).
1\. Execute the deployment with the version you like to use, see here [Central Deployment](CentralDeployment.md).

2\. Add `componentUsages` to you `manifest.json` under `sap.ui5`

Expand All @@ -76,7 +76,7 @@ npm install ui5-cc-excelupload
````json
"componentUsages": {
"excelUpload": {
"name": "cc.excelUpload.v0_11_4"
"name": "cc.excelUpload.v0_12_0"
}
},
````
Expand Down
10 changes: 6 additions & 4 deletions examples/packages/ordersv2fe/webapp/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@
"uri": "/v2/orders/",
"type": "OData",
"settings": {
"annotations": ["annotation"],
"annotations": [
"annotation"
],
"localUri": "localService/metadata.xml",
"odataVersion": "2.0"
}
Expand Down Expand Up @@ -97,11 +99,11 @@
},
"componentUsages": {
"excelUpload": {
"name": "cc.excelUpload.v0_11_4"
"name": "cc.excelUpload.v0_12_0"
}
},
"resourceRoots": {
"cc.excelUpload.v0_11_4": "./thirdparty/customControl/excelUpload/v0_11_4"
"cc.excelUpload.v0_12_0": "./thirdparty/customControl/excelUpload/v0_12_0"
},
"routing": {
"config": {},
Expand Down Expand Up @@ -210,4 +212,4 @@
"registrationIds": [],
"archeType": "transactional"
}
}
}
10 changes: 6 additions & 4 deletions examples/packages/ordersv2fenondraft/webapp/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@
"uri": "/v2/orders/",
"type": "OData",
"settings": {
"annotations": ["annotation"],
"annotations": [
"annotation"
],
"localUri": "localService/metadata.xml",
"odataVersion": "2.0"
}
Expand Down Expand Up @@ -97,11 +99,11 @@
},
"componentUsages": {
"excelUpload": {
"name": "cc.excelUpload.v0_11_4"
"name": "cc.excelUpload.v0_12_0"
}
},
"resourceRoots": {
"cc.excelUpload.v0_11_4": "./thirdparty/customControl/excelUpload/v0_11_4"
"cc.excelUpload.v0_12_0": "./thirdparty/customControl/excelUpload/v0_12_0"
},
"routing": {
"config": {},
Expand Down Expand Up @@ -204,4 +206,4 @@
"registrationIds": [],
"archeType": "transactional"
}
}
}
15 changes: 10 additions & 5 deletions examples/packages/ordersv2freestylenondraft/webapp/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,11 +76,11 @@
},
"componentUsages": {
"excelUpload": {
"name": "cc.excelUpload.v0_11_4"
"name": "cc.excelUpload.v0_12_0"
}
},
"resourceRoots": {
"cc.excelUpload.v0_11_4": "./thirdparty/customControl/excelUpload/v0_11_4"
"cc.excelUpload.v0_12_0": "./thirdparty/customControl/excelUpload/v0_12_0"
},
"routing": {
"config": {
Expand All @@ -90,7 +90,9 @@
"controlId": "layout",
"controlAggregation": "beginColumnPages",
"bypassed": {
"target": ["notFound"]
"target": [
"notFound"
]
},
"async": true
},
Expand All @@ -103,7 +105,10 @@
{
"pattern": "OrdersND/{objectId}",
"name": "object",
"target": ["list", "object"]
"target": [
"list",
"object"
]
}
],
"targets": {
Expand Down Expand Up @@ -136,4 +141,4 @@
"id": "app"
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -76,11 +76,11 @@
},
"componentUsages": {
"excelUpload": {
"name": "cc.excelUpload.v0_11_4"
"name": "cc.excelUpload.v0_12_0"
}
},
"resourceRoots": {
"cc.excelUpload.v0_11_4": "./thirdparty/customControl/excelUpload/v0_11_4"
"cc.excelUpload.v0_12_0": "./thirdparty/customControl/excelUpload/v0_12_0"
},
"routing": {
"config": {
Expand All @@ -90,7 +90,9 @@
"controlId": "layout",
"controlAggregation": "beginColumnPages",
"bypassed": {
"target": ["notFound"]
"target": [
"notFound"
]
},
"async": true
},
Expand All @@ -103,7 +105,10 @@
{
"pattern": "OrdersND/{objectId}",
"name": "object",
"target": ["list", "object"]
"target": [
"list",
"object"
]
}
],
"targets": {
Expand Down Expand Up @@ -136,4 +141,4 @@
"id": "app"
}
}
}
}
10 changes: 6 additions & 4 deletions examples/packages/ordersv4fe/webapp/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@
"uri": "/orders/",
"type": "OData",
"settings": {
"annotations": ["annotation"],
"annotations": [
"annotation"
],
"localUri": "localService/metadata.xml",
"odataVersion": "4.0"
}
Expand Down Expand Up @@ -92,11 +94,11 @@
},
"componentUsages": {
"excelUpload": {
"name": "cc.excelUpload.v0_11_4"
"name": "cc.excelUpload.v0_12_0"
}
},
"resourceRoots": {
"cc.excelUpload.v0_11_4": "./thirdparty/customControl/excelUpload/v0_11_4"
"cc.excelUpload.v0_12_0": "./thirdparty/customControl/excelUpload/v0_12_0"
},
"routing": {
"routes": [
Expand Down Expand Up @@ -231,4 +233,4 @@
"registrationIds": [],
"archeType": "transactional"
}
}
}
10 changes: 6 additions & 4 deletions examples/packages/ordersv4fpm/webapp/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@
"uri": "/orders/",
"type": "OData",
"settings": {
"annotations": ["annotation"],
"annotations": [
"annotation"
],
"localUri": "localService/metadata.xml",
"odataVersion": "4.0"
}
Expand Down Expand Up @@ -92,11 +94,11 @@
},
"componentUsages": {
"excelUpload": {
"name": "cc.excelUpload.v0_11_4"
"name": "cc.excelUpload.v0_12_0"
}
},
"resourceRoots": {
"cc.excelUpload.v0_11_4": "./thirdparty/customControl/excelUpload/v0_11_4"
"cc.excelUpload.v0_12_0": "./thirdparty/customControl/excelUpload/v0_12_0"
},
"routing": {
"config": {},
Expand All @@ -123,4 +125,4 @@
}
}
}
}
}
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.4",
"version": "0.12.0",
"description": "A UI5 Module to integrate a Excel Upload for Fiori Element Apps.",
"main": "Component.js",
"keywords": [
Expand Down
6 changes: 3 additions & 3 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_4",
"id": "cc.excelUpload.v0_12_0",
"type": "component",
"i18n": "i18n/i18n.properties",
"title": "{{compTitle}}",
Expand Down Expand Up @@ -32,7 +32,7 @@
]
},
"sap.ui5": {
"componentName": "cc.excelUpload.v0_11_4",
"componentName": "cc.excelUpload.v0_12_0",
"dependencies": {
"minUI5Version": "1.44.0",
"libs": {
Expand All @@ -50,7 +50,7 @@
"i18n": {
"type": "sap.ui.model.resource.ResourceModel",
"settings": {
"bundleName": "cc.excelUpload.v0_11_4.i18n.i18n",
"bundleName": "cc.excelUpload.v0_12_0.i18n.i18n",
"supportedLocales": [
"en",
"de"
Expand Down
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_4
value: v0_12_0
- placeholder: XXXnamespaceShortXXX
value: v0114
value: v0120
- placeholder: XXXnamespaceSlashXXX
value: v0_11_4
value: v0_12_0
- 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_4
name: cc.excelUpload.v0_12_0
type: application
builder:
resources:
Expand All @@ -18,7 +18,7 @@ builder:
username: env:USER
password: env:PW
app:
name: Z_XUP_v0_11_4
name: Z_XUP_v0_12_0
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_4/: ./dist/
/thirdparty/customControl/excelUpload/v0_12_0/: ./dist/

0 comments on commit d05b120

Please sign in to comment.