@truedat/df 5.4.2 → 5.5.0
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/package.json +8 -8
- package/src/components/FieldGroupSubSegment/__tests__/__snapshots__/FieldGroupSubSegment.spec.js.snap +38 -38
- package/src/components/__tests__/__snapshots__/DynamicFieldValue.spec.js.snap +2 -2
- package/src/components/__tests__/__snapshots__/DynamicForm.spec.js.snap +17 -17
- package/src/components/__tests__/__snapshots__/EditableDynamicFieldValue.spec.js.snap +1 -1
- package/src/components/__tests__/__snapshots__/FieldGroupDetail.spec.js.snap +3 -3
- package/src/components/hierarchies/__tests__/__snapshots__/HierarchyCrumbs.spec.js.snap +1 -1
- package/src/components/widgets/CopyField/__tests__/__snapshots__/CopyField.spec.js.snap +33 -33
- package/src/components/widgets/CopyField/__tests__/__snapshots__/CopyFieldCell.spec.js.snap +4 -4
- package/src/components/widgets/CopyField/__tests__/__snapshots__/CopyFieldColumn.spec.js.snap +1 -1
- package/src/components/widgets/CopyField/__tests__/__snapshots__/CopyFieldSelectableCell.spec.js.snap +8 -8
- package/src/components/widgets/__tests__/__snapshots__/CheckboxField.spec.js.snap +1 -1
- package/src/components/widgets/__tests__/__snapshots__/ColorPickerField.spec.js.snap +3 -3
- package/src/components/widgets/__tests__/__snapshots__/DomainPreview.spec.js.snap +1 -1
- package/src/components/widgets/__tests__/__snapshots__/ImageField.spec.js.snap +2 -2
- package/src/components/widgets/__tests__/__snapshots__/PairListField.spec.js.snap +1 -1
- package/src/components/widgets/__tests__/__snapshots__/RadioField.spec.js.snap +1 -1
- package/src/components/widgets/__tests__/__snapshots__/StandardDropdown.spec.js.snap +4 -4
- package/src/components/widgets/__tests__/__snapshots__/StringField.spec.js.snap +4 -4
- package/src/components/widgets/__tests__/__snapshots__/TableField.spec.js.snap +3 -3
- package/src/templates/components/__tests__/__snapshots__/NewTemplate.spec.js.snap +1 -1
- package/src/templates/components/__tests__/__snapshots__/TemplateCards.spec.js.snap +3 -3
- package/src/templates/components/templateForm/__tests__/__snapshots__/ActiveGroupForm.spec.js.snap +13 -13
- package/src/templates/components/templateForm/__tests__/__snapshots__/DefaultValue.spec.js.snap +3 -3
- package/src/templates/components/templateForm/__tests__/__snapshots__/FieldForm.spec.js.snap +181 -181
- package/src/templates/components/templateForm/__tests__/__snapshots__/SwitchListForm.spec.js.snap +2 -2
- package/src/templates/components/templateForm/__tests__/__snapshots__/TemplateFormActions.spec.js.snap +3 -3
- package/src/templates/components/templateForm/__tests__/__snapshots__/ValuesField.spec.js.snap +27 -27
- package/src/templates/components/templateForm/__tests__/__snapshots__/ValuesSelector.spec.js.snap +1 -1
- package/CHANGELOG.md +0 -668
package/CHANGELOG.md
DELETED
|
@@ -1,668 +0,0 @@
|
|
|
1
|
-
# Changelog
|
|
2
|
-
|
|
3
|
-
## [5.3.3] 2023-03-13
|
|
4
|
-
|
|
5
|
-
### Added
|
|
6
|
-
|
|
7
|
-
- [TD-3805] Hierarchy widget functionality
|
|
8
|
-
|
|
9
|
-
## [5.0.5] 2023-01-27
|
|
10
|
-
|
|
11
|
-
### Fixed
|
|
12
|
-
|
|
13
|
-
- [TD-3805] Add missing messages for hierarchy functionality
|
|
14
|
-
|
|
15
|
-
## [5.0.2] 2023-01-26
|
|
16
|
-
|
|
17
|
-
### Added
|
|
18
|
-
|
|
19
|
-
- [TD-3805] Hierarchy functionality
|
|
20
|
-
|
|
21
|
-
## [4.59.6] 2023-01-13
|
|
22
|
-
|
|
23
|
-
### Fixed
|
|
24
|
-
|
|
25
|
-
- [TD-5290] SelectableDynamicForm content validation was being reset by DynamicForm
|
|
26
|
-
|
|
27
|
-
## [4.58.5] 2022-12-23
|
|
28
|
-
|
|
29
|
-
### Added
|
|
30
|
-
|
|
31
|
-
- [TD-5368] Editable checkbox in template form fields
|
|
32
|
-
|
|
33
|
-
## [4.58.3] 2022-12-21
|
|
34
|
-
|
|
35
|
-
### Changed
|
|
36
|
-
|
|
37
|
-
- [TD-5426] Update `decode-uri-component` (CVE-2022-38900)
|
|
38
|
-
|
|
39
|
-
## [4.58.0] 2022-12-15
|
|
40
|
-
|
|
41
|
-
### Added
|
|
42
|
-
|
|
43
|
-
- [TD-3919] Add template subscope input
|
|
44
|
-
|
|
45
|
-
## [4.54.10] 2022-11-10
|
|
46
|
-
|
|
47
|
-
### Added
|
|
48
|
-
|
|
49
|
-
- [TD-5037] Fields changed in templates can be highlighted
|
|
50
|
-
|
|
51
|
-
## [4.53.9] 2022-10-17
|
|
52
|
-
|
|
53
|
-
### Fixed
|
|
54
|
-
|
|
55
|
-
- [TD-4542] Depending checkboxes in template
|
|
56
|
-
|
|
57
|
-
## [4.51.3] 2022-09-16
|
|
58
|
-
|
|
59
|
-
### Changed
|
|
60
|
-
|
|
61
|
-
- [TD-4794] Replace `DomainDropdownSelector` and `DomainMenuSelector` with
|
|
62
|
-
common `DomainSelector`
|
|
63
|
-
|
|
64
|
-
## [4.50.3] 2022-08-29
|
|
65
|
-
|
|
66
|
-
### Changed
|
|
67
|
-
|
|
68
|
-
- [TD-5091] Dynamic `domain` fields are now integer ids instead of embedded
|
|
69
|
-
documents
|
|
70
|
-
|
|
71
|
-
## [4.48.5] 2022-07-11
|
|
72
|
-
|
|
73
|
-
### Changed
|
|
74
|
-
|
|
75
|
-
- [TD-5018] Support localization of fixed values
|
|
76
|
-
|
|
77
|
-
## [4.48.4] 2022-07-11
|
|
78
|
-
|
|
79
|
-
### Changed
|
|
80
|
-
|
|
81
|
-
- [TD-5018] Support localization of fixed values
|
|
82
|
-
|
|
83
|
-
## [4.48.2] 2022-07-08
|
|
84
|
-
|
|
85
|
-
### Changed
|
|
86
|
-
|
|
87
|
-
- [TD-4995] Support localization of template fields and fixed values
|
|
88
|
-
|
|
89
|
-
## [4.47.3] 2022-06-28
|
|
90
|
-
|
|
91
|
-
### Added
|
|
92
|
-
|
|
93
|
-
- [TD-4412] Created `user_group` dynamic field type
|
|
94
|
-
|
|
95
|
-
### Changed
|
|
96
|
-
|
|
97
|
-
- [TD-4739] Don't lazily load components from `@truedat/core`
|
|
98
|
-
- [TD-4739] `FieldViewerValue` and `EnrichedTextField` now render using
|
|
99
|
-
`SafeLink`
|
|
100
|
-
|
|
101
|
-
## [4.44.5] 2022-05-20
|
|
102
|
-
|
|
103
|
-
### Added
|
|
104
|
-
|
|
105
|
-
- [TD-4230] Created `SelectableDynamicForm` that wraps `TemplateSelector` and `DynamicForm` with common business logic
|
|
106
|
-
|
|
107
|
-
### Changed
|
|
108
|
-
|
|
109
|
-
- [TD-4230] `TemplateLoader` works with multiple domain ids
|
|
110
|
-
|
|
111
|
-
## [4.38.4] 2022-02-20
|
|
112
|
-
|
|
113
|
-
### Fixed
|
|
114
|
-
|
|
115
|
-
- [TD-2511] Missing translations
|
|
116
|
-
|
|
117
|
-
## [4.38.2] 2022-02-18
|
|
118
|
-
|
|
119
|
-
### Added
|
|
120
|
-
|
|
121
|
-
- [TD-2511] DynamicFormViewer support for editing individual fields
|
|
122
|
-
|
|
123
|
-
## [4.35.6] 2022-01-04
|
|
124
|
-
|
|
125
|
-
### Added
|
|
126
|
-
|
|
127
|
-
- [TD-4312] Autogenerated template identifier widget
|
|
128
|
-
|
|
129
|
-
## [4.34.0] 2021-12-02
|
|
130
|
-
|
|
131
|
-
### Added
|
|
132
|
-
|
|
133
|
-
- [TD-4295] Added new `DynamicFormViewer` compact layout
|
|
134
|
-
|
|
135
|
-
## [4.33.9] 2021-11-29
|
|
136
|
-
|
|
137
|
-
### Added
|
|
138
|
-
|
|
139
|
-
- [TD-4306] New template scope for Quality Executions (`qe`)
|
|
140
|
-
|
|
141
|
-
## [4.31.1] 2021-10-20
|
|
142
|
-
|
|
143
|
-
### Added
|
|
144
|
-
|
|
145
|
-
- [TD-4124] Create dependent domain field in template
|
|
146
|
-
|
|
147
|
-
## [4.30.0] 2021-10-06
|
|
148
|
-
|
|
149
|
-
### Changed
|
|
150
|
-
|
|
151
|
-
- [TD-3603] Update react-intl version to v5
|
|
152
|
-
|
|
153
|
-
## [4.28.2] 2021-09-14
|
|
154
|
-
|
|
155
|
-
### Added
|
|
156
|
-
|
|
157
|
-
- [TD-3971] Template mandatory dependent field
|
|
158
|
-
|
|
159
|
-
## [4.27.6] 2021-09-02
|
|
160
|
-
|
|
161
|
-
### Added
|
|
162
|
-
|
|
163
|
-
- [TD-3973] Default value to switch field
|
|
164
|
-
|
|
165
|
-
## [4.26.8] 2021-08-25
|
|
166
|
-
|
|
167
|
-
### Added
|
|
168
|
-
|
|
169
|
-
- [TD-3982] Template scope for Grant Requests (`gr`)
|
|
170
|
-
|
|
171
|
-
## [4.24.4] 2021-07-08
|
|
172
|
-
|
|
173
|
-
### Changed
|
|
174
|
-
|
|
175
|
-
- [TD-3230] Support for hierarchy Domain Selector and Filter
|
|
176
|
-
|
|
177
|
-
### [4.21.5] 2021-05-28
|
|
178
|
-
|
|
179
|
-
### Fixed
|
|
180
|
-
|
|
181
|
-
- [TD-3502] Avoid uploading files that are not images
|
|
182
|
-
|
|
183
|
-
## [4.16.5] 2021-03-17
|
|
184
|
-
|
|
185
|
-
### Changed
|
|
186
|
-
|
|
187
|
-
- [TD-3400] Change the scope names in template creation and add rule implementation
|
|
188
|
-
|
|
189
|
-
## [4.15.2] 2021-03-08
|
|
190
|
-
|
|
191
|
-
### Added
|
|
192
|
-
|
|
193
|
-
- [TD-3063]: Create subscribable fields on template
|
|
194
|
-
|
|
195
|
-
## [4.10.9] 2020-12-11
|
|
196
|
-
|
|
197
|
-
### Fixed
|
|
198
|
-
|
|
199
|
-
- [TD-3145]:
|
|
200
|
-
- Change CopyField classname
|
|
201
|
-
- Scroll on CopyFieldSelectableCell
|
|
202
|
-
|
|
203
|
-
## [4.10.7] 2020-12-10
|
|
204
|
-
|
|
205
|
-
### Fixed
|
|
206
|
-
|
|
207
|
-
- [TD-2260] Manage row index on change and delete in PairListField
|
|
208
|
-
|
|
209
|
-
## [4.10.4] 2020-12-04
|
|
210
|
-
|
|
211
|
-
### Changed
|
|
212
|
-
|
|
213
|
-
- [TD-3141] Relax peer dependencies, support `semantic-ui-react` 2.0.x
|
|
214
|
-
|
|
215
|
-
## [4.10.0] 2020-11-30
|
|
216
|
-
|
|
217
|
-
### Added
|
|
218
|
-
|
|
219
|
-
- [TD-2486] Type `domain` with new widget and visualization
|
|
220
|
-
|
|
221
|
-
## [4.9.0] 2020-11-17
|
|
222
|
-
|
|
223
|
-
### Added
|
|
224
|
-
|
|
225
|
-
- [TD-3089] Widget and type `copy` on df
|
|
226
|
-
|
|
227
|
-
## [4.7.0] 2020-10-20
|
|
228
|
-
|
|
229
|
-
### Added
|
|
230
|
-
|
|
231
|
-
- [TD-2955] Template messages on scope dropdown
|
|
232
|
-
|
|
233
|
-
## [4.6.1] 2020-10-19
|
|
234
|
-
|
|
235
|
-
### Added
|
|
236
|
-
|
|
237
|
-
- [TD-2485] System type field selection and visualization
|
|
238
|
-
|
|
239
|
-
## [4.6.0] 2020-10-14
|
|
240
|
-
|
|
241
|
-
### Deleted
|
|
242
|
-
|
|
243
|
-
- [TD-2955] Template tabs containing scopes `ca` and `cx`
|
|
244
|
-
|
|
245
|
-
## [4.3.6] 2020-09-04
|
|
246
|
-
|
|
247
|
-
### Changed
|
|
248
|
-
|
|
249
|
-
- [TD-2908] Allow configuration templates to have secrets
|
|
250
|
-
|
|
251
|
-
## [4.1.0] 2020-07-14
|
|
252
|
-
|
|
253
|
-
### Fixed
|
|
254
|
-
|
|
255
|
-
- [TD-2698] Added type 'button' to ActiveGroupForm buttons to prevent calling 'moveGroup up' after pressing enter when adding fixed values.
|
|
256
|
-
|
|
257
|
-
### Changed
|
|
258
|
-
|
|
259
|
-
- [TD-2698] Added "add value" functionality to plus icon in ValuesListForm
|
|
260
|
-
|
|
261
|
-
## [4.0.0] 2020-07-01
|
|
262
|
-
|
|
263
|
-
New major version for Truedat 4.0, no changes
|
|
264
|
-
|
|
265
|
-
## [3.23.5] 2020-05-27
|
|
266
|
-
|
|
267
|
-
### Changed
|
|
268
|
-
|
|
269
|
-
- [TD-2492] Added number, date and date time widgets
|
|
270
|
-
|
|
271
|
-
## [3.22.6] 2020-05-18
|
|
272
|
-
|
|
273
|
-
### Changed
|
|
274
|
-
|
|
275
|
-
- [TD-2608] Apply template as optional param in dynamic form
|
|
276
|
-
|
|
277
|
-
## [3.21.3] 2020-05-06
|
|
278
|
-
|
|
279
|
-
### Fixed
|
|
280
|
-
|
|
281
|
-
- [TD-2574] Default value management on template form
|
|
282
|
-
|
|
283
|
-
## [3.19.0] 2020-03-26
|
|
284
|
-
|
|
285
|
-
### Changed
|
|
286
|
-
|
|
287
|
-
- [TD-2281] Use hooks instead of higher-order components for authorization
|
|
288
|
-
|
|
289
|
-
## [3.18.6] 2020-03-23
|
|
290
|
-
|
|
291
|
-
### Fixed
|
|
292
|
-
|
|
293
|
-
- [TD-2334] Default type will allow to select only string values
|
|
294
|
-
|
|
295
|
-
## [3.18.2] 2020-03-19
|
|
296
|
-
|
|
297
|
-
### Changed
|
|
298
|
-
|
|
299
|
-
- [TD-2334] Display values depending on field `type` and `widget`
|
|
300
|
-
|
|
301
|
-
## [3.17.3] 2020-03-03
|
|
302
|
-
|
|
303
|
-
### Added
|
|
304
|
-
|
|
305
|
-
- [TD-2337] added Image Widget on Dynamic forms
|
|
306
|
-
|
|
307
|
-
## [3.16.10] 2020-02-24
|
|
308
|
-
|
|
309
|
-
### Fixed
|
|
310
|
-
|
|
311
|
-
- Some components were missing required router properties
|
|
312
|
-
|
|
313
|
-
## [3.16.8] 2020-02-23
|
|
314
|
-
|
|
315
|
-
### Changed
|
|
316
|
-
|
|
317
|
-
- Use hooks instead of Higher Order Components where easier
|
|
318
|
-
|
|
319
|
-
## [3.16.7] 2020-02-22
|
|
320
|
-
|
|
321
|
-
### Changed
|
|
322
|
-
|
|
323
|
-
- Updated dev dependencies
|
|
324
|
-
|
|
325
|
-
## [3.16.5] 2020-02-19
|
|
326
|
-
|
|
327
|
-
### Changed
|
|
328
|
-
|
|
329
|
-
- Updated `react-intl` to 3.12
|
|
330
|
-
|
|
331
|
-
## [3.16.4] 2020-02-14
|
|
332
|
-
|
|
333
|
-
### Fixed
|
|
334
|
-
|
|
335
|
-
- validation on hidden fields checks for multiples to_be
|
|
336
|
-
|
|
337
|
-
## [3.16.0] 2020-02-13
|
|
338
|
-
|
|
339
|
-
### Changed
|
|
340
|
-
|
|
341
|
-
- [TD-2341] Omit hidden field on template content validation
|
|
342
|
-
|
|
343
|
-
## [3.14.1] 2020-01-22
|
|
344
|
-
|
|
345
|
-
### Changed
|
|
346
|
-
|
|
347
|
-
- Updated semantic-ui-react dependency to 0.88.2
|
|
348
|
-
- [TD-2269] Adapt components to new template model of groups
|
|
349
|
-
|
|
350
|
-
## [3.13.3] 2019-12-23
|
|
351
|
-
|
|
352
|
-
### Fixed
|
|
353
|
-
|
|
354
|
-
- [TD-2255] Dependencies between multiple values in df
|
|
355
|
-
|
|
356
|
-
## [3.13.2] 2019-12-23
|
|
357
|
-
|
|
358
|
-
### Fixed
|
|
359
|
-
|
|
360
|
-
- [TD-2255] Verify existance of `depends.on` and `depends.to_be` before use them
|
|
361
|
-
|
|
362
|
-
## [3.13.1] 2019-12-23
|
|
363
|
-
|
|
364
|
-
### Fixed
|
|
365
|
-
|
|
366
|
-
- [TD-2255] Missing validations of dependent fields in dynamic forms
|
|
367
|
-
|
|
368
|
-
## [3.13.0] 2019-12-20
|
|
369
|
-
|
|
370
|
-
### Changed
|
|
371
|
-
|
|
372
|
-
- [TD-2255] Inform dependent fields using field values within the template
|
|
373
|
-
|
|
374
|
-
## [3.12.6] 2019-12-17
|
|
375
|
-
|
|
376
|
-
### Added
|
|
377
|
-
|
|
378
|
-
- [TD-2265] Created Password widget
|
|
379
|
-
|
|
380
|
-
## [3.12.5] 2019-12-17
|
|
381
|
-
|
|
382
|
-
### Fixed
|
|
383
|
-
|
|
384
|
-
- [TD-2287] Fixed some bugs on templates manager
|
|
385
|
-
|
|
386
|
-
## [3.11.2] 2019-11-12
|
|
387
|
-
|
|
388
|
-
### Fixed
|
|
389
|
-
|
|
390
|
-
- [TD-2222] Table default value have to be empty array
|
|
391
|
-
|
|
392
|
-
## [3.10.4] 2019-11-07
|
|
393
|
-
|
|
394
|
-
### Fixed
|
|
395
|
-
|
|
396
|
-
- [TD-2109] Remove style={} properties in td-web-modules
|
|
397
|
-
|
|
398
|
-
## [3.10.2] 2019-11-06
|
|
399
|
-
|
|
400
|
-
### Fixed
|
|
401
|
-
|
|
402
|
-
- [TD-2137] Show field default values when adding new Group in template creation. Fixed default type and cardinality values.
|
|
403
|
-
|
|
404
|
-
## [3.10.1] 2019-10-31
|
|
405
|
-
|
|
406
|
-
### Changed
|
|
407
|
-
|
|
408
|
-
- [TD-2137] When adding a new field to a template mandatory fields are filled out by default
|
|
409
|
-
- [TD-2138] When creating a new field of a template Cardinality and Type depend on selected Widget
|
|
410
|
-
|
|
411
|
-
## [3.8.5] 2019-10-08
|
|
412
|
-
|
|
413
|
-
### Fixed
|
|
414
|
-
|
|
415
|
-
- [TD-2035] Not working with table widget
|
|
416
|
-
|
|
417
|
-
## [3.8.3] 2019-10-08
|
|
418
|
-
|
|
419
|
-
### Fixed
|
|
420
|
-
|
|
421
|
-
- [TD-2035] Not working with dropdown widget with none or one cardinality
|
|
422
|
-
|
|
423
|
-
## [3.8.1] 2019-10-08
|
|
424
|
-
|
|
425
|
-
### Added
|
|
426
|
-
|
|
427
|
-
- [TD-2035] Add default values for string and fixed list fields
|
|
428
|
-
|
|
429
|
-
## [3.7.9] 2019-09-26
|
|
430
|
-
|
|
431
|
-
### Added
|
|
432
|
-
|
|
433
|
-
- [TD-1993] Messages communicating errors on template creation/update
|
|
434
|
-
|
|
435
|
-
## [3.7.0] 2019-09-16
|
|
436
|
-
|
|
437
|
-
### Added
|
|
438
|
-
|
|
439
|
-
- [TD-1625] New type table in dynamic forms
|
|
440
|
-
|
|
441
|
-
## [3.6.10] 2019-09-12
|
|
442
|
-
|
|
443
|
-
### Fixed
|
|
444
|
-
|
|
445
|
-
- [TD-2108] FieldGroupDetail caused an error if a fields' cardinality differed from the template
|
|
446
|
-
|
|
447
|
-
## [3.6.7] 2019-09-12
|
|
448
|
-
|
|
449
|
-
### Changed
|
|
450
|
-
|
|
451
|
-
- [TD-1725] Disabled file name if we are editing a template
|
|
452
|
-
|
|
453
|
-
## [3.6.5] 2019-09-12
|
|
454
|
-
|
|
455
|
-
### Fixed
|
|
456
|
-
|
|
457
|
-
- [TD-2058] Show role while editing `role_users` field
|
|
458
|
-
|
|
459
|
-
## [3.6.0] 2019-09-10
|
|
460
|
-
|
|
461
|
-
### Changed
|
|
462
|
-
|
|
463
|
-
- [TD-2060] Consistent placement of primary and secondary buttons
|
|
464
|
-
|
|
465
|
-
## [3.5.14] 2019-09-02
|
|
466
|
-
|
|
467
|
-
### Fixed
|
|
468
|
-
|
|
469
|
-
- [TD-2079] Browser redirects to landing page when user clicks "New Template"
|
|
470
|
-
|
|
471
|
-
## [3.3.4] 2019-08-01
|
|
472
|
-
|
|
473
|
-
### Added
|
|
474
|
-
|
|
475
|
-
- [TD-1560] add enriched text in templates
|
|
476
|
-
|
|
477
|
-
## [3.1.6] 2019-07-05
|
|
478
|
-
|
|
479
|
-
### Added
|
|
480
|
-
|
|
481
|
-
- [TD-1316] Pass values to omit on template form
|
|
482
|
-
|
|
483
|
-
## [2.20.0] 2019-05-21
|
|
484
|
-
|
|
485
|
-
### Fixed
|
|
486
|
-
|
|
487
|
-
- [TD-1736] Fix default selected tab in template management
|
|
488
|
-
|
|
489
|
-
## [2.18.0] 2019-04-23
|
|
490
|
-
|
|
491
|
-
### Changed
|
|
492
|
-
|
|
493
|
-
- [TD-1695] Allow empty values in single-valued dropdowns
|
|
494
|
-
|
|
495
|
-
## [2.15.11] 2019-03-15
|
|
496
|
-
|
|
497
|
-
### Fixed
|
|
498
|
-
|
|
499
|
-
- [TD-1556] Fix content value filtering to accept arrays
|
|
500
|
-
|
|
501
|
-
## [2.15.7] 2019-03-12
|
|
502
|
-
|
|
503
|
-
### Changed
|
|
504
|
-
|
|
505
|
-
- [TD-1548] Recover processed role_users from different attribute (breaking)
|
|
506
|
-
|
|
507
|
-
## [2.15.4] 2019-02-04
|
|
508
|
-
|
|
509
|
-
### Fixed
|
|
510
|
-
|
|
511
|
-
- [TD-1524] Changed a css property to show properly the value of textarea fields
|
|
512
|
-
|
|
513
|
-
## [2.14.6] 2019-02-26
|
|
514
|
-
|
|
515
|
-
### Fixed
|
|
516
|
-
|
|
517
|
-
- added missing message for dq template tab
|
|
518
|
-
|
|
519
|
-
## [2.14.0] 2019-02-19
|
|
520
|
-
|
|
521
|
-
### Added
|
|
522
|
-
|
|
523
|
-
- [TD-1347] Refactor alert message reducers
|
|
524
|
-
|
|
525
|
-
## [2.13.10] 2019-02-17
|
|
526
|
-
|
|
527
|
-
### Changed
|
|
528
|
-
|
|
529
|
-
- [TD-1459] Changed dynamic form logic in order to inform the content of a template by default
|
|
530
|
-
|
|
531
|
-
## [2.13.3] 2019-02-07
|
|
532
|
-
|
|
533
|
-
### Changed
|
|
534
|
-
|
|
535
|
-
- [TD-1399] In TemplateForm fixed groups aggregation to match groupless fields and empty group label
|
|
536
|
-
|
|
537
|
-
## [2.12.7] 2019-01-30
|
|
538
|
-
|
|
539
|
-
### Changed
|
|
540
|
-
|
|
541
|
-
- [TD-1311] DF Detail view shows text instead of value for fixed_tuple fields
|
|
542
|
-
|
|
543
|
-
## [2.12.5] 2019-01-29
|
|
544
|
-
|
|
545
|
-
### Changed
|
|
546
|
-
|
|
547
|
-
- Finished new components tests
|
|
548
|
-
|
|
549
|
-
## [2.12.2] 2019-01-29
|
|
550
|
-
|
|
551
|
-
### Changed
|
|
552
|
-
|
|
553
|
-
- [TD-1101] Major change, new format of templates
|
|
554
|
-
- Require following back-end versions:
|
|
555
|
-
- td-df 2.12.0
|
|
556
|
-
|
|
557
|
-
## [2.11.22] 2019-01-17
|
|
558
|
-
|
|
559
|
-
### Added
|
|
560
|
-
|
|
561
|
-
- [TD-1366] Fix lateral options menu in lower resolutions screens
|
|
562
|
-
|
|
563
|
-
## [2.11.18] 2019-01-17
|
|
564
|
-
|
|
565
|
-
### Added
|
|
566
|
-
|
|
567
|
-
- [TD-1366] Simplify lateral options menu
|
|
568
|
-
|
|
569
|
-
## [2.11.16] 2019-01-17
|
|
570
|
-
|
|
571
|
-
### Changed
|
|
572
|
-
|
|
573
|
-
- Fixed match param id on TemplateLoader
|
|
574
|
-
|
|
575
|
-
## [2.11.15] 2019-01-16
|
|
576
|
-
|
|
577
|
-
### Chore
|
|
578
|
-
|
|
579
|
-
- Update built version
|
|
580
|
-
|
|
581
|
-
## [2.11.11] 2019-01-15
|
|
582
|
-
|
|
583
|
-
### Fixed
|
|
584
|
-
|
|
585
|
-
- Template loading was broken in concept edit view
|
|
586
|
-
|
|
587
|
-
## [2.11.7] 2019-01-11
|
|
588
|
-
|
|
589
|
-
### Added
|
|
590
|
-
|
|
591
|
-
- [TD-1072] Components for managing templates
|
|
592
|
-
|
|
593
|
-
## [2.11.4] 2019-01-09
|
|
594
|
-
|
|
595
|
-
### Added
|
|
596
|
-
|
|
597
|
-
- [TD-1340] Add tooltip functionality for field help text
|
|
598
|
-
|
|
599
|
-
## [2.10.7] 2018-12-13
|
|
600
|
-
|
|
601
|
-
### Added
|
|
602
|
-
|
|
603
|
-
- [TD-1132] Add switch_values list field functionality
|
|
604
|
-
|
|
605
|
-
## [2.8.7] 2018-11-21
|
|
606
|
-
|
|
607
|
-
### Fixed
|
|
608
|
-
|
|
609
|
-
- [TD-1199] Dynamic forms loads Domain related info
|
|
610
|
-
|
|
611
|
-
## [2.8.3] 2018-11-19
|
|
612
|
-
|
|
613
|
-
### Changed
|
|
614
|
-
|
|
615
|
-
- Passes scope on fetchTemplate saga
|
|
616
|
-
|
|
617
|
-
## [2.8.2] 2018-11-14
|
|
618
|
-
|
|
619
|
-
### Changed
|
|
620
|
-
|
|
621
|
-
- Default export for sagas
|
|
622
|
-
|
|
623
|
-
## [2.8.0] 2018-11-13
|
|
624
|
-
|
|
625
|
-
### Added
|
|
626
|
-
|
|
627
|
-
- TemplatesLoader component to load & clear templates
|
|
628
|
-
|
|
629
|
-
### Changed
|
|
630
|
-
|
|
631
|
-
- TemplateSelector is hidden if only one template exists
|
|
632
|
-
- Fetch templates by scope instead of by domain (`/api/templates?scope=bg` instead of `/api/domains/{id}/templates`)
|
|
633
|
-
|
|
634
|
-
## [2.7.16] 2018-11-12
|
|
635
|
-
|
|
636
|
-
### Changed
|
|
637
|
-
|
|
638
|
-
- Fixed dependant fields validation
|
|
639
|
-
|
|
640
|
-
## [2.7.15] 2018-11-10
|
|
641
|
-
|
|
642
|
-
### Changed
|
|
643
|
-
|
|
644
|
-
- Removed unnecessary dependency on @truedat/auth
|
|
645
|
-
|
|
646
|
-
## [2.7.12] 2018-11-05
|
|
647
|
-
|
|
648
|
-
### Changed
|
|
649
|
-
|
|
650
|
-
- Updated to semantic-ui-react 0.83.0
|
|
651
|
-
|
|
652
|
-
## [2.7.11] 2018-11-05
|
|
653
|
-
|
|
654
|
-
### Fixed
|
|
655
|
-
|
|
656
|
-
- [TD-1147]: Unable to edit a business concept
|
|
657
|
-
|
|
658
|
-
## [2.7.10] 2018-11-02
|
|
659
|
-
|
|
660
|
-
### Changed
|
|
661
|
-
|
|
662
|
-
- [TD-1115]: Remove template selector from dynamic form
|
|
663
|
-
|
|
664
|
-
## [2.7.0-rc.7] 2018-10-26
|
|
665
|
-
|
|
666
|
-
### Fixed
|
|
667
|
-
|
|
668
|
-
- Infinite loop in DynamicForm.componentDidUpdate under some circumstances
|