Skip to content

Commit a004db2

Browse files
authored
chore: release main (#776)
1 parent 10413df commit a004db2

File tree

29 files changed

+126
-102
lines changed

29 files changed

+126
-102
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"packages/ui5-cc-spreadsheetimporter": "2.2.0"
2+
"packages/ui5-cc-spreadsheetimporter": "2.3.0"
33
}

docs/pages/Button.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@ npm install ui5-cc-spreadsheetimporter
2525

2626
<!-- prettier-ignore-start -->
2727
!!! warning "Resource Roots Path"
28-
The `resourceRoots` path "./thirdparty/customcontrol/spreadsheetimporter/v2_2_0" changed from version 0.34.0 to lowercase. Please make sure to use the correct path.
28+
The `resourceRoots` path "./thirdparty/customcontrol/spreadsheetimporter/v2_3_0" changed from version 0.34.0 to lowercase. Please make sure to use the correct path.
2929

3030
<!-- prettier-ignore-end -->
3131

3232
```json
3333
"resourceRoots": {
34-
"cc.spreadsheetimporter.v2_2_0": "./thirdparty/customcontrol/spreadsheetimporter/v2_2_0"
34+
"cc.spreadsheetimporter.v2_3_0": "./thirdparty/customcontrol/spreadsheetimporter/v2_3_0"
3535
}
3636
```
3737

@@ -51,7 +51,7 @@ This is optional and preloads the component on startup of the application.
5151
"sap.ui.table": {}
5252
},
5353
"components": {
54-
"cc.spreadsheetimporter.v2_2_0": {}
54+
"cc.spreadsheetimporter.v2_3_0": {}
5555
}
5656
}
5757
```
@@ -63,7 +63,7 @@ This is optional and preloads the component on startup of the application.
6363
```json
6464
"componentUsages": {
6565
"spreadsheetImporter": {
66-
"name": "cc.spreadsheetimporter.v2_2_0"
66+
"name": "cc.spreadsheetimporter.v2_3_0"
6767
}
6868
}
6969
```
@@ -137,7 +137,7 @@ A sample configuration can be found in the manifest.json of the [OData V4 Fiori
137137
"customSectionReuse": {
138138
"title": "Spreadsheet Upload",
139139
"embeddedComponent": {
140-
"name": "cc.spreadsheetimporter.v2_2_0",
140+
"name": "cc.spreadsheetimporter.v2_3_0",
141141
"settings": {
142142
"tableId": "ui.v4.ordersv4fe::OrdersObjectPage--fe::table::Items::LineItem-innerTable"
143143
}

docs/pages/CHANGELOGSPREADSHEETIMPORTER.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,17 @@
1313
- handle process if object was not found in backend ([#735](https://github.com/spreadsheetimporter/ui5-cc-spreadsheetimporter/issues/735)) ([8aed7e9](https://github.com/spreadsheetimporter/ui5-cc-spreadsheetimporter/commit/8aed7e9b99c45aed593c1f00b4a5287f93bd890f))
1414
- return error if wrong table type is specified ([#739](https://github.com/spreadsheetimporter/ui5-cc-spreadsheetimporter/issues/739)) ([83c80dd](https://github.com/spreadsheetimporter/ui5-cc-spreadsheetimporter/commit/83c80ddefe75714414aa4064e93860510b87e5c2))
1515

16+
## [2.3.0](https://github.com/spreadsheetimporter/ui5-cc-spreadsheetimporter/compare/ui5-cc-spreadsheetimporter-v2.2.0...ui5-cc-spreadsheetimporter-v2.3.0) (2025-07-04)
17+
18+
### Features
19+
20+
- introduce pasting data or files to upload dialog ([#778](https://github.com/spreadsheetimporter/ui5-cc-spreadsheetimporter/issues/778)) ([10413df](https://github.com/spreadsheetimporter/ui5-cc-spreadsheetimporter/commit/10413df13889684b702b508f8d307bbc20496de9))
21+
22+
### Bug Fixes
23+
24+
- add dragdrop to wizard ([#777](https://github.com/spreadsheetimporter/ui5-cc-spreadsheetimporter/issues/777)) ([d2e2244](https://github.com/spreadsheetimporter/ui5-cc-spreadsheetimporter/commit/d2e22443f776bbc5d3e28d9ed928f421783fc12a))
25+
- add template download button to wizard ([#775](https://github.com/spreadsheetimporter/ui5-cc-spreadsheetimporter/issues/775)) ([4f1277a](https://github.com/spreadsheetimporter/ui5-cc-spreadsheetimporter/commit/4f1277aafd948cf9541c57d075e4cc470e4b694d))
26+
1627
## [2.2.0](https://github.com/spreadsheetimporter/ui5-cc-spreadsheetimporter/compare/ui5-cc-spreadsheetimporter-v2.1.0...ui5-cc-spreadsheetimporter-v2.2.0) (2025-07-02)
1728

1829
### Features

docs/pages/CentralDeployment.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ server:
170170
customMiddleware:
171171
- name: ui5-middleware-servestatic
172172
afterMiddleware: compression
173-
mountPath: /resources/cc/spreadsheetimporter/v2_2_0/
173+
mountPath: /resources/cc/spreadsheetimporter/v2_3_0/
174174
configuration:
175175
rootPath: 'node_modules/ui5-cc-spreadsheetimporter/dist'
176176
```
@@ -184,7 +184,7 @@ To consume the centrally deployed component while developing locally in VS Code
184184
Access the App Index to find the URL of the component:
185185
186186
```
187-
<SAP_SYSTEM_URL>/sap/bc/ui2/app_index/ui5_app_info?id=cc.spreadsheetimporter.v2_2_0
187+
<SAP_SYSTEM_URL>/sap/bc/ui2/app_index/ui5_app_info?id=cc.spreadsheetimporter.v2_3_0
188188
```
189189

190190
2\. **Configure Proxy Middleware**
@@ -203,9 +203,9 @@ server:
203203
- path: /sap
204204
url: <Cloud Connector or local URL>
205205
destination: <System Destination Name if in BAS>
206-
- path: /resources/cc/spreadsheetimporter/v2_2_0
206+
- path: /resources/cc/spreadsheetimporter/v2_3_0
207207
destination: <System Destination Name if in BAS>
208-
pathPrefix: /sap/bc/ui5_ui5/sap/<BSP_NAME>/thirdparty/customcontrol/spreadsheetimporter/v2_2_0/
208+
pathPrefix: /sap/bc/ui5_ui5/sap/<BSP_NAME>/thirdparty/customcontrol/spreadsheetimporter/v2_3_0/
209209
url: <Cloud Connector or local URL>
210210
```
211211
@@ -216,9 +216,9 @@ server:
216216
customMiddleware:
217217
- name: ui5-middleware-simpleproxy
218218
afterMiddleware: compression
219-
mountPath: /resources/cc/spreadsheetimporter/v2_2_0/
219+
mountPath: /resources/cc/spreadsheetimporter/v2_3_0/
220220
configuration:
221-
baseUri: '<SAP_SYSTEM_URL>/sap/bc/ui5_ui5/sap/<BSP_NAME>/thirdparty/customcontrol/spreadsheetimporter/v2_2_0/'
221+
baseUri: '<SAP_SYSTEM_URL>/sap/bc/ui5_ui5/sap/<BSP_NAME>/thirdparty/customcontrol/spreadsheetimporter/v2_3_0/'
222222
username: <SAP_USERNAME>
223223
password: <SAP_PASSWORD>
224224
query:

docs/pages/GettingStarted.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ npm install ui5-cc-spreadsheetimporter
7272

7373
```json
7474
"resourceRoots": {
75-
"cc.spreadsheetimporter.v2_2_0": "./thirdparty/customcontrol/spreadsheetimporter/v2_2_0"
75+
"cc.spreadsheetimporter.v2_3_0": "./thirdparty/customcontrol/spreadsheetimporter/v2_3_0"
7676
}
7777
```
7878

@@ -97,7 +97,7 @@ For BTP applications (or apps using the index.html bootstrap), you can use jsDel
9797
data-sap-ui-theme="sap_horizon"
9898
data-sap-ui-resourceroots='{
9999
"your.app.namespace": "./",
100-
"cc.spreadsheetimporter.v2_2_0": "https://cdn.jsdelivr.net/npm/ui5-cc-spreadsheetimporter@1.7.3/dist"
100+
"cc.spreadsheetimporter.v2_3_0": "https://cdn.jsdelivr.net/npm/ui5-cc-spreadsheetimporter@1.7.3/dist"
101101
}'
102102
data-sap-ui-oninit="module:sap/ui/core/ComponentSupport"
103103
data-sap-ui-async="true"
@@ -124,7 +124,7 @@ For more information on using jsDelivr CDN, see the [jsDelivr documentation](htt
124124
```json
125125
"componentUsages": {
126126
"spreadsheetImporter": {
127-
"name": "cc.spreadsheetimporter.v2_2_0"
127+
"name": "cc.spreadsheetimporter.v2_3_0"
128128
}
129129
}
130130
```
@@ -140,7 +140,7 @@ If you encounter the error `component does not exist` when deploying to an SAP s
140140

141141
```json
142142
"sap.app": {
143-
"embeds": ["thirdparty/customcontrol/spreadsheetimporter/v2_2_0"]
143+
"embeds": ["thirdparty/customcontrol/spreadsheetimporter/v2_3_0"]
144144
}
145145
```
146146

@@ -158,7 +158,7 @@ If you encounter the error `component does not exist` when deploying to an SAP s
158158
```json
159159
"componentUsages": {
160160
"spreadsheetImporter": {
161-
"name": "cc.spreadsheetimporter.v2_2_0"
161+
"name": "cc.spreadsheetimporter.v2_3_0"
162162
}
163163
}
164164
```
@@ -343,7 +343,7 @@ openSpreadsheetUploadDialog: async function (oEvent) {
343343
context: this,
344344
},
345345
url: "/sap/bc/ui5_ui5/sap/Z_XUP_v0_33_2",
346-
name: "cc.spreadsheetimporter.v2_2_0"
346+
name: "cc.spreadsheetimporter.v2_3_0"
347347
});
348348
this.spreadsheetUpload.openSpreadsheetUploadDialog();
349349
this.getView().setBusy(false);
@@ -354,7 +354,7 @@ This method can be used as an alternative to `resourceRoots` in the `manifest.js
354354

355355
#### Error: Library/Component Used in Application Does Not Exist
356356

357-
When deploying the app to your ABAP system, you might encounter an error like `SAPUI5 library/component cc.spreadsheetimporter.v2_2_0 used in application Z*** does not exist`. The application is deployed, but the service returns an error.
357+
When deploying the app to your ABAP system, you might encounter an error like `SAPUI5 library/component cc.spreadsheetimporter.v2_3_0 used in application Z*** does not exist`. The application is deployed, but the service returns an error.
358358

359359
To avoid this error, add the following to your `manifest.json` file:
360360

@@ -365,7 +365,7 @@ To avoid this error, add the following to your `manifest.json` file:
365365

366366
```json
367367
"sap.app": {
368-
"embeds": ["thirdparty/customcontrol/spreadsheetimporter/v2_2_0"]
368+
"embeds": ["thirdparty/customcontrol/spreadsheetimporter/v2_3_0"]
369369
}
370370
```
371371

@@ -473,7 +473,7 @@ builder:
473473
configuration:
474474
archiveName: uimodule
475475
includeDependencies:
476-
- ui5-cc-spreadsheetimporter-v2-2-0
476+
- ui5-cc-spreadsheetimporter-v2-3-0
477477
```
478478

479479
The metadata name is defined in the [`ui5.yaml`](https://github.com/spreadsheetimporter/ui5-cc-spreadsheetimporter/blob/9b61a778e5b0a5b66c15f5889334a6d684ae88de/packages/ui5-cc-spreadsheetimporter/ui5.yaml#L4) file of the component.
@@ -487,7 +487,7 @@ The metadata name is defined in the [`ui5.yaml`](https://github.com/spreadsheeti
487487

488488
When using decentralized deployment, deployment may fail with the following error:
489489

490-
`"Service name 'spreadsheetimporter_v2_2_0' and public setting 'true' in embedded manifest.json have to be equal to service name 'xxxxxxx' and public setting 'true' of root manifest.json"`
490+
`"Service name 'spreadsheetimporter_v2_3_0' and public setting 'true' in embedded manifest.json have to be equal to service name 'xxxxxxx' and public setting 'true' of root manifest.json"`
491491

492492
SAP currently does not provide a fix for this.
493493

@@ -512,7 +512,7 @@ builder:
512512
afterTask: replaceVersion
513513
```
514514

515-
This task will update the Spreadsheet Importer manifest with the app's service name at this path: `dist/thirdparty/customcontrol/spreadsheetimporter/v2_2_0/manifest.json`.
515+
This task will update the Spreadsheet Importer manifest with the app's service name at this path: `dist/thirdparty/customcontrol/spreadsheetimporter/v2_3_0/manifest.json`.
516516

517517
##### Workaround 2
518518

docs/pages/Troubleshooting.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Alternatively, you can try selecting all the messages and copying them to a text
4343
If you receive an error similar to the following:
4444

4545
```
46-
ui5loader-dbg.js:1042 Uncaught (in promise) ModuleError: failed to load 'cc/spreadsheetimporter/v2_2_0/Component.js' from resources/cc/spreadsheetimporter/v2_2_0/Component.js: script load error
46+
ui5loader-dbg.js:1042 Uncaught (in promise) ModuleError: failed to load 'cc/spreadsheetimporter/v2_3_0/Component.js' from resources/cc/spreadsheetimporter/v2_3_0/Component.js: script load error
4747
```
4848

4949
Since the component is designed to always use a specific version, you must ensure that the correct version is used after an update.
@@ -63,16 +63,16 @@ See the configurations for this version below:
6363

6464
<!-- prettier-ignore-start -->
6565
!!! warning "Resource Roots Path"
66-
The `resourceRoots` path "./thirdparty/customcontrol/spreadsheetimporter/v2_2_0" changed from version 0.34.0 to lowercase. Please make sure to use the correct path.
66+
The `resourceRoots` path "./thirdparty/customcontrol/spreadsheetimporter/v2_3_0" changed from version 0.34.0 to lowercase. Please make sure to use the correct path.
6767
<!-- prettier-ignore-end -->
6868

6969
```json
7070
"componentUsages": {
7171
"spreadsheetImporter": {
72-
"name": "cc.spreadsheetimporter.v2_2_0"
72+
"name": "cc.spreadsheetimporter.v2_3_0"
7373
}
7474
},
7575
"resourceRoots": {
76-
"cc.spreadsheetimporter.v2_2_0": "./thirdparty/customcontrol/spreadsheetimporter/v2_2_0"
76+
"cc.spreadsheetimporter.v2_3_0": "./thirdparty/customcontrol/spreadsheetimporter/v2_3_0"
7777
}
7878
```

docs/pages/Typescript.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,17 +21,17 @@ Add the component usage and the resource roots to the manifest.json as described
2121

2222
<!-- prettier-ignore-start -->
2323
!!! warning "Resource Roots Path"
24-
The `resourceRoots` path "./thirdparty/customcontrol/spreadsheetimporter/v2_2_0" changed from version 0.34.0 to lowercase. Please make sure to use the correct path.
24+
The `resourceRoots` path "./thirdparty/customcontrol/spreadsheetimporter/v2_3_0" changed from version 0.34.0 to lowercase. Please make sure to use the correct path.
2525
<!-- prettier-ignore-end -->
2626

2727
```json
2828
"componentUsages": {
2929
"spreadsheetImporter": {
30-
"name": "cc.spreadsheetimporter.v2_2_0"
30+
"name": "cc.spreadsheetimporter.v2_3_0"
3131
}
3232
},
3333
"resourceRoots": {
34-
"cc.spreadsheetimporter.v2_2_0": "./thirdparty/customcontrol/spreadsheetimporter/v2_2_0"
34+
"cc.spreadsheetimporter.v2_3_0": "./thirdparty/customcontrol/spreadsheetimporter/v2_3_0"
3535
},
3636
```
3737

@@ -44,7 +44,7 @@ import Component, {
4444
Component$ChangeBeforeCreateEvent,
4545
Component$CheckBeforeReadEvent,
4646
Component$UploadButtonPressEvent
47-
} from 'cc/spreadsheetimporter/v2_2_0/Component';
47+
} from 'cc/spreadsheetimporter/v2_3_0/Component';
4848
import BaseController from 'sap/fe/core/BaseController';
4949
import ExtensionAPI from 'sap/fe/core/ExtensionAPI';
5050

examples/packages/anyupload/webapp/manifest.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
"sap.fe.templates": {}
7575
},
7676
"components": {
77-
"cc.spreadsheetimporter.v2_2_0": {}
77+
"cc.spreadsheetimporter.v2_3_0": {}
7878
}
7979
},
8080
"contentDensities": {
@@ -108,11 +108,11 @@
108108
},
109109
"componentUsages": {
110110
"spreadsheetImporter": {
111-
"name": "cc.spreadsheetimporter.v2_2_0"
111+
"name": "cc.spreadsheetimporter.v2_3_0"
112112
}
113113
},
114114
"resourceRoots": {
115-
"cc.spreadsheetimporter.v2_2_0": "./thirdparty/customcontrol/spreadsheetimporter/v2_2_0"
115+
"cc.spreadsheetimporter.v2_3_0": "./thirdparty/customcontrol/spreadsheetimporter/v2_3_0"
116116
},
117117
"routing": {
118118
"config": {},

examples/packages/ordersv2fe/webapp/manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,11 +113,11 @@
113113
},
114114
"componentUsages": {
115115
"spreadsheetImporter": {
116-
"name": "cc.spreadsheetimporter.v2_2_0"
116+
"name": "cc.spreadsheetimporter.v2_3_0"
117117
}
118118
},
119119
"resourceRoots": {
120-
"cc.spreadsheetimporter.v2_2_0": "./thirdparty/customcontrol/spreadsheetimporter/v2_2_0"
120+
"cc.spreadsheetimporter.v2_3_0": "./thirdparty/customcontrol/spreadsheetimporter/v2_3_0"
121121
},
122122
"routing": {
123123
"config": {},

examples/packages/ordersv2fenondraft/webapp/manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,11 +97,11 @@
9797
},
9898
"componentUsages": {
9999
"spreadsheetImporter": {
100-
"name": "cc.spreadsheetimporter.v2_2_0"
100+
"name": "cc.spreadsheetimporter.v2_3_0"
101101
}
102102
},
103103
"resourceRoots": {
104-
"cc.spreadsheetimporter.v2_2_0": "./thirdparty/customcontrol/spreadsheetimporter/v2_2_0"
104+
"cc.spreadsheetimporter.v2_3_0": "./thirdparty/customcontrol/spreadsheetimporter/v2_3_0"
105105
},
106106
"routing": {
107107
"config": {},

0 commit comments

Comments
 (0)