Skip to content

Commit

Permalink
chore(main): release 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and npm-robot committed Feb 10, 2023
1 parent 81d0a83 commit f550c68
Show file tree
Hide file tree
Showing 8 changed files with 34 additions and 15 deletions.
25 changes: 22 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,28 @@ See [Documenation](https://marianfoo.github.io/ui5-cc-excelUpload/pages/GettingS



## [0.4.0](https://github.com/marianfoo/ui5-cc-excelUpload/compare/v0.3.4...v0.4.0) (2023-02-10)


### Features

* add intial csv support ([#33](https://github.com/marianfoo/ui5-cc-excelUpload/issues/33)) ([f7ec051](https://github.com/marianfoo/ui5-cc-excelUpload/commit/f7ec051ad20c5304764f97d3d1b89358cee279f1))
* compatibility/wdi5 tests with v2 FE 1.96 and 1.84 ([3f010d9](https://github.com/marianfoo/ui5-cc-excelUpload/commit/3f010d9a1a360702972552b647f8f20368d72640))
* init i18n ([#8](https://github.com/marianfoo/ui5-cc-excelUpload/issues/8)) ([593b009](https://github.com/marianfoo/ui5-cc-excelUpload/commit/593b009298bfc61c2bedce1e23573e96e8ff9e3a))
* multiversion support ([#6](https://github.com/marianfoo/ui5-cc-excelUpload/issues/6)) ([68aa9ca](https://github.com/marianfoo/ui5-cc-excelUpload/commit/68aa9ca2dab84bac0bcd81406636d87038fc1b2e))
* setup for central deployment abap ([#41](https://github.com/marianfoo/ui5-cc-excelUpload/issues/41)) ([54bc904](https://github.com/marianfoo/ui5-cc-excelUpload/commit/54bc904f1e79faf7639218692b5e7e01a86dd4eb))
* support for v4 96/84 ([#16](https://github.com/marianfoo/ui5-cc-excelUpload/issues/16)) ([109813f](https://github.com/marianfoo/ui5-cc-excelUpload/commit/109813f8e20acc16d351da04c80b0208b90008c7))
* working in Draft List Report V2/V4 ([#17](https://github.com/marianfoo/ui5-cc-excelUpload/issues/17)) ([cc07d38](https://github.com/marianfoo/ui5-cc-excelUpload/commit/cc07d387e8af2afb45877887911a68f726945646))
* works in ListReport/ObjectPage V4/V2 and Freestyle V2([#10](https://github.com/marianfoo/ui5-cc-excelUpload/issues/10)) ([d9432d2](https://github.com/marianfoo/ui5-cc-excelUpload/commit/d9432d25142addd8ff7fbe804f9a832692588ef4))


### Bug Fixes

* component-preload.js and componentUsages in examples apps ([#40](https://github.com/marianfoo/ui5-cc-excelUpload/issues/40)) ([33c6e88](https://github.com/marianfoo/ui5-cc-excelUpload/commit/33c6e880b32b13d36638e6dfaddbf69cd5263701))
* open excel dialog twice again ([#20](https://github.com/marianfoo/ui5-cc-excelUpload/issues/20)) ([7a37483](https://github.com/marianfoo/ui5-cc-excelUpload/commit/7a37483d93f07e7b9a9c72ab774a045a06d2766d))
* upload same file two times ([#37](https://github.com/marianfoo/ui5-cc-excelUpload/issues/37)), closes [#36](https://github.com/marianfoo/ui5-cc-excelUpload/issues/36) ([553e5a8](https://github.com/marianfoo/ui5-cc-excelUpload/commit/553e5a8f84f12b96f6e6f04f83efef009fc3a23b))
* using component-preload.js ([#31](https://github.com/marianfoo/ui5-cc-excelUpload/issues/31)) ([4b223bb](https://github.com/marianfoo/ui5-cc-excelUpload/commit/4b223bbb044ef441435d6733e857574c7e5775d4))

## [0.3.4](https://github.com/marianfoo/ui5-cc-excelUpload/compare/v0.3.3...v0.3.4) (2022-12-09)


Expand Down Expand Up @@ -152,6 +174,3 @@ See [Documenation](https://marianfoo.github.io/ui5-cc-excelUpload/pages/GettingS


# 0.1.0 (2022-11-29)



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.7.0"
"name": "cc.excelUpload.v0.4.0"
}
},
"resourceRoots": {
"cc.excelUpload.v0.7.0": "./thirdparty/customControl/excelUpload/v0/7/0"
"cc.excelUpload.v0.4.0": "./thirdparty/customControl/excelUpload/v0/4/0"
},
"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.7.0"
"name": "cc.excelUpload.v0.4.0"
}
},
"resourceRoots": {
"cc.excelUpload.v0.7.0": "./thirdparty/customControl/excelUpload/v0/7/0"
"cc.excelUpload.v0.4.0": "./thirdparty/customControl/excelUpload/v0/4/0"
},
"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.7.0"
"name": "cc.excelUpload.v0.4.0"
}
},
"resourceRoots": {
"cc.excelUpload.v0.7.0": "./thirdparty/customControl/excelUpload/v0/7/0"
"cc.excelUpload.v0.4.0": "./thirdparty/customControl/excelUpload/v0/4/0"
},
"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.7.0"
"name": "cc.excelUpload.v0.4.0"
}
},
"resourceRoots": {
"cc.excelUpload.v0.7.0": "./thirdparty/customControl/excelUpload/v0/7/0"
"cc.excelUpload.v0.4.0": "./thirdparty/customControl/excelUpload/v0/4/0"
},
"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.7.0"
"name": "cc.excelUpload.v0.4.0"
}
},
"resourceRoots": {
"cc.excelUpload.v0.7.0": "./thirdparty/customControl/excelUpload/v0/7/0"
"cc.excelUpload.v0.4.0": "./thirdparty/customControl/excelUpload/v0/4/0"
},
"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.7.0",
"version": "0.4.0",
"description": "A UI5 Module to integrate a Excel Upload for Fiori Element Apps.",
"main": "ExcelUpload.controller.js",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion ui5.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ shims:
resources:
configuration:
paths:
"/thirdparty/customControl/excelUpload/v0/7/0/": "./dist/"
"/thirdparty/customControl/excelUpload/v0/4/0/": "./dist/"

0 comments on commit f550c68

Please sign in to comment.