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