@orchestrator-ui/orchestrator-ui-components 6.7.2 → 6.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.
Files changed (34) hide show
  1. package/.turbo/turbo-build.log +8 -8
  2. package/.turbo/turbo-lint.log +1 -1
  3. package/.turbo/turbo-test.log +13 -13
  4. package/CHANGELOG.md +392 -379
  5. package/dist/index.d.ts +8339 -830
  6. package/dist/index.js +916 -561
  7. package/dist/index.js.map +1 -1
  8. package/package.json +7 -6
  9. package/src/components/WfoAgent/ExportButton/styles.ts +1 -1
  10. package/src/components/WfoAgent/ToolProgress/ToolProgress.tsx +16 -6
  11. package/src/components/WfoAgent/ToolProgress/styles.ts +2 -0
  12. package/src/components/WfoAgent/WfoAgent/WfoAgent.tsx +91 -87
  13. package/src/components/WfoAgent/WfoAgentChart/WfoAgentLineChart.tsx +60 -0
  14. package/src/components/WfoAgent/WfoAgentChart/WfoAgentPieChart.tsx +66 -0
  15. package/src/components/WfoAgent/WfoAgentChart/index.ts +2 -0
  16. package/src/components/WfoAgent/WfoAgentChart/styles.ts +6 -0
  17. package/src/components/WfoAgent/WfoAgentTable/WfoAgentTable.tsx +76 -0
  18. package/src/components/WfoAgent/WfoAgentTable/index.ts +1 -0
  19. package/src/components/WfoAgent/WfoAgentVisualization/WfoAgentVisualization.tsx +59 -0
  20. package/src/components/WfoAgent/WfoAgentVisualization/index.ts +1 -0
  21. package/src/components/WfoAgent/index.ts +4 -0
  22. package/src/components/WfoForms/UserInputForm.tsx +1 -0
  23. package/src/components/WfoForms/formFields/AcceptField.tsx +2 -2
  24. package/src/components/WfoForms/formFields/ListSelectField.tsx +1 -0
  25. package/src/components/WfoForms/formFields/deprecated/ImsNodeIdField.tsx +2 -2
  26. package/src/components/WfoForms/formFields/deprecated/ImsPortIdField.tsx +2 -2
  27. package/src/components/WfoForms/formFields/deprecated/VlanField.tsx +10 -10
  28. package/src/configuration/version.ts +1 -1
  29. package/src/hooks/usePathAutoComplete.ts +2 -2
  30. package/src/hooks/useSearch.ts +0 -1
  31. package/src/messages/en-GB.json +22 -2
  32. package/src/rtk/endpoints/search.ts +9 -8
  33. package/src/types/search.ts +27 -0
  34. package/src/utils/getEnvironmentVariables.ts +10 -13
package/CHANGELOG.md CHANGED
@@ -1,355 +1,367 @@
1
1
  # @orchestrator-ui/orchestrator-ui-components
2
2
 
3
+ ## 6.7.4
4
+
5
+ ### Patch Changes
6
+
7
+ - 76a20fb: Update pydantic-forms to 0.10.0
8
+
9
+ ## 6.7.3
10
+
11
+ ### Patch Changes
12
+
13
+ - 2220239: Added some changes for the loading of aggregations for the agent
14
+
3
15
  ## 6.7.2
4
16
 
5
17
  ### Patch Changes
6
18
 
7
- - 7e81964: Switch to Trusted publishers
19
+ - 7e81964: Switch to Trusted publishers
8
20
 
9
21
  ## 6.7.1
10
22
 
11
23
  ### Patch Changes
12
24
 
13
- - d85e90e: Reverts toastMessages in subscription list actions
25
+ - d85e90e: Reverts toastMessages in subscription list actions
14
26
 
15
27
  ## 6.7.0
16
28
 
17
29
  ### Minor Changes
18
30
 
19
- - 600e5c0: Detect if search and agent endpoints are available. Show a message showing how to setup the routes correctly if they are not available.
31
+ - 600e5c0: Detect if search and agent endpoints are available. Show a message showing how to setup the routes correctly if they are not available.
20
32
 
21
33
  ### Patch Changes
22
34
 
23
- - 4fbc794: Updates to latest pydantic forms version. Fixes double onSuccess calls
35
+ - 4fbc794: Updates to latest pydantic forms version. Fixes double onSuccess calls
24
36
 
25
37
  ## 6.6.1
26
38
 
27
39
  ### Patch Changes
28
40
 
29
- - 91c8d8c: Updates to latest pydantic forms version
41
+ - 91c8d8c: Updates to latest pydantic forms version
30
42
 
31
43
  ## 6.6.0
32
44
 
33
45
  ### Minor Changes
34
46
 
35
- - e2f91b1: 2257 Show the minimum items in array field and min items number
47
+ - e2f91b1: 2257 Show the minimum items in array field and min items number
36
48
 
37
49
  ### Patch Changes
38
50
 
39
- - aa16445: 2213 Remove border, fix opacity for WfoReactSelect
40
- - f9ca18f: Improves subscription list menu actions
41
- - 9fc90c1: 2236 Added width parameter to note column
51
+ - aa16445: 2213 Remove border, fix opacity for WfoReactSelect
52
+ - f9ca18f: Improves subscription list menu actions
53
+ - 9fc90c1: 2236 Added width parameter to note column
42
54
 
43
55
  ## 6.5.0
44
56
 
45
57
  ### Minor Changes
46
58
 
47
- - 61c8550: Added tool calling chain component to agent and made it possible to export to CSV
59
+ - 61c8550: Added tool calling chain component to agent and made it possible to export to CSV
48
60
 
49
61
  ## 6.4.0
50
62
 
51
63
  ### Minor Changes
52
64
 
53
- - 59cab89: Adds WfoLogoSpinner to use as initial loading component
65
+ - 59cab89: Adds WfoLogoSpinner to use as initial loading component
54
66
 
55
67
  ## 6.3.2
56
68
 
57
69
  ### Patch Changes
58
70
 
59
- - ecd6594: Fixes starting tasks with pydantic forms component
71
+ - ecd6594: Fixes starting tasks with pydantic forms component
60
72
 
61
73
  ## 6.3.1
62
74
 
63
75
  ### Patch Changes
64
76
 
65
- - 53f510f: 2208 Add confirmation popup/dialog when navigating back or canceling form
77
+ - 53f510f: 2208 Add confirmation popup/dialog when navigating back or canceling form
66
78
 
67
79
  ## 6.3.0
68
80
 
69
81
  ### Minor Changes
70
82
 
71
- - eb164ba: 2189 Add set in-sync to the subscription list page
83
+ - eb164ba: 2189 Add set in-sync to the subscription list page
72
84
 
73
85
  ### Patch Changes
74
86
 
75
- - 0fbdf28: Fixes bug in Summaryfield
76
- - fb3e48c: Adds pydantic forms feature toggle
87
+ - 0fbdf28: Fixes bug in Summaryfield
88
+ - fb3e48c: Adds pydantic forms feature toggle
77
89
 
78
90
  ## 6.2.1
79
91
 
80
92
  ### Patch Changes
81
93
 
82
- - db5c529: Fixes monaco loader to version 1.5.0
94
+ - db5c529: Fixes monaco loader to version 1.5.0
83
95
 
84
96
  ## 6.2.0
85
97
 
86
98
  ### Minor Changes
87
99
 
88
- - 06a3114: Use monaco-editor in WfoJsonCodeBlock
100
+ - 06a3114: Use monaco-editor in WfoJsonCodeBlock
89
101
 
90
102
  ### Patch Changes
91
103
 
92
- - 94955b0: 1951 Added link for workflow in toast
104
+ - 94955b0: 1951 Added link for workflow in toast
93
105
 
94
106
  ## 6.1.1
95
107
 
96
108
  ### Patch Changes
97
109
 
98
- - ad4727a: Remove space trimming and special character removal from the searchbar.
110
+ - ad4727a: Remove space trimming and special character removal from the searchbar.
99
111
 
100
112
  ## 6.1.0
101
113
 
102
114
  ### Minor Changes
103
115
 
104
- - 8963f5c: Added toOptionalObjectProperty function, new compact pencil icon
116
+ - 8963f5c: Added toOptionalObjectProperty function, new compact pencil icon
105
117
 
106
118
  ## 6.0.0
107
119
 
108
120
  ### Major Changes
109
121
 
110
- - 7408909: UI Components for the new search and agent page, integrating with the search/agent endpoints in the core package.
122
+ - 7408909: UI Components for the new search and agent page, integrating with the search/agent endpoints in the core package.
111
123
 
112
124
  ## 5.9.0
113
125
 
114
126
  ### Minor Changes
115
127
 
116
- - e732016: Updates depencencies to latest minor versions
128
+ - e732016: Updates depencencies to latest minor versions
117
129
 
118
130
  ## 5.8.1
119
131
 
120
132
  ### Patch Changes
121
133
 
122
- - dde87d4: Fixes removing values in WFOReactSelect element
123
- - 2f54f2b: Updates to latest version of pydantic-forms
134
+ - dde87d4: Fixes removing values in WFOReactSelect element
135
+ - 2f54f2b: Updates to latest version of pydantic-forms
124
136
 
125
137
  ## 5.8.0
126
138
 
127
139
  ### Minor Changes
128
140
 
129
- - 982df15: 2081 Add support for workflows with target Reconcile
141
+ - 982df15: 2081 Add support for workflows with target Reconcile
130
142
 
131
143
  ## 5.7.1
132
144
 
133
145
  ### Patch Changes
134
146
 
135
- - ae225ce: Updates to latest version of pydantic-forms-ui
136
- - cd5436e: 2159 Fix labels for Endpoint description
147
+ - ae225ce: Updates to latest version of pydantic-forms-ui
148
+ - cd5436e: 2159 Fix labels for Endpoint description
137
149
 
138
150
  ## 5.7.0
139
151
 
140
152
  ### Minor Changes
141
153
 
142
- - 3fab97c: Updates to latest pydantic forms version
154
+ - 3fab97c: Updates to latest pydantic forms version
143
155
 
144
156
  ### Patch Changes
145
157
 
146
- - 370492a: Allows task to start with pydantic forms
147
- - 38e73a8: Fix link to settings-overview documentation
158
+ - 370492a: Allows task to start with pydantic forms
159
+ - 38e73a8: Fix link to settings-overview documentation
148
160
 
149
161
  ## 5.6.1
150
162
 
151
163
  ### Patch Changes
152
164
 
153
- - 9b9f2fa: Updates to latest version of pydantic forms
165
+ - 9b9f2fa: Updates to latest version of pydantic forms
154
166
 
155
167
  ## 5.6.0
156
168
 
157
169
  ### Minor Changes
158
170
 
159
- - bb0264e: Migrate WfoStepForm to pydantic forms
171
+ - bb0264e: Migrate WfoStepForm to pydantic forms
160
172
 
161
173
  ### Patch Changes
162
174
 
163
- - 516239f: Applies errorStyle to pydantic forms root errors
175
+ - 516239f: Applies errorStyle to pydantic forms root errors
164
176
 
165
177
  ## 5.5.3
166
178
 
167
179
  ### Patch Changes
168
180
 
169
- - 19a7e45: Updates to pydantic form version 0.8.0
181
+ - 19a7e45: Updates to pydantic form version 0.8.0
170
182
 
171
183
  ## 5.5.2
172
184
 
173
185
  ### Patch Changes
174
186
 
175
- - 65c254d: Fix WfoSummary label styles
176
- - b4c8635: added translation aostatus menu, and made re-try all tasks consistent
177
- - 60f4ec4: Updates to latest version of pydantic forms
187
+ - 65c254d: Fix WfoSummary label styles
188
+ - b4c8635: added translation aostatus menu, and made re-try all tasks consistent
189
+ - 60f4ec4: Updates to latest version of pydantic forms
178
190
 
179
191
  ## 5.5.1
180
192
 
181
193
  ### Patch Changes
182
194
 
183
- - 0c7ec24: Introduces some components for pydantic forms
195
+ - 0c7ec24: Introduces some components for pydantic forms
184
196
 
185
197
  ## 5.5.0
186
198
 
187
199
  ### Minor Changes
188
200
 
189
- - 5b2d095: Fix RenderFormErrors to not display 0, added some translations
201
+ - 5b2d095: Fix RenderFormErrors to not display 0, added some translations
190
202
 
191
203
  ## 5.4.0
192
204
 
193
205
  ### Minor Changes
194
206
 
195
- - fb634ec: Improve Process Detail step timestamp using step started and completed datetime
196
- - b338d31: Reflect RBAC rules from backend in GUI, requires minimum backend version of 4.2.0
207
+ - fb634ec: Improve Process Detail step timestamp using step started and completed datetime
208
+ - b338d31: Reflect RBAC rules from backend in GUI, requires minimum backend version of 4.2.0
197
209
 
198
210
  ### Patch Changes
199
211
 
200
- - b604a46: Updates to latest version of pydantic forms
201
- - 796d299: Fixes for pydanticforms integration
212
+ - b604a46: Updates to latest version of pydantic forms
213
+ - 796d299: Fixes for pydanticforms integration
202
214
 
203
215
  ## 5.3.4
204
216
 
205
217
  ### Patch Changes
206
218
 
207
- - b2479fe: Always allows submit button on pydantic-forms
219
+ - b2479fe: Always allows submit button on pydantic-forms
208
220
 
209
221
  ## 5.3.3
210
222
 
211
223
  ### Patch Changes
212
224
 
213
- - ca2460b: Updates to latest pydantic-form version
225
+ - ca2460b: Updates to latest pydantic-form version
214
226
 
215
227
  ## 5.3.2
216
228
 
217
229
  ### Patch Changes
218
230
 
219
- - 004fde2: 1935 Fixes style in WfoContentHeader. This makes the dropdown menu attached to the action button again
220
- - 067ef6d: 1952 WfoTable: Resets page index to 0 when search query is updated. Always shows the current page in the pagination section, even when it is out of range.
221
- - 77f941d: WfoArrayField, WfoObjectField, fix some import and types for the forms
222
- - 6b927ef: Add new EUI colors to theme and SummaryFieldStyling
231
+ - 004fde2: 1935 Fixes style in WfoContentHeader. This makes the dropdown menu attached to the action button again
232
+ - 067ef6d: 1952 WfoTable: Resets page index to 0 when search query is updated. Always shows the current page in the pagination section, even when it is out of range.
233
+ - 77f941d: WfoArrayField, WfoObjectField, fix some import and types for the forms
234
+ - 6b927ef: Add new EUI colors to theme and SummaryFieldStyling
223
235
 
224
236
  ## 5.3.1
225
237
 
226
238
  ### Patch Changes
227
239
 
228
- - cd00d6f: 1953 Fix - Process detail page: left align of subscription descriptions in the related subscriptions cell
229
- - d7d4717: 2024 - Subscription Detail Page - action menu: opening linked subscriptions in a new tab
240
+ - cd00d6f: 1953 Fix - Process detail page: left align of subscription descriptions in the related subscriptions cell
241
+ - d7d4717: 2024 - Subscription Detail Page - action menu: opening linked subscriptions in a new tab
230
242
 
231
243
  ## 5.3.0
232
244
 
233
245
  ### Minor Changes
234
246
 
235
- - e3add00: 2021 Add new note field attributes
247
+ - e3add00: 2021 Add new note field attributes
236
248
 
237
249
  ## 5.2.4
238
250
 
239
251
  ### Patch Changes
240
252
 
241
- - 4ef58e0: 1994 Adds classnames to the key and value cells to support style adjustments by the consumer
253
+ - 4ef58e0: 1994 Adds classnames to the key and value cells to support style adjustments by the consumer
242
254
 
243
255
  ## 5.2.3
244
256
 
245
257
  ### Patch Changes
246
258
 
247
- - c3e62c9: 2001 fix filter of summarycard
259
+ - c3e62c9: 2001 fix filter of summarycard
248
260
 
249
261
  ## 5.2.2
250
262
 
251
263
  ### Patch Changes
252
264
 
253
- - 5fcb0c8: Fix regression in subscription delta
265
+ - 5fcb0c8: Fix regression in subscription delta
254
266
 
255
267
  ## 5.2.1
256
268
 
257
269
  ### Patch Changes
258
270
 
259
- - 7d968b0: Updates pydantic-forms minimum version
271
+ - 7d968b0: Updates pydantic-forms minimum version
260
272
 
261
273
  ## 5.2.0
262
274
 
263
275
  ### Minor Changes
264
276
 
265
- - 7fa5828: SURF specific: Deprecate SubscriptionField and refactor it to use new REST endpoint with server-side filtering
277
+ - 7fa5828: SURF specific: Deprecate SubscriptionField and refactor it to use new REST endpoint with server-side filtering
266
278
 
267
279
  ### Patch Changes
268
280
 
269
- - bbae7ad: Small improvements to forms
281
+ - bbae7ad: Small improvements to forms
270
282
 
271
283
  ## 5.1.0
272
284
 
273
285
  ### Minor Changes
274
286
 
275
- - f3f1417: removes conditional render option to edit description on wf/task metadata page
276
- - 59c5109: Adds some fields to be used by workflows using pydantic forms
287
+ - f3f1417: removes conditional render option to edit description on wf/task metadata page
288
+ - 59c5109: Adds some fields to be used by workflows using pydantic forms
277
289
 
278
290
  ### Patch Changes
279
291
 
280
- - c03d83a: Add Exclamation badge
292
+ - c03d83a: Add Exclamation badge
281
293
 
282
294
  ## 5.0.0
283
295
 
284
296
  ### Major Changes
285
297
 
286
- - 6b21307: Update target validation to isTask
298
+ - 6b21307: Update target validation to isTask
287
299
 
288
300
  ### Minor Changes
289
301
 
290
- - 0f648af: Adds some nullchecks that prevents the app from crashing on some errors
291
- - 0cab7d9: 326 Adds dropdown to product blocks section on subscription detail page to select all items with a given product block name
302
+ - 0f648af: Adds some nullchecks that prevents the app from crashing on some errors
303
+ - 0cab7d9: 326 Adds dropdown to product blocks section on subscription detail page to select all items with a given product block name
292
304
 
293
305
  ### Patch Changes
294
306
 
295
- - a500bac: Add product tag to workflow options query
307
+ - a500bac: Add product tag to workflow options query
296
308
 
297
309
  ## 4.2.0
298
310
 
299
311
  ### Minor Changes
300
312
 
301
- - e799369: 1886 "Fix refresh affecting subscriptions search and in-sync button"
313
+ - e799369: 1886 "Fix refresh affecting subscriptions search and in-sync button"
302
314
 
303
315
  ## 4.1.1
304
316
 
305
317
  ### Patch Changes
306
318
 
307
- - e90725b: Fixes depency array bug that breaks the app
319
+ - e90725b: Fixes depency array bug that breaks the app
308
320
 
309
321
  ## 4.1.0
310
322
 
311
323
  ### Minor Changes
312
324
 
313
- - a731291: Adds componentMatcher configuration option for pydantic forms
314
- - 17330a1: Adds some components to export that were missing
325
+ - a731291: Adds componentMatcher configuration option for pydantic forms
326
+ - 17330a1: Adds some components to export that were missing
315
327
 
316
328
  ## 4.0.1
317
329
 
318
330
  ### Patch Changes
319
331
 
320
- - 3332386: Fixates elastic/eui version
332
+ - 3332386: Fixates elastic/eui version
321
333
 
322
334
  ## 4.0.0
323
335
 
324
336
  ### Major Changes
325
337
 
326
- - 85509b5: Updates to latest npm packages versions. Updates to eslint 9
338
+ - 85509b5: Updates to latest npm packages versions. Updates to eslint 9
327
339
 
328
340
  ## 3.10.0
329
341
 
330
342
  ### Minor Changes
331
343
 
332
- - 2ae5b18: Replace hardcoded query params with constants and enums
344
+ - 2ae5b18: Replace hardcoded query params with constants and enums
333
345
 
334
346
  ### Patch Changes
335
347
 
336
- - 4cefe05: 1858 Fix layout issue with workflows on subscription detail page
348
+ - 4cefe05: 1858 Fix layout issue with workflows on subscription detail page
337
349
 
338
350
  ## 3.9.1
339
351
 
340
352
  ### Patch Changes
341
353
 
342
- - 3f64535: 1337 Move getWebSocket to utils.ts
354
+ - 3f64535: 1337 Move getWebSocket to utils.ts
343
355
 
344
356
  ## 3.9.0
345
357
 
346
358
  ### Minor Changes
347
359
 
348
- - 5f8c712: 1210 Adds a badge with number of subscriptions not shown in the affected-subscriptions cell on the process list page
360
+ - 5f8c712: 1210 Adds a badge with number of subscriptions not shown in the affected-subscriptions cell on the process list page
349
361
 
350
362
  ### Patch Changes
351
363
 
352
- - adc70ef: Remove inUseByRelations field from query SubscriptionDropdownOptions
364
+ - adc70ef: Remove inUseByRelations field from query SubscriptionDropdownOptions
353
365
 
354
366
  To benefit from the query optimization in https://github.com/workfloworchestrator/orchestrator-core/pull/922
355
367
 
@@ -357,148 +369,149 @@
357
369
 
358
370
  ### Patch Changes
359
371
 
360
- - e75d0e4: 1844 Adds isAllowed policy check to the start-stop-engine section
372
+ - e75d0e4: 1844 Adds isAllowed policy check to the start-stop-engine section
361
373
 
362
374
  ## 3.8.0
363
375
 
364
376
  ### Minor Changes
365
377
 
366
- - 93d46aa: 1635 Adds extra parameter ("allFieldValues") to the override function to have all data available when overriding a specific cell value
378
+ - 93d46aa: 1635 Adds extra parameter ("allFieldValues") to the override function to have all data available when overriding a specific cell value
367
379
 
368
380
  ### Patch Changes
369
381
 
370
- - 6fdc33a: 1824 Fix for the thin gray line in the sidebar that went beyond settings.
382
+ - 6fdc33a: 1824 Fix for the thin gray line in the sidebar that went beyond settings.
371
383
 
372
384
  ## 3.7.0
373
385
 
374
386
  ### Minor Changes
375
387
 
376
- - 8a51b24: Adds fileupload field
388
+ - 8a51b24: Adds fileupload field
377
389
 
378
390
  ## 3.6.0
379
391
 
380
392
  ### Minor Changes
381
393
 
382
- - 21c2886: 1825 Update WfoDragHandler, make WfoTable 100% width
383
- - 5f16a2e: 1821 Update WfoSidebar, add toOptionalArrayEntries
394
+ - 21c2886: 1825 Update WfoDragHandler, make WfoTable 100% width
395
+ - 5f16a2e: 1821 Update WfoSidebar, add toOptionalArrayEntries
384
396
 
385
397
  ## 3.5.2
386
398
 
387
399
  ### Patch Changes
388
400
 
389
- - 7040598: Readds testid to textarea field
390
- - 167bea6: 1751 - Makes width of the inline note edit field flexible
401
+ - 7040598: Readds testid to textarea field
402
+ - 167bea6: 1751 - Makes width of the inline note edit field flexible
391
403
 
392
404
  ## 3.5.1
393
405
 
394
406
  ### Patch Changes
395
407
 
396
- - 0cb0521: Updates required peer dependencies to NextJs 14.2.25 (CVE-2025-29927)
397
- - dbb2468: Add: time interval 15 min on time picker
408
+ - 0cb0521: Updates required peer dependencies to NextJs 14.2.25 (CVE-2025-29927)
409
+ - dbb2468: Add: time interval 15 min on time picker
398
410
 
399
411
  ## 3.5.0
400
412
 
401
413
  ### Minor Changes
402
414
 
403
- - 267ad99: Introduces pydantic forms module to handle some workflows
415
+ - 267ad99: Introduces pydantic forms module to handle some workflows
404
416
 
405
417
  ### Patch Changes
406
418
 
407
- - 34a3044: 1778 Improve re-render summary cards on dashboard page with many changes in backend
408
- - 2dd877d: 1726 Fix column width dragger visible on top of items covering the table header
419
+ - 34a3044: 1778 Improve re-render summary cards on dashboard page with many changes in backend
420
+ - 2dd877d: 1726 Fix column width dragger visible on top of items covering the table header
409
421
 
410
422
  ## 3.4.2
411
423
 
412
424
  ### Patch Changes
413
425
 
414
- - 00038a1: Fix for grouped table width
426
+ - 00038a1: Fix for grouped table width
415
427
 
416
428
  ## 3.4.1
417
429
 
418
430
  ### Patch Changes
419
431
 
420
- - 0a6d086: 1758 Show error badge in navigation header when versions of frontend and backend are incompatible.
421
- - 985eed8: 1749 Set a minHeight for EuiPageTemplate section
422
- - e570801: 1707 Improve resizing of table columns
432
+ - 0a6d086: 1758 Show error badge in navigation header when versions of frontend and backend are incompatible.
433
+ - 985eed8: 1749 Set a minHeight for EuiPageTemplate section
434
+ - e570801: 1707 Improve resizing of table columns
423
435
 
424
436
  ## 3.4.0
425
437
 
426
438
  ### Minor Changes
427
439
 
428
- - 2389b16: 808 - Support for metadata description modify - requires orchestrator core 2.10.0
440
+ - 2389b16: 808 - Support for metadata description modify - requires orchestrator core 2.10.0
429
441
 
430
442
  ## 3.3.3
431
443
 
432
444
  ### Patch Changes
433
445
 
434
- - 62d16da: 1709 Replace default icons with SURF icons
446
+ - 62d16da: 1709 Replace default icons with SURF icons
435
447
 
436
448
  ## 3.3.2
437
449
 
438
450
  ### Patch Changes
439
451
 
440
- - 59230ea: inline edit for description of metadata pages
452
+ - 59230ea: inline edit for description of metadata pages
441
453
 
442
454
  ## 3.3.1
443
455
 
444
456
  ### Patch Changes
445
457
 
446
- - 56bdc1d: 1705 Added prop for custom icon summary card
458
+ - 56bdc1d: 1705 Added prop for custom icon summary card
447
459
 
448
460
  ## 3.3.0
449
461
 
450
462
  ### Minor Changes
451
463
 
452
- - 0476c1d: Adds an asteriks to every single word search
453
- - 937c8d6: Adds customer description edit forms
454
- - 1bb8c3c: Added support for displaying software versions in hamburger menu
464
+ - 0476c1d: Adds an asteriks to every single word search
465
+ - 937c8d6: Adds customer description edit forms
466
+ - 1bb8c3c: Added support for displaying software versions in hamburger menu
455
467
 
456
468
  ## 3.2.0
457
469
 
458
470
  ### Minor Changes
459
471
 
460
- - 2175530: 1704 - Adjustments to assist in overriding the standard menu items: Using more descriptive id values. Adds reusable divider menu item
472
+ - 2175530: 1704 - Adjustments to assist in overriding the standard menu items: Using more descriptive id values. Adds reusable divider menu item
461
473
 
462
474
  ## 3.1.1
463
475
 
464
476
  ### Patch Changes
465
477
 
466
- - e838f80: 330 Making timeline in process detail pages sticky to the top of the screen. Introduces a useContentRef hook to refer to the scrollable content div in the pagetemplate
478
+ - e838f80: 330 Making timeline in process detail pages sticky to the top of the screen. Introduces a useContentRef hook to refer to the scrollable content div in the pagetemplate
467
479
 
468
480
  ## 3.1.0
469
481
 
470
482
  ### Minor Changes
471
483
 
472
- - 98c1716: Fix notes not updating when changing pages, fix cancel button resetting note to older value
473
- - c19dacd: 1662 Make the navbar fixed when scrolling and notify user for failing websocket there.
484
+ - 98c1716: Fix notes not updating when changing pages, fix cancel button resetting note to older value
485
+ - c19dacd: 1662 Make the navbar fixed when scrolling and notify user for failing websocket there.
474
486
 
475
487
  ## 3.0.3
476
488
 
477
489
  ### Patch Changes
478
490
 
479
- - bba111c: Add missing subscription id to start process form
491
+ - bba111c: Add missing subscription id to start process form
480
492
 
481
493
  ## 3.0.2
482
494
 
483
495
  ### Patch Changes
484
496
 
485
- - a4492fd: Fix 400 error in create lir prefix form
486
- - 4baeff5: 1509 Remove toast for failed websocket connection that covers the next and back buttons in the forms.
497
+ - a4492fd: Fix 400 error in create lir prefix form
498
+ - 4baeff5: 1509 Remove toast for failed websocket connection that covers the next and back buttons in the forms.
487
499
 
488
500
  ## 3.0.1
489
501
 
490
502
  ### Patch Changes
491
503
 
492
- - 4bd9869: 1146 Allow workflow to start with additional prefilled variables - LIR prefixes page
504
+ - 4bd9869: 1146 Allow workflow to start with additional prefilled variables - LIR prefixes page
493
505
 
494
506
  ## 3.0.0
495
507
 
496
508
  ### Major Changes
497
509
 
498
- - f6315dd: 1479:
499
- - csvDownload (Breaking change): Changed the parameters of initiateCsvFileDownload for directly exporting data to CSV.
500
- - GroupedTable: The table has a small header with a button "Collapse / Expand", this can now be overridden.
501
- - Introduced a utility type to help ensuring that all the props of an object will be of type "string". Typically useful for the csvDownload functionality
510
+ - f6315dd: 1479:
511
+
512
+ - csvDownload (Breaking change): Changed the parameters of initiateCsvFileDownload for directly exporting data to CSV.
513
+ - GroupedTable: The table has a small header with a button "Collapse / Expand", this can now be overridden.
514
+ - Introduced a utility type to help ensuring that all the props of an object will be of type "string". Typically useful for the csvDownload functionality
502
515
 
503
516
  Changes to be made by the consumer of the library:
504
517
  The function `initiateCsvFileDownload` now requires 3 parameters instead of 2. The new parameter is `keyOrder` and is an array of strings representing the desired order of the columns in the CSV file. See example below for the placement.
@@ -517,932 +530,932 @@
517
530
 
518
531
  ### Patch Changes
519
532
 
520
- - 19d1d88: Enables prefilling of prefixes
521
- - bbf8983: 1623 Changes the colors of the WfoInsyncIcon to make the no-in-sync state more prominent
522
- - eb45e6b: 289 Metadata page: making related product blocks, resource types and product tags badges clickable. It will update the search query to show that specific item.
533
+ - 19d1d88: Enables prefilling of prefixes
534
+ - bbf8983: 1623 Changes the colors of the WfoInsyncIcon to make the no-in-sync state more prominent
535
+ - eb45e6b: 289 Metadata page: making related product blocks, resource types and product tags badges clickable. It will update the search query to show that specific item.
523
536
 
524
537
  ## 2.15.0
525
538
 
526
539
  ### Minor Changes
527
540
 
528
- - c7eaf69: 1620 Add subscriptionPath option for WfoRelatedSubscriptions, WfoSubscriptionDetailTree
541
+ - c7eaf69: 1620 Add subscriptionPath option for WfoRelatedSubscriptions, WfoSubscriptionDetailTree
529
542
 
530
543
  ### Patch Changes
531
544
 
532
- - 79d9133: 1569 Some non-functional tweaks on the table components: Adds classNames and adds a Fragment component in a mapper function
533
- - 2cab3b2: Add summary field to Object field type in AutoFieldLoader
545
+ - 79d9133: 1569 Some non-functional tweaks on the table components: Adds classNames and adds a Fragment component in a mapper function
546
+ - 2cab3b2: Add summary field to Object field type in AutoFieldLoader
534
547
 
535
548
  ## 2.14.1
536
549
 
537
550
  ### Patch Changes
538
551
 
539
- - 7f972a1: Fixes calling getFirstUuidPart with null value
540
- - 86b504f: Feat: refactor IPPREFIX table #2143
552
+ - 7f972a1: Fixes calling getFirstUuidPart with null value
553
+ - 86b504f: Feat: refactor IPPREFIX table #2143
541
554
 
542
555
  ## 2.14.0
543
556
 
544
557
  ### Minor Changes
545
558
 
546
- - 0172be2: Adds resizable table columns
559
+ - 0172be2: Adds resizable table columns
547
560
 
548
561
  ## 2.13.0
549
562
 
550
563
  ### Minor Changes
551
564
 
552
- - 195a951: 692 Adds WfoErrorMonitoringProvider for tracing purposes. It exposes 2 methods via the useWfoErrorMonitoring hook. These reporting functions are used within the component library. To start using it, the WfoErrorMonitoringProvider needs to be added to the \_app.tsx and the errorMonitoringHandler needs to be implemented.
565
+ - 195a951: 692 Adds WfoErrorMonitoringProvider for tracing purposes. It exposes 2 methods via the useWfoErrorMonitoring hook. These reporting functions are used within the component library. To start using it, the WfoErrorMonitoringProvider needs to be added to the \_app.tsx and the errorMonitoringHandler needs to be implemented.
553
566
 
554
567
  ### Patch Changes
555
568
 
556
- - 95de1e8: 1552 Remove last line of workflow timeline card
569
+ - 95de1e8: 1552 Remove last line of workflow timeline card
557
570
 
558
571
  ## 2.12.0
559
572
 
560
573
  ### Minor Changes
561
574
 
562
- - 6e4d726: 1560 Table Header: for narrow columns, moving the sort icons as much as possible to the right
563
- - cd0d38f: 1556 Adds inline note editing for the subscription list page
575
+ - 6e4d726: 1560 Table Header: for narrow columns, moving the sort icons as much as possible to the right
576
+ - cd0d38f: 1556 Adds inline note editing for the subscription list page
564
577
 
565
578
  ### Patch Changes
566
579
 
567
- - cdb9c83: 1530 Navigate to task list page when clicking on the tasks count icon
568
- - 87540ac: 1577 Fixes uncheckable checkbox (only the label was clickable)
569
- - c592740: 1536 Hides inUseByIds in the list of product block instance values
570
- - 88a9db4: 1561 Fixes double copy icon in subscription detail page at the in-use-by-subscriptions section
571
- - d39017a: Fix WfoInlineNoteEdit showing cached value from the previous page on the next one
572
- - a442a0b: new column width and customer fullname hidden
580
+ - cdb9c83: 1530 Navigate to task list page when clicking on the tasks count icon
581
+ - 87540ac: 1577 Fixes uncheckable checkbox (only the label was clickable)
582
+ - c592740: 1536 Hides inUseByIds in the list of product block instance values
583
+ - 88a9db4: 1561 Fixes double copy icon in subscription detail page at the in-use-by-subscriptions section
584
+ - d39017a: Fix WfoInlineNoteEdit showing cached value from the previous page on the next one
585
+ - a442a0b: new column width and customer fullname hidden
573
586
 
574
587
  ## 2.11.1
575
588
 
576
589
  ### Patch Changes
577
590
 
578
- - 56e2537: Fixes rights issue in github action
579
- - b7fe3ee: Adds github action permission to publish with provenance
591
+ - 56e2537: Fixes rights issue in github action
592
+ - b7fe3ee: Adds github action permission to publish with provenance
580
593
 
581
594
  ## 2.11.0
582
595
 
583
596
  ### Minor Changes
584
597
 
585
- - 85fca33: Adds npm provenance flag
598
+ - 85fca33: Adds npm provenance flag
586
599
 
587
600
  ### Patch Changes
588
601
 
589
- - 59389ea: Removes limit on related workflows on subscription detail page
602
+ - 59389ea: Removes limit on related workflows on subscription detail page
590
603
 
591
604
  ## 2.10.1
592
605
 
593
606
  ### Patch Changes
594
607
 
595
- - 4a1ef5b: Adds pre-wrap style to value display fieldds
608
+ - 4a1ef5b: Adds pre-wrap style to value display fieldds
596
609
 
597
610
  ## 2.10.0
598
611
 
599
612
  ### Minor Changes
600
613
 
601
- - e198ef6: 1528 Add tooltip to WfoInlineText edit, fix bug showing empty tooltip
602
- - 4adc510: Adds table view to workflow steps
614
+ - e198ef6: 1528 Add tooltip to WfoInlineText edit, fix bug showing empty tooltip
615
+ - 4adc510: Adds table view to workflow steps
603
616
 
604
617
  ## 2.9.1
605
618
 
606
619
  ### Patch Changes
607
620
 
608
- - fc4a7c5: Fixes too many productblock values being hidden
621
+ - fc4a7c5: Fixes too many productblock values being hidden
609
622
 
610
623
  ## 2.9.0
611
624
 
612
625
  ### Minor Changes
613
626
 
614
- - fc8002a: 1503 Makes disabled action menu items expandable to list all subscriptions preventing this action to be available
627
+ - fc8002a: 1503 Makes disabled action menu items expandable to list all subscriptions preventing this action to be available
615
628
 
616
629
  ### Patch Changes
617
630
 
618
- - beca81e: Fixes possible error in suspend step
619
- - 9d1881f: 1504 Resolves task names and workflow names into the description text from the metadata endpoint, making the titles more human-readable
620
- - e8c65bf: update to translation file
621
- - 4bf976f: Fixes showing empty product block values where they should not be
631
+ - beca81e: Fixes possible error in suspend step
632
+ - 9d1881f: 1504 Resolves task names and workflow names into the description text from the metadata endpoint, making the titles more human-readable
633
+ - e8c65bf: update to translation file
634
+ - 4bf976f: Fixes showing empty product block values where they should not be
622
635
 
623
636
  ## 2.8.4
624
637
 
625
638
  ### Patch Changes
626
639
 
627
- - be6bf70: added extra Dutch translation term and fix workflowsteps translation
628
- - 3bfe651: Updates npm packages to latest versions
629
- - 490da42: 1490 Remove last border of a product block key value item
640
+ - be6bf70: added extra Dutch translation term and fix workflowsteps translation
641
+ - 3bfe651: Updates npm packages to latest versions
642
+ - 490da42: 1490 Remove last border of a product block key value item
630
643
 
631
644
  ## 2.8.3
632
645
 
633
646
  ### Patch Changes
634
647
 
635
- - 85f1514: Added new icons - WfoActualWork, WfoMalfunction, WfoPlannedWork
648
+ - 85f1514: Added new icons - WfoActualWork, WfoMalfunction, WfoPlannedWork
636
649
 
637
650
  ## 2.8.2
638
651
 
639
652
  ### Patch Changes
640
653
 
641
- - 056ba69: 1402 Adds context menu to be used in the table. It exposes a callback that is triggered when the menu opens (for optionally triggering a REST call to populate the menu)
654
+ - 056ba69: 1402 Adds context menu to be used in the table. It exposes a callback that is triggered when the menu opens (for optionally triggering a REST call to populate the menu)
642
655
 
643
656
  ## 2.8.1
644
657
 
645
658
  ### Patch Changes
646
659
 
647
- - d119e38: 1404 Allows WfoFilterTabs to accept append property that is passed on to EuiTab component
648
- - 3d1ebbe: 1419 Update product block detail color to match list item color.
649
- - f6a31a6: Fix: Empty value dropdown override
650
- - 038989c: 1451 Disables the subscription delta button when the process is running
660
+ - d119e38: 1404 Allows WfoFilterTabs to accept append property that is passed on to EuiTab component
661
+ - 3d1ebbe: 1419 Update product block detail color to match list item color.
662
+ - f6a31a6: Fix: Empty value dropdown override
663
+ - 038989c: 1451 Disables the subscription delta button when the process is running
651
664
 
652
665
  ## 2.8.0
653
666
 
654
667
  ### Minor Changes
655
668
 
656
- - 846a884: Updates npm dependency minor versions
669
+ - 846a884: Updates npm dependency minor versions
657
670
 
658
671
  ## 2.7.1
659
672
 
660
673
  ### Patch Changes
661
674
 
662
- - 2da7671: Fix: Add onchange on the useEffect state in order to set the default
675
+ - 2da7671: Fix: Add onchange on the useEffect state in order to set the default
663
676
 
664
677
  ## 2.7.0
665
678
 
666
679
  ### Minor Changes
667
680
 
668
- - b293024: Adds flags to disable RTK cache in development
681
+ - b293024: Adds flags to disable RTK cache in development
669
682
 
670
683
  ### Patch Changes
671
684
 
672
- - f00a7d1: 1494 Introduces refs to fix the useEffect rerender loop
673
- - aa24057: 735 - WfoSearch: Triggers onUpdateQueryString when field is erased. Adds queryIsValid prop to mark the validity of the query.
674
- - 6bcfd14: 1398 - Adds a generic way of serializing objects when exporting CSV files
685
+ - f00a7d1: 1494 Introduces refs to fix the useEffect rerender loop
686
+ - aa24057: 735 - WfoSearch: Triggers onUpdateQueryString when field is erased. Adds queryIsValid prop to mark the validity of the query.
687
+ - 6bcfd14: 1398 - Adds a generic way of serializing objects when exporting CSV files
675
688
 
676
689
  ## 2.6.0
677
690
 
678
691
  ### Minor Changes
679
692
 
680
- - 404ffe2: Shows empty values in productBlocks in detail mode
693
+ - 404ffe2: Shows empty values in productBlocks in detail mode
681
694
 
682
695
  ### Patch Changes
683
696
 
684
- - 293c85c: 1440 Adjusted FieldValue type to include ReactNode for NMS
697
+ - 293c85c: 1440 Adjusted FieldValue type to include ReactNode for NMS
685
698
 
686
699
  ## 2.5.0
687
700
 
688
701
  ### Minor Changes
689
702
 
690
- - 78e5223: Fixed buy that does not display Array in blocks
691
- - 06ec6bc: Connects websocket regardless of what page you start on
692
- - f0f5aed: 1440 Changes for the NMS service ports tab
703
+ - 78e5223: Fixed buy that does not display Array in blocks
704
+ - 06ec6bc: Connects websocket regardless of what page you start on
705
+ - f0f5aed: 1440 Changes for the NMS service ports tab
693
706
 
694
707
  ### Patch Changes
695
708
 
696
- - ac98ce6: Update tsv information modal
709
+ - ac98ce6: Update tsv information modal
697
710
 
698
711
  ## 2.4.0
699
712
 
700
713
  ### Minor Changes
701
714
 
702
- - ad83b95: Improves performace of subscription dropdown options
715
+ - ad83b95: Improves performace of subscription dropdown options
703
716
 
704
717
  ### Patch Changes
705
718
 
706
- - ff6f520: 1377 Added copy button to UUID fields in tables
719
+ - ff6f520: 1377 Added copy button to UUID fields in tables
707
720
 
708
721
  ## 2.3.0
709
722
 
710
723
  ### Minor Changes
711
724
 
712
- - 0efcf20: 315 - Making the sort icon always visible in cases of small table columns.
713
- - 1b23a42: 459 Implements single click sorting in the table. Marks WfoSortButtons as deprecated.
725
+ - 0efcf20: 315 - Making the sort icon always visible in cases of small table columns.
726
+ - 1b23a42: 459 Implements single click sorting in the table. Marks WfoSortButtons as deprecated.
714
727
 
715
728
  ## 2.2.0
716
729
 
717
730
  ### Minor Changes
718
731
 
719
- - e228d98: Sorts grouped table groups
720
- - d24efe6: 1381 Render mouseover tooltip for the new tables
732
+ - e228d98: Sorts grouped table groups
733
+ - d24efe6: 1381 Render mouseover tooltip for the new tables
721
734
 
722
735
  ### Patch Changes
723
736
 
724
- - 60021b1: Fixes checkboxes without labels
737
+ - 60021b1: Fixes checkboxes without labels
725
738
 
726
739
  ## 2.1.1
727
740
 
728
741
  ### Patch Changes
729
742
 
730
- - 648badb: 1423 Handles not_authenticated errors from graphql endpoints. Adds accessTokenExpiresAt and refreshTokenExpiresAt to WfoSession
731
- - f5138d3: 1406 Added sorting for new tasks and workflow dropdowns
732
- - 223888a: 1363 - Making the title use all space available. Moves the subtitle around to show above the children (action buttons) on small screens
743
+ - 648badb: 1423 Handles not_authenticated errors from graphql endpoints. Adds accessTokenExpiresAt and refreshTokenExpiresAt to WfoSession
744
+ - f5138d3: 1406 Added sorting for new tasks and workflow dropdowns
745
+ - 223888a: 1363 - Making the title use all space available. Moves the subtitle around to show above the children (action buttons) on small screens
733
746
 
734
747
  ## 2.1.0
735
748
 
736
749
  ### Minor Changes
737
750
 
738
- - fb2cca8: 1376 Adds inline note edit component
739
- - 93e1926: 1363 Consistent header spacings on all pages
740
- - 72007aa: 1395 Fixes sorting in the related subscriptions table
751
+ - fb2cca8: 1376 Adds inline note edit component
752
+ - 93e1926: 1363 Consistent header spacings on all pages
753
+ - 72007aa: 1395 Fixes sorting in the related subscriptions table
741
754
 
742
755
  ### Patch Changes
743
756
 
744
- - 851eb96: 1393 Fix workflow dropdown not refreshed after subscription is set in sync
757
+ - 851eb96: 1393 Fix workflow dropdown not refreshed after subscription is set in sync
745
758
 
746
759
  ## 2.0.0
747
760
 
748
761
  ### Major Changes
749
762
 
750
- - 7991a97: 1384 - (Breaking change) - Replaces WfoBasicTable and WfoTableWithFilter with WfoTable and WfoAdvancedTable. Both have slightly different interfaces compared with the previous components
763
+ - 7991a97: 1384 - (Breaking change) - Replaces WfoBasicTable and WfoTableWithFilter with WfoTable and WfoAdvancedTable. Both have slightly different interfaces compared with the previous components
751
764
 
752
765
  ### Minor Changes
753
766
 
754
- - ca01308: Refactor WfoSubscriptionGeneral, use WfoSubscriptionDetailSection in forms
755
- - 0041a7c: 699, 1370 - Fix and update product block view
767
+ - ca01308: Refactor WfoSubscriptionGeneral, use WfoSubscriptionDetailSection in forms
768
+ - 0041a7c: 699, 1370 - Fix and update product block view
756
769
 
757
770
  ### Patch Changes
758
771
 
759
- - 94ed80b: "649 Fixed a bug where details were shown based on index instead of unique id of a PB
760
- - 5ce3e1f: 1363 Fixes labels in table settings modal
761
- - 0fe9ad5: 1363 Adds WfoMultilineCell and WfoTruncateCell
762
- - 88c4181: 1378 Add sorting for subscription details workflows tab
772
+ - 94ed80b: "649 Fixed a bug where details were shown based on index instead of unique id of a PB
773
+ - 5ce3e1f: 1363 Fixes labels in table settings modal
774
+ - 0fe9ad5: 1363 Adds WfoMultilineCell and WfoTruncateCell
775
+ - 88c4181: 1378 Add sorting for subscription details workflows tab
763
776
 
764
777
  ## 1.38.2
765
778
 
766
779
  ### Patch Changes
767
780
 
768
- - 414391f: Adjust start task combobox size, so it doesn't hide list items
769
- - 7c6f8b2: Add enum for ids of subscription detail sections
781
+ - 414391f: Adjust start task combobox size, so it doesn't hide list items
782
+ - 7c6f8b2: Add enum for ids of subscription detail sections
770
783
 
771
784
  ## 1.38.1
772
785
 
773
786
  ### Patch Changes
774
787
 
775
- - 702cbdf: Display orchestrator-ui-library version in header
788
+ - 702cbdf: Display orchestrator-ui-library version in header
776
789
 
777
790
  ## 1.38.0
778
791
 
779
792
  ### Minor Changes
780
793
 
781
- - 6f8b708: Added WfoGraphqlErrorsMeta handler, added isLoading to WfoSubscriptionActions, using fragments in some graphql queries, changes required for #1320
782
- - 1318c92: Added open support menu item to context menu
783
- - e46972c: Adds onFocus websocket reconnection if connection is lost
794
+ - 6f8b708: Added WfoGraphqlErrorsMeta handler, added isLoading to WfoSubscriptionActions, using fragments in some graphql queries, changes required for #1320
795
+ - 1318c92: Added open support menu item to context menu
796
+ - e46972c: Adds onFocus websocket reconnection if connection is lost
784
797
 
785
798
  ## 1.37.1
786
799
 
787
800
  ### Patch Changes
788
801
 
789
- - a95a3c7: Changed order of side menu to reflect the importance of the pages in a more logical order
802
+ - a95a3c7: Changed order of side menu to reflect the importance of the pages in a more logical order
790
803
 
791
804
  ## 1.37.0
792
805
 
793
806
  ### Minor Changes
794
807
 
795
- - 4f91f82: Adds submenu higlighting
796
- - 6601919: Adjust submenu hightlighting
797
- - a25dc81: Improve error presentation for WfoTableWithFilter
798
- - d9c18b9: Fixes removing the last item in a list in some cicrumstances
808
+ - 4f91f82: Adds submenu higlighting
809
+ - 6601919: Adjust submenu hightlighting
810
+ - a25dc81: Improve error presentation for WfoTableWithFilter
811
+ - d9c18b9: Fixes removing the last item in a list in some cicrumstances
799
812
 
800
813
  ### Patch Changes
801
814
 
802
- - 2501569: Fixed bug that always showed error on subscription list page, improved function for mapping errors
803
- - 38f7135: 906 Uses isLoading instead of isFetching to render the no-results component. This keeps the table visible when browsing between pages of the paginated table
804
- - 2c6d26d: added WfoIsAllowedToRender around the cache flush component
805
- - 04b1ff7: Added invalidation to subscriptionId query, and loading state for setInSync button
806
- - 60c8947: 1312 Reretrieves ports when the user goes through the same form multiple times. Retrieving on mount keeps the port list up to date.
815
+ - 2501569: Fixed bug that always showed error on subscription list page, improved function for mapping errors
816
+ - 38f7135: 906 Uses isLoading instead of isFetching to render the no-results component. This keeps the table visible when browsing between pages of the paginated table
817
+ - 2c6d26d: added WfoIsAllowedToRender around the cache flush component
818
+ - 04b1ff7: Added invalidation to subscriptionId query, and loading state for setInSync button
819
+ - 60c8947: 1312 Reretrieves ports when the user goes through the same form multiple times. Retrieving on mount keeps the port list up to date.
807
820
 
808
821
  ## 1.36.1
809
822
 
810
823
  ### Patch Changes
811
824
 
812
- - f7571b1: 822 Removes debounce mechanism in the websocket logic
825
+ - f7571b1: 822 Removes debounce mechanism in the websocket logic
813
826
 
814
827
  ## 1.36.0
815
828
 
816
829
  ### Minor Changes
817
830
 
818
- - 5663e2c: Fixes list item delete button
831
+ - 5663e2c: Fixes list item delete button
819
832
 
820
833
  ### Patch Changes
821
834
 
822
- - ef5910a: Removes unavailable untagged port subscriptions from dropdown list
823
- - eed3424: Fix console errors that show when both data and errors are present in wfoGraphqlRequestBaseQuery. Fix name of the function.
824
- - c880f61: 1295 - Partial rollback of changes introduced in PR 1242. These changes broke the functionality to remove a list item
825
- - d23fa2b: 1294 Rollback style-change in list fields
826
- - b1fc20a: Fix no no product/subscription_id prefill when clicking on a workflow breadcrumb by adding query param to link
835
+ - ef5910a: Removes unavailable untagged port subscriptions from dropdown list
836
+ - eed3424: Fix console errors that show when both data and errors are present in wfoGraphqlRequestBaseQuery. Fix name of the function.
837
+ - c880f61: 1295 - Partial rollback of changes introduced in PR 1242. These changes broke the functionality to remove a list item
838
+ - d23fa2b: 1294 Rollback style-change in list fields
839
+ - b1fc20a: Fix no no product/subscription_id prefill when clicking on a workflow breadcrumb by adding query param to link
827
840
 
828
841
  ## 1.35.0
829
842
 
830
843
  ### Minor Changes
831
844
 
832
- - 3a8ba59: Adds hamburger menu
833
- - 86cbc9c: Adds celery worker status card to settings page
845
+ - 3a8ba59: Adds hamburger menu
846
+ - 86cbc9c: Adds celery worker status card to settings page
834
847
 
835
848
  ### Patch Changes
836
849
 
837
- - be2a21d: Fixes typo in constant
838
- - 8afc446: 1252 Fixes the copy icon in the key-value table
839
- - 9be10f0: Removes show all option from pages that cant use it
850
+ - be2a21d: Fixes typo in constant
851
+ - 8afc446: 1252 Fixes the copy icon in the key-value table
852
+ - 9be10f0: Removes show all option from pages that cant use it
840
853
 
841
854
  ## 1.34.0
842
855
 
843
856
  ### Minor Changes
844
857
 
845
- - 6a098f6: WFO GraphQL base query that handles both errors and data returned
858
+ - 6a098f6: WFO GraphQL base query that handles both errors and data returned
846
859
 
847
860
  ## 1.33.0
848
861
 
849
862
  ### Minor Changes
850
863
 
851
- - bd05bd4: Makes productBlocks on service configuration tab scrollable
864
+ - bd05bd4: Makes productBlocks on service configuration tab scrollable
852
865
 
853
866
  ### Patch Changes
854
867
 
855
- - a728dfe: 1168 Exposes toObjectWithSortedKeys util
868
+ - a728dfe: 1168 Exposes toObjectWithSortedKeys util
856
869
 
857
870
  ## 1.32.0
858
871
 
859
872
  ### Minor Changes
860
873
 
861
- - 06f97cc: Updates graphql seperator character
862
- - cf75ff3: Keep uppercase letters if original text in breadcrumb is only uppercase
874
+ - 06f97cc: Updates graphql seperator character
875
+ - cf75ff3: Keep uppercase letters if original text in breadcrumb is only uppercase
863
876
 
864
877
  ### Patch Changes
865
878
 
866
- - 845dce4: Fix form label not visible in SummaryField and TimestampField
867
- - 95862a2: Orders productsblocks in service configuration page better
879
+ - 845dce4: Fix form label not visible in SummaryField and TimestampField
880
+ - 95862a2: Orders productsblocks in service configuration page better
868
881
 
869
882
  ## 1.31.0
870
883
 
871
884
  ### Minor Changes
872
885
 
873
- - 8e2c77c: Updates graphql error code to match backend
886
+ - 8e2c77c: Updates graphql error code to match backend
874
887
 
875
888
  ## 1.30.3
876
889
 
877
890
  ### Patch Changes
878
891
 
879
- - 679ae6c: Fix for vlan field not showing initial value on 2nd page on modify workflow
892
+ - 679ae6c: Fix for vlan field not showing initial value on 2nd page on modify workflow
880
893
 
881
894
  ## 1.30.2
882
895
 
883
896
  ### Patch Changes
884
897
 
885
- - fe3e991: Fixes websocket connection without authorization
898
+ - fe3e991: Fixes websocket connection without authorization
886
899
 
887
900
  ## 1.30.1
888
901
 
889
902
  ### Patch Changes
890
903
 
891
- - 6f308f9: Fix not logging out when token expires
904
+ - 6f308f9: Fix not logging out when token expires
892
905
 
893
906
  ## 1.30.0
894
907
 
895
908
  ### Minor Changes
896
909
 
897
- - 231230c: Updates most packages to latest version
910
+ - 231230c: Updates most packages to latest version
898
911
 
899
912
  ## 1.29.1
900
913
 
901
914
  ### Patch Changes
902
915
 
903
- - deff75b: Workflow-list and Task-list pages: Keeps old data in table while refreshing data
916
+ - deff75b: Workflow-list and Task-list pages: Keeps old data in table while refreshing data
904
917
 
905
918
  ## 1.29.0
906
919
 
907
920
  ### Minor Changes
908
921
 
909
- - 80f18ae: Fixes npm audit messages
910
- - 637f8ea: Adds websocket status badge to page title instead of header
922
+ - 80f18ae: Fixes npm audit messages
923
+ - 637f8ea: Adds websocket status badge to page title instead of header
911
924
 
912
925
  ## 1.28.0
913
926
 
914
927
  ### Minor Changes
915
928
 
916
- - 3444973: added a new table for the nms chassis general tab
929
+ - 3444973: added a new table for the nms chassis general tab
917
930
 
918
931
  ## 1.27.1
919
932
 
920
933
  ### Patch Changes
921
934
 
922
- - 54b537c: Added productType to Workflow option used by LIR prefixes
935
+ - 54b537c: Added productType to Workflow option used by LIR prefixes
923
936
 
924
937
  ## 1.27.0
925
938
 
926
939
  ### Minor Changes
927
940
 
928
- - 0a3877d: Moves side menu toggle from header to breadcrumb
929
- - bc65670: Orders product blocks in subcription detail tree
930
- - 8f45591: Improves confirmation dialog on page leave
931
- - cbfc034: Updates websocket messages to work with new format
941
+ - 0a3877d: Moves side menu toggle from header to breadcrumb
942
+ - bc65670: Orders product blocks in subcription detail tree
943
+ - 8f45591: Improves confirmation dialog on page leave
944
+ - cbfc034: Updates websocket messages to work with new format
932
945
 
933
946
  ## 1.26.0
934
947
 
935
948
  ### Minor Changes
936
949
 
937
- - 3508ff8: Sort product block instance values by field name
950
+ - 3508ff8: Sort product block instance values by field name
938
951
 
939
952
  ### Patch Changes
940
953
 
941
- - 257ef6e: Added number type to parseDate function
954
+ - 257ef6e: Added number type to parseDate function
942
955
 
943
956
  ## 1.25.0
944
957
 
945
958
  ### Minor Changes
946
959
 
947
- - 10e542e: Adds websockets responsiveness to process list and processDetails
948
- - f225422: Resolves external subscription id and name in product block details
949
- - 47a545b: Adds subscription info to modify workflow start page
950
- - cd59329: Hides empty productBlock values in subscription detail
960
+ - 10e542e: Adds websockets responsiveness to process list and processDetails
961
+ - f225422: Resolves external subscription id and name in product block details
962
+ - 47a545b: Adds subscription info to modify workflow start page
963
+ - cd59329: Hides empty productBlock values in subscription detail
951
964
 
952
965
  ### Patch Changes
953
966
 
954
- - 43bcc3c: Fixes table settings reset
955
- - 02d39db: Fix pressing back not returning to the form page for submitted forms
967
+ - 43bcc3c: Fixes table settings reset
968
+ - 02d39db: Fix pressing back not returning to the form page for submitted forms
956
969
 
957
970
  ## 1.24.0
958
971
 
959
972
  ### Minor Changes
960
973
 
961
- - 83fb33d: Adds a reconnect option for the websocket
962
- - ef169fc: 1108 Adds getEnvironmentVariables helper function that retrieves multiple environment variables and logs warnings in case variables do not exist
963
- - e4e9b73: Adds better messages for some edge cases
974
+ - 83fb33d: Adds a reconnect option for the websocket
975
+ - ef169fc: 1108 Adds getEnvironmentVariables helper function that retrieves multiple environment variables and logs warnings in case variables do not exist
976
+ - e4e9b73: Adds better messages for some edge cases
964
977
 
965
978
  ### Patch Changes
966
979
 
967
- - fda8911: Hides more product block items for productblocks outside the current subscription
968
- - 54e6f9f: Fixed caching issue when switching from Create Node to create Corelink form caused 400 error
980
+ - fda8911: Hides more product block items for productblocks outside the current subscription
981
+ - 54e6f9f: Fixed caching issue when switching from Create Node to create Corelink form caused 400 error
969
982
 
970
983
  ## 1.23.0
971
984
 
972
985
  ### Minor Changes
973
986
 
974
- - 33240b6: Fixes websockets with authentication
975
- - b94c618: Added customer with subscription query used by nms
987
+ - 33240b6: Fixes websockets with authentication
988
+ - b94c618: Added customer with subscription query used by nms
976
989
 
977
990
  ### Patch Changes
978
991
 
979
- - 9f18b7c: 1066 VlanField: Only allows to clear the value when the field is enabled
992
+ - 9f18b7c: 1066 VlanField: Only allows to clear the value when the field is enabled
980
993
 
981
994
  ## 1.22.0
982
995
 
983
996
  ### Minor Changes
984
997
 
985
- - f6dc4fb: Replaces subscriptionsWithFilter REST call with a graphQL query
986
- - d48df6b: Exports WFoUserInputForm
998
+ - f6dc4fb: Replaces subscriptionsWithFilter REST call with a graphQL query
999
+ - d48df6b: Exports WFoUserInputForm
987
1000
 
988
1001
  ### Patch Changes
989
1002
 
990
- - bcfe7de: 916 Exposes menuItemIsAllowed helper function
991
- - 50e8f68: Fixes signOut modal showing in some cases
992
- - 6a7264f: 1086 StartPage: Summary card with product counts ignores terminated instances
993
- - aca21a5: 1085 Filters out current subscription from the related subscriptions list
1003
+ - bcfe7de: 916 Exposes menuItemIsAllowed helper function
1004
+ - 50e8f68: Fixes signOut modal showing in some cases
1005
+ - 6a7264f: 1086 StartPage: Summary card with product counts ignores terminated instances
1006
+ - aca21a5: 1085 Filters out current subscription from the related subscriptions list
994
1007
 
995
1008
  ## 1.21.0
996
1009
 
997
1010
  ### Minor Changes
998
1011
 
999
- - ae0d9a8: Removes some obsolete configuration
1000
- - 560cf74: Adds a different style if a productblock is outside the subscription boundary
1001
- - 5ee68fa: Signs user out when api calls fail because of expired token
1002
- - d4ac80a: Removed axios and react-query dependencies
1012
+ - ae0d9a8: Removes some obsolete configuration
1013
+ - 560cf74: Adds a different style if a productblock is outside the subscription boundary
1014
+ - 5ee68fa: Signs user out when api calls fail because of expired token
1015
+ - d4ac80a: Removed axios and react-query dependencies
1003
1016
 
1004
1017
  ### Patch Changes
1005
1018
 
1006
- - 13d7c6d: Fixes missing aria-labels on icons
1007
- - b9680b8: 626 Applies dark theme to form fields
1019
+ - 13d7c6d: Fixes missing aria-labels on icons
1020
+ - b9680b8: 626 Applies dark theme to form fields
1008
1021
 
1009
1022
  ## 1.20.0
1010
1023
 
1011
1024
  ### Minor Changes
1012
1025
 
1013
- - decb678: Removes obsolete configuration options
1026
+ - decb678: Removes obsolete configuration options
1014
1027
 
1015
1028
  ## 1.19.1
1016
1029
 
1017
1030
  ### Patch Changes
1018
1031
 
1019
- - e1811bc: revert username to old code solution
1032
+ - e1811bc: revert username to old code solution
1020
1033
 
1021
1034
  ## 1.19.0
1022
1035
 
1023
1036
  ### Minor Changes
1024
1037
 
1025
- - 7dc5cf0: Moving axios form fields and fetches to RTK
1038
+ - 7dc5cf0: Moving axios form fields and fetches to RTK
1026
1039
 
1027
1040
  ### Patch Changes
1028
1041
 
1029
- - 213fb25: Uses preferred_username to filter for my-workflows
1030
- - 71fa3bd: 1055 Making OAuth Scopes configurable via Environment Variables
1042
+ - 213fb25: Uses preferred_username to filter for my-workflows
1043
+ - 71fa3bd: 1055 Making OAuth Scopes configurable via Environment Variables
1031
1044
 
1032
1045
  ## 1.18.0
1033
1046
 
1034
1047
  ### Minor Changes
1035
1048
 
1036
- - b8cf381: 626 Tweaks dark theme on detail pages and the settings page
1049
+ - b8cf381: 626 Tweaks dark theme on detail pages and the settings page
1037
1050
 
1038
1051
  ### Patch Changes
1039
1052
 
1040
- - 3888ea9: Adjustment to placeholder translations
1053
+ - 3888ea9: Adjustment to placeholder translations
1041
1054
 
1042
1055
  ## 1.17.0
1043
1056
 
1044
1057
  ### Minor Changes
1045
1058
 
1046
- - 8a32409: 626 - Introduces basic styles to be reused. Updates useWithOrchestratorTheme hook to accept the whole theme object. Applies dark theme for Page Templates, Start page and pages with a filterable table.
1059
+ - 8a32409: 626 - Introduces basic styles to be reused. Updates useWithOrchestratorTheme hook to accept the whole theme object. Applies dark theme for Page Templates, Start page and pages with a filterable table.
1047
1060
 
1048
1061
  ## 1.16.0
1049
1062
 
1050
1063
  ### Minor Changes
1051
1064
 
1052
- - ed6d5c7: Fixes tooltip message on vlan field
1065
+ - ed6d5c7: Fixes tooltip message on vlan field
1053
1066
 
1054
1067
  ### Patch Changes
1055
1068
 
1056
- - 5301916: Added trash icon
1069
+ - 5301916: Added trash icon
1057
1070
 
1058
1071
  ## 1.15.0
1059
1072
 
1060
1073
  ### Minor Changes
1061
1074
 
1062
- - a8c625e: Added workflow information link and env vars for it
1075
+ - a8c625e: Added workflow information link and env vars for it
1063
1076
 
1064
1077
  ## 1.14.2
1065
1078
 
1066
1079
  ### Patch Changes
1067
1080
 
1068
- - 06377ba: Adds prettier output for the "In-use by subscription(s)" on product blocks on subscription details
1069
- - df57566: 799 Exports SummaryCard components and its related subcomponents and types
1081
+ - 06377ba: Adds prettier output for the "In-use by subscription(s)" on product blocks on subscription details
1082
+ - df57566: 799 Exports SummaryCard components and its related subcomponents and types
1070
1083
 
1071
1084
  ## 1.14.1
1072
1085
 
1073
1086
  ### Patch Changes
1074
1087
 
1075
- - d835c16: add retry for processes in waiting state - added new icon to be used …
1088
+ - d835c16: add retry for processes in waiting state - added new icon to be used …
1076
1089
 
1077
1090
  ## 1.14.0
1078
1091
 
1079
1092
  ### Minor Changes
1080
1093
 
1081
- - 5b9d042: Moved form wizards to RTK
1094
+ - 5b9d042: Moved form wizards to RTK
1082
1095
 
1083
1096
  ## 1.13.2
1084
1097
 
1085
1098
  ### Patch Changes
1086
1099
 
1087
- - 43be47b: 565 Added a new summary card listing the 5 latest workflows for the user that is logged in
1088
- - 8b6e73d: 879 Makes SummaryCards on the start page overridable
1100
+ - 43be47b: 565 Added a new summary card listing the 5 latest workflows for the user that is logged in
1101
+ - 8b6e73d: 879 Makes SummaryCards on the start page overridable
1089
1102
 
1090
1103
  ## 1.13.1
1091
1104
 
1092
1105
  ### Patch Changes
1093
1106
 
1094
- - 63ee9c0: 863 Adds title for traceback section on workflow detail page
1107
+ - 63ee9c0: 863 Adds title for traceback section on workflow detail page
1095
1108
 
1096
1109
  ## 1.13.0
1097
1110
 
1098
1111
  ### Minor Changes
1099
1112
 
1100
- - 12d72f9: Ads feature toggles to configuration
1113
+ - 12d72f9: Ads feature toggles to configuration
1101
1114
 
1102
1115
  ### Patch Changes
1103
1116
 
1104
- - abd239c: filter workflows on target
1105
- - 72ee276: 863 Adds Traceback on process detail page
1117
+ - abd239c: filter workflows on target
1118
+ - 72ee276: 863 Adds Traceback on process detail page
1106
1119
 
1107
1120
  ## 1.12.0
1108
1121
 
1109
1122
  ### Minor Changes
1110
1123
 
1111
- - a95a6dc: Updates what the websocket interface is listening to
1124
+ - a95a6dc: Updates what the websocket interface is listening to
1112
1125
 
1113
1126
  ## 1.11.0
1114
1127
 
1115
1128
  ### Minor Changes
1116
1129
 
1117
- - 38b0c66: 333 - Adds override option for General tab on the SubscriptionDetail page and adds Customer descriptions field
1130
+ - 38b0c66: 333 - Adds override option for General tab on the SubscriptionDetail page and adds Customer descriptions field
1118
1131
 
1119
1132
  ### Patch Changes
1120
1133
 
1121
- - 9eca836: 983 Improvements in exporting data from the metadata pages
1122
- - df1a9b6: Hide filter option on related subscriptions table
1134
+ - 9eca836: 983 Improvements in exporting data from the metadata pages
1135
+ - df1a9b6: Hide filter option on related subscriptions table
1123
1136
 
1124
1137
  ## 1.10.0
1125
1138
 
1126
1139
  ### Minor Changes
1127
1140
 
1128
- - 04ef921: Deprecate apiclient version of UserInputFormWizard
1141
+ - 04ef921: Deprecate apiclient version of UserInputFormWizard
1129
1142
 
1130
1143
  ## 1.9.0
1131
1144
 
1132
1145
  ### Minor Changes
1133
1146
 
1134
- - a9f3806: Improves sideBar navigation
1147
+ - a9f3806: Improves sideBar navigation
1135
1148
 
1136
1149
  ## 1.8.0
1137
1150
 
1138
1151
  ### Minor Changes
1139
1152
 
1140
- - 752b3fd: 102 Adds context provider and hook to override values in subscription detail product blocks
1153
+ - 752b3fd: 102 Adds context provider and hook to override values in subscription detail product blocks
1141
1154
 
1142
1155
  ## 1.7.0
1143
1156
 
1144
1157
  ### Minor Changes
1145
1158
 
1146
- - d61106d: Release of the metadata task page
1159
+ - d61106d: Release of the metadata task page
1147
1160
 
1148
1161
  ## 1.6.2
1149
1162
 
1150
1163
  ### Patch Changes
1151
1164
 
1152
- - 0bf6f82: New metadata taskpage with rtk
1165
+ - 0bf6f82: New metadata taskpage with rtk
1153
1166
 
1154
1167
  ## 1.6.1
1155
1168
 
1156
1169
  ### Patch Changes
1157
1170
 
1158
- - 3cfd9f5: Fixes error in exported values
1159
- - 5807458: 332 Subscription detail page: hides metadata section when there is no data available
1171
+ - 3cfd9f5: Fixes error in exported values
1172
+ - 5807458: 332 Subscription detail page: hides metadata section when there is no data available
1160
1173
 
1161
1174
  ## 1.6.0
1162
1175
 
1163
1176
  ### Minor Changes
1164
1177
 
1165
- - bf4698e: 332 Adds subscription metadata to the subscription list page and subscription detail page
1178
+ - bf4698e: 332 Adds subscription metadata to the subscription list page and subscription detail page
1166
1179
 
1167
1180
  ### Patch Changes
1168
1181
 
1169
- - e3874e0: Changed overlay icon colour of skipped step in workflow/task
1170
- Badge style to product name column in metadata table products
1171
- Some features owner subscription presentation & hide pb-sub-instance-id
1172
- Changed default table row settings
1173
- - 29c6459: Added external link icon
1182
+ - e3874e0: Changed overlay icon colour of skipped step in workflow/task
1183
+ Badge style to product name column in metadata table products
1184
+ Some features owner subscription presentation & hide pb-sub-instance-id
1185
+ Changed default table row settings
1186
+ - 29c6459: Added external link icon
1174
1187
 
1175
1188
  ## 1.5.0
1176
1189
 
1177
1190
  ### Minor Changes
1178
1191
 
1179
- - 9662041: 638 Moves SURF specific form fields to deprecated folder
1180
- - c122786: Adds README files to be displayed on NPM. Adds Apache 2.0 license.
1192
+ - 9662041: 638 Moves SURF specific form fields to deprecated folder
1193
+ - c122786: Adds README files to be displayed on NPM. Adds Apache 2.0 license.
1181
1194
 
1182
1195
  ### Patch Changes
1183
1196
 
1184
- - 78a0b55: 812 Fixed object mapping from products rest call
1185
- - 1b3a9f0: Allows sending null as a value when removing existing values
1186
- - 9cf620e: 919 Fix port dropdown after changing the node in a Create Service Port workflow
1187
- - c5c73da: Added isDisabled prop to WfoDropdownButton, small styles adjustment for keyColumn
1197
+ - 78a0b55: 812 Fixed object mapping from products rest call
1198
+ - 1b3a9f0: Allows sending null as a value when removing existing values
1199
+ - 9cf620e: 919 Fix port dropdown after changing the node in a Create Service Port workflow
1200
+ - c5c73da: Added isDisabled prop to WfoDropdownButton, small styles adjustment for keyColumn
1188
1201
 
1189
1202
  ## 1.4.0.
1190
1203
 
1191
1204
  ### Minor Changes
1192
1205
 
1193
- - 62b356f: Moves product blocks graphql query to RTK client
1194
- - 0e5c8f3: Moves subscriptionList query to RTK client
1195
- - 92ce67b: Moves subscriptionDetail to RTK client
1196
- - 3f68b52: Moves subscriptions dropdown options to RTK client
1197
- - d7b1ce2: Moves products and productsSummary to RTK client
1198
- - 0b4da83: Moves resourceTypes metadata query to RTK client
1199
- - 6ee952f: Moves relatedSubscriptions RTK client
1200
- - af1c86b: Moves processList summary queries to RTK client
1201
- - 70efdf5: Moves getting startOptions to RTK client
1202
- - 0d10af8: MOves get metadata workflows to RTK client
1206
+ - 62b356f: Moves product blocks graphql query to RTK client
1207
+ - 0e5c8f3: Moves subscriptionList query to RTK client
1208
+ - 92ce67b: Moves subscriptionDetail to RTK client
1209
+ - 3f68b52: Moves subscriptions dropdown options to RTK client
1210
+ - d7b1ce2: Moves products and productsSummary to RTK client
1211
+ - 0b4da83: Moves resourceTypes metadata query to RTK client
1212
+ - 6ee952f: Moves relatedSubscriptions RTK client
1213
+ - af1c86b: Moves processList summary queries to RTK client
1214
+ - 70efdf5: Moves getting startOptions to RTK client
1215
+ - 0d10af8: MOves get metadata workflows to RTK client
1203
1216
 
1204
1217
  ## 1.3.1
1205
1218
 
1206
1219
  ### Patch Changes
1207
1220
 
1208
- - 043b943: Moves processSteps query to RTK client
1209
- - b511e4a: Fixes bug that occurs in some create workflows
1221
+ - 043b943: Moves processSteps query to RTK client
1222
+ - b511e4a: Fixes bug that occurs in some create workflows
1210
1223
 
1211
1224
  ## 1.3.0
1212
1225
 
1213
1226
  ### Minor Changes
1214
1227
 
1215
- - 1ab3e59: Adds set in sync action to subscription detail page
1228
+ - 1ab3e59: Adds set in sync action to subscription detail page
1216
1229
 
1217
1230
  ## 1.2.0
1218
1231
 
1219
1232
  ### Minor Changes
1220
1233
 
1221
- - 857b6de: Added option to override the baseQuery with custom baseQuery in RTK client
1234
+ - 857b6de: Added option to override the baseQuery with custom baseQuery in RTK client
1222
1235
 
1223
1236
  ## 1.1.0
1224
1237
 
1225
1238
  ### Minor Changes
1226
1239
 
1227
- - 2d0c99c: 840 Updates policy resources
1240
+ - 2d0c99c: 840 Updates policy resources
1228
1241
 
1229
1242
  ## 1.0.0
1230
1243
 
1231
1244
  ### Major Changes
1232
1245
 
1233
- - 507399b: R1 Release
1246
+ - 507399b: R1 Release
1234
1247
 
1235
1248
  ## 0.13.1
1236
1249
 
1237
1250
  ### Patch Changes
1238
1251
 
1239
- - 9155f40: Added isDisabled prop to WfoSubmitModal
1252
+ - 9155f40: Added isDisabled prop to WfoSubmitModal
1240
1253
 
1241
1254
  ## 0.13.0
1242
1255
 
1243
1256
  ### Minor Changes
1244
1257
 
1245
- - 89835a4: 702 - Moves processDetail to rtkquery
1258
+ - 89835a4: 702 - Moves processDetail to rtkquery
1246
1259
 
1247
1260
  ### Patch Changes
1248
1261
 
1249
- - e56c142: 760 remove duplicate product tags on metadata workflow page
1262
+ - e56c142: 760 remove duplicate product tags on metadata workflow page
1250
1263
 
1251
1264
  ## 0.12.0
1252
1265
 
1253
1266
  ### Minor Changes
1254
1267
 
1255
- - 5efb8b0: #821 Reverted FORMS_ENPOINT string, removed cimStartForm, added new string utils
1256
- #833 Small change to useQueryWithFetch for the default sending level
1268
+ - 5efb8b0: #821 Reverted FORMS_ENPOINT string, removed cimStartForm, added new string utils
1269
+ #833 Small change to useQueryWithFetch for the default sending level
1257
1270
 
1258
1271
  ## 0.11.1
1259
1272
 
1260
1273
  ### Patch Changes
1261
1274
 
1262
- - e83d9aa: new summary card out-of-sync subscriptions
1263
- - 7ff8936: Applies policies in several components
1275
+ - e83d9aa: new summary card out-of-sync subscriptions
1276
+ - 7ff8936: Applies policies in several components
1264
1277
 
1265
1278
  ## 0.11.0
1266
1279
 
1267
1280
  ### Minor Changes
1268
1281
 
1269
- - 6332355: Adds dark theme behind feature toggle
1270
- - e808db4: Add a websocket that can be called to clear cache
1282
+ - 6332355: Adds dark theme behind feature toggle
1283
+ - e808db4: Add a websocket that can be called to clear cache
1271
1284
 
1272
1285
  ### Patch Changes
1273
1286
 
1274
- - c3da8a6: add customer abbrev to customer drop down string in form field
1275
- - 05c9acc: add status and insync badge to subscription detail page
1287
+ - c3da8a6: add customer abbrev to customer drop down string in form field
1288
+ - 05c9acc: add status and insync badge to subscription detail page
1276
1289
 
1277
1290
  ## 0.10.0
1278
1291
 
1279
1292
  ### Minor Changes
1280
1293
 
1281
- - 18da717: 460 Introduces a usePolicy hook to help with conditionally rendering of components. The useWfoSession hook can be used to identify the user
1294
+ - 18da717: 460 Introduces a usePolicy hook to help with conditionally rendering of components. The useWfoSession hook can be used to identify the user
1282
1295
 
1283
1296
  ## 0.9.1
1284
1297
 
1285
1298
  ### Patch Changes
1286
1299
 
1287
- - 1578b99: NPM Audit fix for IP package
1300
+ - 1578b99: NPM Audit fix for IP package
1288
1301
 
1289
1302
  ## 0.9.0
1290
1303
 
1291
1304
  ### Minor Changes
1292
1305
 
1293
- - 8675375: Fixes a SelectField bug
1294
- - c8c6e10: Update npm dependency versions
1306
+ - 8675375: Fixes a SelectField bug
1307
+ - c8c6e10: Update npm dependency versions
1295
1308
 
1296
1309
  ### Patch Changes
1297
1310
 
1298
- - 4bee6a1: Fixes crashes caused by uniforms connectField function
1299
- - 56d5e6e: Trigger the changesets action
1311
+ - 4bee6a1: Fixes crashes caused by uniforms connectField function
1312
+ - 56d5e6e: Trigger the changesets action
1300
1313
 
1301
1314
  ## 0.8.1
1302
1315
 
1303
1316
  ### Patch Changes
1304
1317
 
1305
- - 5224527: 721: Fix customer select not being disabled
1306
- - 16f32ad: 651: Fix incorrect port select options
1307
- - 84a75b7: Change service port select label when root subscription instance has title
1318
+ - 5224527: 721: Fix customer select not being disabled
1319
+ - 16f32ad: 651: Fix incorrect port select options
1320
+ - 84a75b7: Change service port select label when root subscription instance has title
1308
1321
 
1309
1322
  ## 0.8.0
1310
1323
 
1311
1324
  ### Minor Changes
1312
1325
 
1313
- - 8eded72: Required for issue 573 Add restart open relate
1326
+ - 8eded72: Required for issue 573 Add restart open relate
1314
1327
 
1315
1328
  ### Patch Changes
1316
1329
 
1317
- - 534ecf4: 685: Fix form reloading and resetting inputs
1330
+ - 534ecf4: 685: Fix form reloading and resetting inputs
1318
1331
 
1319
1332
  ## 0.7.0
1320
1333
 
1321
1334
  ### Minor Changes
1322
1335
 
1323
- - 5d20aec: Adds accesToken to RTK Query clients
1336
+ - 5d20aec: Adds accesToken to RTK Query clients
1324
1337
 
1325
1338
  ## 0.6.0
1326
1339
 
1327
1340
  ### Minor Changes
1328
1341
 
1329
- - d44c55c: Fix ProcessDetailQuery by removing form subfields
1330
- - !WARNING: this version requires backend version 2.1.0.
1331
- - It changes the graphql processes.page.form to a JSON type, so there are no subfields to request and will respond with an error.
1342
+ - d44c55c: Fix ProcessDetailQuery by removing form subfields
1343
+ - !WARNING: this version requires backend version 2.1.0.
1344
+ - It changes the graphql processes.page.form to a JSON type, so there are no subfields to request and will respond with an error.
1332
1345
 
1333
1346
  ## 0.5.2
1334
1347
 
1335
1348
  ### Patch Changes
1336
1349
 
1337
- - e88410d: Update form fields to remove 'organisation' naming
1338
- - 2310074: 723: Fix SummaryField .includes is not a function
1350
+ - e88410d: Update form fields to remove 'organisation' naming
1351
+ - 2310074: 723: Fix SummaryField .includes is not a function
1339
1352
 
1340
1353
  ## 0.5.1
1341
1354
 
1342
1355
  ### Patch Changes
1343
1356
 
1344
- - dac8fb2: update date presentation and move getDate to utils
1345
- - e3b847a: Adds error boundary at the top level of the app
1346
- - 926d47b: Table enhancements: Introduces a loading-placeholder and a no-data-placeholder. Prevents showing previous page results while loading new data.
1357
+ - dac8fb2: update date presentation and move getDate to utils
1358
+ - e3b847a: Adds error boundary at the top level of the app
1359
+ - 926d47b: Table enhancements: Introduces a loading-placeholder and a no-data-placeholder. Prevents showing previous page results while loading new data.
1347
1360
 
1348
1361
  ## 0.5.0
1349
1362
 
1350
1363
  ### Minor Changes
1351
1364
 
1352
- - 267a753: Adding RTK and RTK Query for some endpoints and store data
1365
+ - 267a753: Adding RTK and RTK Query for some endpoints and store data
1353
1366
 
1354
1367
  ## 0.4.0
1355
1368
 
1356
1369
  ### Minor Changes
1357
1370
 
1358
- - cdc668f: 544 - Export functionality for the tables
1371
+ - cdc668f: 544 - Export functionality for the tables
1359
1372
 
1360
1373
  ### Patch Changes
1361
1374
 
1362
- - e8af27c: Process table - each column width in absolute or %
1363
- - e9af205: change order tabs sub-detail-page
1364
- - 996fc9f: added border radius to wfo tree and empty PB card placeholder
1365
- - 41e0cc9: added copyright to sidebar
1375
+ - e8af27c: Process table - each column width in absolute or %
1376
+ - e9af205: change order tabs sub-detail-page
1377
+ - 996fc9f: added border radius to wfo tree and empty PB card placeholder
1378
+ - 41e0cc9: added copyright to sidebar
1366
1379
 
1367
1380
  ## 0.3.1
1368
1381
 
1369
1382
  ### Patch Changes
1370
1383
 
1371
- - d824a58: fix uuid in breadcrumb
1372
- - cb3142a: - expand the root product block card by default
1373
- - change tree icon of root product block
1374
- - open other subscription detail page opens in new tab
1375
- - use title of root product block in tree like the other product blocks
1376
- - e6aaef7: 598 Fixes invisible email in step list
1384
+ - d824a58: fix uuid in breadcrumb
1385
+ - cb3142a: - expand the root product block card by default
1386
+ - change tree icon of root product block
1387
+ - open other subscription detail page opens in new tab
1388
+ - use title of root product block in tree like the other product blocks
1389
+ - e6aaef7: 598 Fixes invisible email in step list
1377
1390
 
1378
1391
  ## 0.3.0
1379
1392
 
1380
1393
  ### Minor Changes
1381
1394
 
1382
- - ef5eace: Updates all major dependencies including Typescript to version 5 and NextJS to version 14
1395
+ - ef5eace: Updates all major dependencies including Typescript to version 5 and NextJS to version 14
1383
1396
 
1384
1397
  ## 0.2.7
1385
1398
 
1386
1399
  ### Patch Changes
1387
1400
 
1388
- - ce48846: Updates linting rules to ban all console statements except console.error()
1401
+ - ce48846: Updates linting rules to ban all console statements except console.error()
1389
1402
 
1390
1403
  ## 0.2.6
1391
1404
 
1392
1405
  ### Patch Changes
1393
1406
 
1394
- - 6597ac1: Test release after adding absolute imports (issue 414)
1407
+ - 6597ac1: Test release after adding absolute imports (issue 414)
1395
1408
 
1396
1409
  ## 0.2.5
1397
1410
 
1398
1411
  ### Patch Changes
1399
1412
 
1400
- - 6d680f6: Test release before adding absolute imports (issue 414)
1413
+ - 6d680f6: Test release before adding absolute imports (issue 414)
1401
1414
 
1402
1415
  ## 0.2.4
1403
1416
 
1404
1417
  ### Patch Changes
1405
1418
 
1406
- - 38d1229: Fixed handling navigation for pages with sidebar submenu items
1419
+ - 38d1229: Fixed handling navigation for pages with sidebar submenu items
1407
1420
 
1408
1421
  ## 0.2.3
1409
1422
 
1410
1423
  ### Patch Changes
1411
1424
 
1412
- - 577825a: Adds title to process list page
1425
+ - 577825a: Adds title to process list page
1413
1426
 
1414
1427
  ## 0.2.2
1415
1428
 
1416
1429
  ### Patch Changes
1417
1430
 
1418
- - f49382c: Updates metadata pages and adds initial version of process-list page
1431
+ - f49382c: Updates metadata pages and adds initial version of process-list page
1419
1432
 
1420
1433
  ## 0.2.1
1421
1434
 
1422
1435
  ### Patch Changes
1423
1436
 
1424
- - 3533525: Updated TS-Config to improve developer experience
1437
+ - 3533525: Updated TS-Config to improve developer experience
1425
1438
 
1426
1439
  ## 0.2.0
1427
1440
 
1428
1441
  ### Minor Changes
1429
1442
 
1430
- - 6c4cb21: Added translation setup and next-inl configuration. Translation strings are now available when using the useTranslations hook. For more on how to add translations refer to apps/wfo-ui/translations/README.md
1443
+ - 6c4cb21: Added translation setup and next-inl configuration. Translation strings are now available when using the useTranslations hook. For more on how to add translations refer to apps/wfo-ui/translations/README.md
1431
1444
 
1432
1445
  ## 0.1.2
1433
1446
 
1434
1447
  ### Patch Changes
1435
1448
 
1436
- - 0cef169: Splitted WFO in separate packages
1449
+ - 0cef169: Splitted WFO in separate packages
1437
1450
 
1438
1451
  ## 0.1.1
1439
1452
 
1440
1453
  ### Patch Changes
1441
1454
 
1442
- - Converted tsconfig and eslint to standalone NPM package
1455
+ - Converted tsconfig and eslint to standalone NPM package
1443
1456
 
1444
1457
  ## 0.1.0
1445
1458
 
1446
1459
  ### Minor Changes
1447
1460
 
1448
- - c597fc5: Switched to tsup build in turborepo
1461
+ - c597fc5: Switched to tsup build in turborepo