@sap-ux/control-property-editor 0.7.3 → 0.7.4
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 +96 -90
- package/dist/app.css.map +1 -1
- package/dist/app.js +1 -1
- package/dist/app.js.map +2 -2
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/eslint.config.js +24 -0
- package/package.json +6 -6
- package/src/panels/outline/Tree.tsx +1 -1
- package/src/panels/properties/PropertyDocumentation.tsx +1 -1
- package/src/use-local-storage.ts +1 -1
- package/test/unit/utils.tsx +5 -2
- package/.eslintignore +0 -1
- package/.eslintrc.js +0 -16
package/CHANGELOG.md
CHANGED
|
@@ -1,541 +1,547 @@
|
|
|
1
1
|
# @sap-ux/control-property-editor
|
|
2
2
|
|
|
3
|
+
## 0.7.4
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 4ecfbe2: Chore - upgrade eslint devDependenies, convert to flat config and fix lint issues.
|
|
8
|
+
|
|
3
9
|
## 0.7.3
|
|
4
10
|
|
|
5
11
|
### Patch Changes
|
|
6
12
|
|
|
7
|
-
-
|
|
13
|
+
- 037a430: fix high severity Sonar issues
|
|
8
14
|
|
|
9
15
|
## 0.7.2
|
|
10
16
|
|
|
11
17
|
### Patch Changes
|
|
12
18
|
|
|
13
|
-
-
|
|
19
|
+
- cfe9c13: Add deep link to package and changelog to README.md
|
|
14
20
|
|
|
15
21
|
## 0.7.1
|
|
16
22
|
|
|
17
23
|
### Patch Changes
|
|
18
24
|
|
|
19
|
-
-
|
|
25
|
+
- fa9580c: chore - Rimraf upgrade
|
|
20
26
|
|
|
21
27
|
## 0.7.0
|
|
22
28
|
|
|
23
29
|
### Minor Changes
|
|
24
30
|
|
|
25
|
-
-
|
|
31
|
+
- b1213b1: feat: Track all errors/warnings/info messages created in the adaptation editor and display them in the Info center.
|
|
26
32
|
|
|
27
33
|
## 0.6.8
|
|
28
34
|
|
|
29
35
|
### Patch Changes
|
|
30
36
|
|
|
31
|
-
-
|
|
37
|
+
- 2518c66: upgrade esbuild to 0.25.6
|
|
32
38
|
|
|
33
39
|
## 0.6.7
|
|
34
40
|
|
|
35
41
|
### Patch Changes
|
|
36
42
|
|
|
37
|
-
-
|
|
43
|
+
- 69f62ec: i18next upgrade to 25.3.0
|
|
38
44
|
|
|
39
45
|
## 0.6.6
|
|
40
46
|
|
|
41
47
|
### Patch Changes
|
|
42
48
|
|
|
43
|
-
-
|
|
49
|
+
- 87ecdb8: fix: change indicators missing for change with control id in outline and scrollbar styling issue on quick action panel
|
|
44
50
|
|
|
45
51
|
## 0.6.5
|
|
46
52
|
|
|
47
53
|
### Patch Changes
|
|
48
54
|
|
|
49
|
-
-
|
|
55
|
+
- e856125: Fix: Generic handling for change type and new UI component for displaying
|
|
50
56
|
|
|
51
57
|
## 0.6.4
|
|
52
58
|
|
|
53
59
|
### Patch Changes
|
|
54
60
|
|
|
55
|
-
-
|
|
61
|
+
- a4cb2f6: chore(deps): update dependency http-proxy-middleware to v2.0.9
|
|
56
62
|
|
|
57
63
|
## 0.6.3
|
|
58
64
|
|
|
59
65
|
### Patch Changes
|
|
60
66
|
|
|
61
|
-
-
|
|
67
|
+
- 838d2de: fix: nested Quick Actions not working if there are sections with only one child (e.g Change Table Columns)
|
|
62
68
|
|
|
63
69
|
## 0.6.2
|
|
64
70
|
|
|
65
71
|
### Patch Changes
|
|
66
72
|
|
|
67
|
-
-
|
|
73
|
+
- 4a40857: Call 'initTheme' API method from 'ui-components'
|
|
68
74
|
|
|
69
75
|
## 0.6.1
|
|
70
76
|
|
|
71
77
|
### Patch Changes
|
|
72
78
|
|
|
73
|
-
-
|
|
79
|
+
- 3190a55: UISections. Fixed incorrect position calculations when hiding sections with three or more sections present.
|
|
74
80
|
|
|
75
81
|
## 0.6.0
|
|
76
82
|
|
|
77
83
|
### Minor Changes
|
|
78
84
|
|
|
79
|
-
-
|
|
85
|
+
- 8568e6b: feat: Info Center for different type of messages
|
|
80
86
|
|
|
81
87
|
## 0.5.37
|
|
82
88
|
|
|
83
89
|
### Patch Changes
|
|
84
90
|
|
|
85
|
-
-
|
|
91
|
+
- 7c76e7c: fix: unify contextual menu for all nodes in outline panel.
|
|
86
92
|
|
|
87
93
|
## 0.5.36
|
|
88
94
|
|
|
89
95
|
### Patch Changes
|
|
90
96
|
|
|
91
|
-
-
|
|
97
|
+
- 59453ba: fix(security): security findings from github
|
|
92
98
|
|
|
93
99
|
## 0.5.35
|
|
94
100
|
|
|
95
101
|
### Patch Changes
|
|
96
102
|
|
|
97
|
-
-
|
|
103
|
+
- 9ddf98f: Feature to add context menu on outline
|
|
98
104
|
|
|
99
105
|
## 0.5.34
|
|
100
106
|
|
|
101
107
|
### Patch Changes
|
|
102
108
|
|
|
103
|
-
-
|
|
109
|
+
- 5eff701: Fixed undo-redo issue for addAnnotationsToOdata change and updated title for the pending addAnnotationsToOdata change.
|
|
104
110
|
|
|
105
111
|
## 0.5.33
|
|
106
112
|
|
|
107
113
|
### Patch Changes
|
|
108
114
|
|
|
109
|
-
-
|
|
115
|
+
- dd34d62: UI accessability improvements for disabled elements and in quick action list
|
|
110
116
|
|
|
111
117
|
## 0.5.32
|
|
112
118
|
|
|
113
119
|
### Patch Changes
|
|
114
120
|
|
|
115
|
-
-
|
|
121
|
+
- f115bfa: fix: update quick action list on external changes
|
|
116
122
|
|
|
117
123
|
## 0.5.31
|
|
118
124
|
|
|
119
125
|
### Patch Changes
|
|
120
126
|
|
|
121
|
-
-
|
|
127
|
+
- 19d51f3: feat: Quick Action For Add New Annotation File
|
|
122
128
|
|
|
123
129
|
## 0.5.30
|
|
124
130
|
|
|
125
131
|
### Patch Changes
|
|
126
132
|
|
|
127
|
-
-
|
|
133
|
+
- d529c38: Fixed Quick Actions not working after trying to open multiple dialogs and Quick Actions that create manifest changes in SAP Fiori Elements for OData V2 applications not showing correct state when there are unsaved manifest changes.
|
|
128
134
|
|
|
129
135
|
## 0.5.29
|
|
130
136
|
|
|
131
137
|
### Patch Changes
|
|
132
138
|
|
|
133
|
-
-
|
|
139
|
+
- 60d5f85: Added tooltip for funnel and copy icon
|
|
134
140
|
|
|
135
141
|
## 0.5.28
|
|
136
142
|
|
|
137
143
|
### Patch Changes
|
|
138
144
|
|
|
139
|
-
-
|
|
145
|
+
- ca82698: CPE - Enable Table Filtering Quick Action
|
|
140
146
|
|
|
141
147
|
## 0.5.27
|
|
142
148
|
|
|
143
149
|
### Patch Changes
|
|
144
150
|
|
|
145
|
-
-
|
|
151
|
+
- c39325c: Fix for Config Quick action state not reflecting properties in properties panel
|
|
146
152
|
|
|
147
153
|
## 0.5.26
|
|
148
154
|
|
|
149
155
|
### Patch Changes
|
|
150
156
|
|
|
151
|
-
-
|
|
157
|
+
- 8c0ba5c: Fixed Adaptation Editor crash when project contains Personalization change.
|
|
152
158
|
|
|
153
159
|
## 0.5.25
|
|
154
160
|
|
|
155
161
|
### Patch Changes
|
|
156
162
|
|
|
157
|
-
-
|
|
163
|
+
- 06e9468: Allow adaptations of manifest settings in FEv4 adaptation projects via Control Property Editor Property Panel
|
|
158
164
|
|
|
159
165
|
## 0.5.24
|
|
160
166
|
|
|
161
167
|
### Patch Changes
|
|
162
168
|
|
|
163
|
-
-
|
|
169
|
+
- 4f9528e: Fixed incorrect displaying of inactive composite and control changes
|
|
164
170
|
|
|
165
171
|
## 0.5.23
|
|
166
172
|
|
|
167
173
|
### Patch Changes
|
|
168
174
|
|
|
169
|
-
-
|
|
175
|
+
- d4d1b3c: Add zero state for changes panel
|
|
170
176
|
|
|
171
177
|
## 0.5.22
|
|
172
178
|
|
|
173
179
|
### Patch Changes
|
|
174
180
|
|
|
175
|
-
-
|
|
181
|
+
- 5ec7106: Modified indicators incorrectly displayed for some UI5 controls in Adaptation Project
|
|
176
182
|
|
|
177
183
|
## 0.5.21
|
|
178
184
|
|
|
179
185
|
### Patch Changes
|
|
180
186
|
|
|
181
|
-
-
|
|
187
|
+
- bc75111: Upgrade http-proxy-middleware
|
|
182
188
|
|
|
183
189
|
## 0.5.20
|
|
184
190
|
|
|
185
191
|
### Patch Changes
|
|
186
192
|
|
|
187
|
-
-
|
|
193
|
+
- 93ffe8d: Use feature toggles in the control property editor
|
|
188
194
|
|
|
189
195
|
## 0.5.19
|
|
190
196
|
|
|
191
197
|
### Patch Changes
|
|
192
198
|
|
|
193
|
-
-
|
|
199
|
+
- 0135cea: Update filter bars.
|
|
194
200
|
|
|
195
201
|
## 0.5.18
|
|
196
202
|
|
|
197
203
|
### Patch Changes
|
|
198
204
|
|
|
199
|
-
-
|
|
205
|
+
- 0acf383: Added tooltip for value of control id and type and removed controlid popup
|
|
200
206
|
|
|
201
207
|
## 1.0.0
|
|
202
208
|
|
|
203
209
|
### Major Changes
|
|
204
210
|
|
|
205
|
-
-
|
|
211
|
+
- efea4c1: Added tooltip for value of control id and type and removed controlid popup
|
|
206
212
|
|
|
207
213
|
## 0.5.17
|
|
208
214
|
|
|
209
215
|
### Patch Changes
|
|
210
216
|
|
|
211
|
-
-
|
|
217
|
+
- e65bb7f: Update popup styling and add more space between labels and icons
|
|
212
218
|
|
|
213
219
|
## 0.5.16
|
|
214
220
|
|
|
215
221
|
### Patch Changes
|
|
216
222
|
|
|
217
|
-
-
|
|
223
|
+
- ed1c915: Clean up copied to clipboard pop up
|
|
218
224
|
|
|
219
225
|
## 0.5.15
|
|
220
226
|
|
|
221
227
|
### Patch Changes
|
|
222
228
|
|
|
223
|
-
-
|
|
229
|
+
- 92b9cff: Add border for read only input fields
|
|
224
230
|
|
|
225
231
|
## 0.5.14
|
|
226
232
|
|
|
227
233
|
### Patch Changes
|
|
228
234
|
|
|
229
|
-
-
|
|
235
|
+
- 93f8a83: chore - upgrade typescript 5.6.2
|
|
230
236
|
|
|
231
237
|
## 0.5.13
|
|
232
238
|
|
|
233
239
|
### Patch Changes
|
|
234
240
|
|
|
235
|
-
-
|
|
241
|
+
- a558728: Change separator color for panels and toolbar
|
|
236
242
|
|
|
237
243
|
## 0.5.12
|
|
238
244
|
|
|
239
245
|
### Patch Changes
|
|
240
246
|
|
|
241
|
-
-
|
|
247
|
+
- 1da1e7a: Small CPE UI improvements
|
|
242
248
|
|
|
243
249
|
## 0.5.11
|
|
244
250
|
|
|
245
251
|
### Patch Changes
|
|
246
252
|
|
|
247
|
-
-
|
|
253
|
+
- 7579b99: UI improvements and bug fix in the Adaptation Editor
|
|
248
254
|
|
|
249
255
|
## 0.5.10
|
|
250
256
|
|
|
251
257
|
### Patch Changes
|
|
252
258
|
|
|
253
|
-
-
|
|
259
|
+
- b37b4c1: Fixed application mode after reload and various other usability fixes for Quick Actions
|
|
254
260
|
|
|
255
261
|
## 0.5.9
|
|
256
262
|
|
|
257
263
|
### Patch Changes
|
|
258
264
|
|
|
259
|
-
-
|
|
265
|
+
- 8f442a6: Usability improvements for Quick Actions that add fragments
|
|
260
266
|
|
|
261
267
|
## 0.5.8
|
|
262
268
|
|
|
263
269
|
### Patch Changes
|
|
264
270
|
|
|
265
|
-
-
|
|
271
|
+
- e12dd50: Added hover over theme picker and border for Callout
|
|
266
272
|
|
|
267
273
|
## 0.5.7
|
|
268
274
|
|
|
269
275
|
### Patch Changes
|
|
270
276
|
|
|
271
|
-
-
|
|
277
|
+
- 1c20352: Added missing notification when manifest change is created
|
|
272
278
|
|
|
273
279
|
## 0.5.6
|
|
274
280
|
|
|
275
281
|
### Patch Changes
|
|
276
282
|
|
|
277
|
-
-
|
|
283
|
+
- 37851a2: Fixed wrong chevron color for high contrast theme
|
|
278
284
|
|
|
279
285
|
## 0.5.5
|
|
280
286
|
|
|
281
287
|
### Patch Changes
|
|
282
288
|
|
|
283
|
-
-
|
|
289
|
+
- 30360e9: Update the CSS variable "--vscode-font-family" with a MacOS-specific font-family to match the VSCode UI when the control property editor is running on MacOS.
|
|
284
290
|
|
|
285
291
|
## 0.5.4
|
|
286
292
|
|
|
287
293
|
### Patch Changes
|
|
288
294
|
|
|
289
|
-
-
|
|
295
|
+
- 9506a73: Uniform funnel checkboxes
|
|
290
296
|
|
|
291
297
|
## 0.5.3
|
|
292
298
|
|
|
293
299
|
### Patch Changes
|
|
294
300
|
|
|
295
|
-
-
|
|
301
|
+
- 2fd82b1: Object Page Add Custom Section quick action support
|
|
296
302
|
|
|
297
303
|
## 0.5.2
|
|
298
304
|
|
|
299
305
|
### Patch Changes
|
|
300
306
|
|
|
301
|
-
-
|
|
307
|
+
- cdabb95: updated color variables for themes
|
|
302
308
|
|
|
303
309
|
## 0.5.1
|
|
304
310
|
|
|
305
311
|
### Patch Changes
|
|
306
312
|
|
|
307
|
-
-
|
|
313
|
+
- 0b7af6a: remove z-index for sticky Search and filter bar and added updating highlighting control logic
|
|
308
314
|
|
|
309
315
|
## 0.5.0
|
|
310
316
|
|
|
311
317
|
### Minor Changes
|
|
312
318
|
|
|
313
|
-
-
|
|
319
|
+
- b1628da: Add quick actions to adaptation editor
|
|
314
320
|
|
|
315
321
|
## 0.4.30
|
|
316
322
|
|
|
317
323
|
### Patch Changes
|
|
318
324
|
|
|
319
|
-
-
|
|
325
|
+
- 2b6daf3: Changed color of chevron on selection
|
|
320
326
|
|
|
321
327
|
## 0.4.29
|
|
322
328
|
|
|
323
329
|
### Patch Changes
|
|
324
330
|
|
|
325
|
-
-
|
|
331
|
+
- 7710aa5: chore upgrade @fluentui/react@8.120.5
|
|
326
332
|
|
|
327
333
|
## 0.4.28
|
|
328
334
|
|
|
329
335
|
### Patch Changes
|
|
330
336
|
|
|
331
|
-
-
|
|
337
|
+
- ceed987: Fixed copy to clipboard chaching old control id values
|
|
332
338
|
|
|
333
339
|
## 0.4.27
|
|
334
340
|
|
|
335
341
|
### Patch Changes
|
|
336
342
|
|
|
337
|
-
-
|
|
343
|
+
- b5d9461: Add sticky search bar for outline and filter search
|
|
338
344
|
|
|
339
345
|
## 0.4.26
|
|
340
346
|
|
|
341
347
|
### Patch Changes
|
|
342
348
|
|
|
343
|
-
-
|
|
349
|
+
- f8a2e9e: Changed tooltip for green circles
|
|
344
350
|
|
|
345
351
|
## 0.4.25
|
|
346
352
|
|
|
347
353
|
### Patch Changes
|
|
348
354
|
|
|
349
|
-
-
|
|
355
|
+
- 671242b: Disable add fragment and controller extension rt-a menu items if clicked element is from reuse component view
|
|
350
356
|
|
|
351
357
|
## 0.4.24
|
|
352
358
|
|
|
353
359
|
### Patch Changes
|
|
354
360
|
|
|
355
|
-
-
|
|
361
|
+
- cec4a97: Live and Edit buttons are visible as Navigation and UI Adpatation only when in ADP scenario.
|
|
356
362
|
|
|
357
363
|
## 0.4.23
|
|
358
364
|
|
|
359
365
|
### Patch Changes
|
|
360
366
|
|
|
361
|
-
-
|
|
367
|
+
- 78de7813: RTA standard toolbar replaced with custom CPE toolbar
|
|
362
368
|
|
|
363
369
|
## 0.4.22
|
|
364
370
|
|
|
365
371
|
### Patch Changes
|
|
366
372
|
|
|
367
|
-
-
|
|
373
|
+
- 33f1df85: Update build in themes(`dark`, `light`, `hcb`) by syncing from latest VSCode 1.89.1
|
|
368
374
|
|
|
369
375
|
## 0.4.21
|
|
370
376
|
|
|
371
377
|
### Patch Changes
|
|
372
378
|
|
|
373
|
-
-
|
|
379
|
+
- 56d8b0b9: Add default content for extension points to the outline in CPE
|
|
374
380
|
|
|
375
381
|
## 0.4.20
|
|
376
382
|
|
|
377
383
|
### Patch Changes
|
|
378
384
|
|
|
379
|
-
-
|
|
385
|
+
- cad21d4d: Enable Adding Controller Extension only on async views for Adp Projects
|
|
380
386
|
|
|
381
387
|
## 0.4.19
|
|
382
388
|
|
|
383
389
|
### Patch Changes
|
|
384
390
|
|
|
385
|
-
-
|
|
391
|
+
- 4e267684: chore - ejs upgrade
|
|
386
392
|
|
|
387
393
|
## 0.4.18
|
|
388
394
|
|
|
389
395
|
### Patch Changes
|
|
390
396
|
|
|
391
|
-
-
|
|
397
|
+
- 9a32e102: fix preview reload on SBAS, by exposing livereload server port over url
|
|
392
398
|
|
|
393
399
|
## 0.4.17
|
|
394
400
|
|
|
395
401
|
### Patch Changes
|
|
396
402
|
|
|
397
|
-
-
|
|
403
|
+
- 31ae689d: websocket over https
|
|
398
404
|
|
|
399
405
|
## 0.4.16
|
|
400
406
|
|
|
401
407
|
### Patch Changes
|
|
402
408
|
|
|
403
|
-
-
|
|
409
|
+
- 6a477fba: feat: Replace auto-refresh with message in case of manual flex file changes
|
|
404
410
|
|
|
405
411
|
## 0.4.15
|
|
406
412
|
|
|
407
413
|
### Patch Changes
|
|
408
414
|
|
|
409
|
-
-
|
|
415
|
+
- fc76be56: do not trigger empty change on focus out
|
|
410
416
|
|
|
411
417
|
## 0.4.14
|
|
412
418
|
|
|
413
419
|
### Patch Changes
|
|
414
420
|
|
|
415
|
-
-
|
|
421
|
+
- 373b9052: fix empty changes added on focus out
|
|
416
422
|
|
|
417
423
|
## 0.4.13
|
|
418
424
|
|
|
419
425
|
### Patch Changes
|
|
420
426
|
|
|
421
|
-
-
|
|
427
|
+
- eb0b7b37: Chore - TypeScript 5 upgrade
|
|
422
428
|
|
|
423
429
|
## 0.4.12
|
|
424
430
|
|
|
425
431
|
### Patch Changes
|
|
426
432
|
|
|
427
|
-
-
|
|
433
|
+
- b817c8d5: Property change is created (unsaved) on the key press but should be on blur for the adaptation projects
|
|
428
434
|
|
|
429
435
|
## 0.4.11
|
|
430
436
|
|
|
431
437
|
### Patch Changes
|
|
432
438
|
|
|
433
|
-
-
|
|
439
|
+
- f6bf758e: Mark for saved changes now changes on press of save button
|
|
434
440
|
|
|
435
441
|
## 0.4.10
|
|
436
442
|
|
|
437
443
|
### Patch Changes
|
|
438
444
|
|
|
439
|
-
-
|
|
445
|
+
- 52265581: Fix styling for the funnel icon on Outline Panel
|
|
440
446
|
|
|
441
447
|
## 0.4.9
|
|
442
448
|
|
|
443
449
|
### Patch Changes
|
|
444
450
|
|
|
445
|
-
-
|
|
451
|
+
- 70296b55: Remove label and icon in control property editor
|
|
446
452
|
|
|
447
453
|
## 0.4.8
|
|
448
454
|
|
|
449
455
|
### Patch Changes
|
|
450
456
|
|
|
451
|
-
-
|
|
457
|
+
- 7ce50bbd: "Confirm property change deletion"'s message on delete is only for property changes
|
|
452
458
|
|
|
453
459
|
## 0.4.7
|
|
454
460
|
|
|
455
461
|
### Patch Changes
|
|
456
462
|
|
|
457
|
-
-
|
|
463
|
+
- 83f25073: The extension points not shown as such in the Outline for ADP
|
|
458
464
|
|
|
459
465
|
## 0.4.6
|
|
460
466
|
|
|
461
467
|
### Patch Changes
|
|
462
468
|
|
|
463
|
-
-
|
|
469
|
+
- 9e7cbe8e: Disable manually inserting values in dropdowns
|
|
464
470
|
|
|
465
471
|
## 0.4.5
|
|
466
472
|
|
|
467
473
|
### Patch Changes
|
|
468
474
|
|
|
469
|
-
-
|
|
475
|
+
- b4081d0a: Show warning message for adaptation project if ui5 version is less than 1.71
|
|
470
476
|
|
|
471
477
|
## 0.4.4
|
|
472
478
|
|
|
473
479
|
### Patch Changes
|
|
474
480
|
|
|
475
|
-
-
|
|
481
|
+
- a280785d: Fix for showing redundant warning dialog in CPE for adaptation projects
|
|
476
482
|
|
|
477
483
|
## 0.4.3
|
|
478
484
|
|
|
479
485
|
### Patch Changes
|
|
480
486
|
|
|
481
|
-
-
|
|
487
|
+
- b7b3a0c3: keyboard support for theme selector callout
|
|
482
488
|
|
|
483
489
|
## 0.4.2
|
|
484
490
|
|
|
485
491
|
### Patch Changes
|
|
486
492
|
|
|
487
|
-
-
|
|
493
|
+
- dc2f9345: Outline tree for Fiori applications is not collapsed correctly
|
|
488
494
|
|
|
489
495
|
## 0.4.1
|
|
490
496
|
|
|
491
497
|
### Patch Changes
|
|
492
498
|
|
|
493
|
-
-
|
|
499
|
+
- e2b264c2: Make Control Property Editor aware which application (scenario) its running in the iframe
|
|
494
500
|
|
|
495
501
|
## 0.4.0
|
|
496
502
|
|
|
497
503
|
### Minor Changes
|
|
498
504
|
|
|
499
|
-
-
|
|
505
|
+
- 6d2d2255: support all kind of changes from command stack
|
|
500
506
|
|
|
501
507
|
## 0.3.1
|
|
502
508
|
|
|
503
509
|
### Patch Changes
|
|
504
510
|
|
|
505
|
-
-
|
|
511
|
+
- c800f248: chore(deps): update dependency postcss to v8.4.31 [security]
|
|
506
512
|
|
|
507
513
|
## 0.3.0
|
|
508
514
|
|
|
509
515
|
### Minor Changes
|
|
510
516
|
|
|
511
|
-
-
|
|
517
|
+
- 318e040e: Enables creation of XML fragments for Extension Points from the outline tree (when right-clicking on extension point) or from the application (when clicking on control).
|
|
512
518
|
|
|
513
519
|
## 0.2.4
|
|
514
520
|
|
|
515
521
|
### Patch Changes
|
|
516
522
|
|
|
517
|
-
-
|
|
523
|
+
- cbcad88d: fix(deps): update dependencies [i18next]
|
|
518
524
|
|
|
519
525
|
## 0.2.3
|
|
520
526
|
|
|
521
527
|
### Patch Changes
|
|
522
528
|
|
|
523
|
-
-
|
|
529
|
+
- 8029360f: Add favicon for CPE and generator for variant-config
|
|
524
530
|
|
|
525
531
|
## 0.2.2
|
|
526
532
|
|
|
527
533
|
### Patch Changes
|
|
528
534
|
|
|
529
|
-
-
|
|
535
|
+
- 4f2d9ed8: Bump packages to release the dep fix
|
|
530
536
|
|
|
531
537
|
## 0.2.1
|
|
532
538
|
|
|
533
539
|
### Patch Changes
|
|
534
540
|
|
|
535
|
-
-
|
|
541
|
+
- b3baa9a1: Fixes/removes the express dependency
|
|
536
542
|
|
|
537
543
|
## 0.2.0
|
|
538
544
|
|
|
539
545
|
### Minor Changes
|
|
540
546
|
|
|
541
|
-
-
|
|
547
|
+
- 0f2ac46a: Initial version of the @sap-ux/control-property-editor
|