@truedat/bg 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 +9 -8
- package/src/concepts/components/__tests__/__snapshots__/Concept.spec.js.snap +1 -1
- package/src/concepts/components/__tests__/__snapshots__/ConceptConfidentialButton.spec.js.snap +2 -2
- package/src/concepts/components/__tests__/__snapshots__/ConceptDetails.spec.js.snap +3 -3
- package/src/concepts/components/__tests__/__snapshots__/ConceptHeader.spec.js.snap +1 -1
- package/src/concepts/components/__tests__/__snapshots__/ConceptManageDomainPopup.spec.js.snap +11 -11
- package/src/concepts/components/__tests__/__snapshots__/ConceptSubscription.spec.js.snap +6 -6
- package/src/concepts/components/__tests__/__snapshots__/ConceptTaxonomy.spec.js.snap +3 -3
- package/src/concepts/components/__tests__/__snapshots__/Concepts.spec.js.snap +2 -2
- package/src/concepts/components/__tests__/__snapshots__/ConceptsActions.spec.js.snap +2 -2
- package/src/concepts/components/__tests__/__snapshots__/ConceptsTable.spec.js.snap +3 -3
- package/src/concepts/components/__tests__/__snapshots__/ConceptsUpdateButton.spec.js.snap +4 -4
- package/src/concepts/components/__tests__/__snapshots__/Events.spec.js.snap +6 -6
- package/src/concepts/components/__tests__/__snapshots__/SharedToDomains.spec.js.snap +1 -1
- package/src/concepts/components/__tests__/__snapshots__/SharedToDomainsPopup.spec.js.snap +4 -4
- package/src/concepts/relations/components/__tests__/__snapshots__/ConceptRelationActions.spec.js.snap +2 -2
- package/src/concepts/relations/components/__tests__/__snapshots__/ConceptRelationForm.spec.js.snap +3 -3
- package/src/concepts/relations/components/__tests__/__snapshots__/ConceptRelationsSummary.spec.js.snap +17 -17
- package/src/concepts/relations/components/__tests__/__snapshots__/ConceptStructureLinks.spec.js.snap +7 -7
- package/src/taxonomy/components/__tests__/__snapshots__/DomainCards.spec.js.snap +7 -7
- package/src/taxonomy/components/__tests__/__snapshots__/DomainDetail.spec.js.snap +2 -2
- package/src/taxonomy/components/__tests__/__snapshots__/DomainMembers.spec.js.snap +5 -5
- package/src/taxonomy/components/__tests__/__snapshots__/DomainTaxonomy.spec.js.snap +2 -2
- package/src/taxonomy/components/__tests__/__snapshots__/Domains.spec.js.snap +1 -1
- package/src/taxonomy/components/__tests__/__snapshots__/EditDomain.spec.js.snap +1 -1
- package/src/taxonomy/components/__tests__/__snapshots__/NewDomain.spec.js.snap +1 -1
- package/CHANGELOG.md +0 -1198
package/CHANGELOG.md
DELETED
|
@@ -1,1198 +0,0 @@
|
|
|
1
|
-
# Changelog
|
|
2
|
-
|
|
3
|
-
## [5.2.3] 2023-02-23
|
|
4
|
-
|
|
5
|
-
### Added
|
|
6
|
-
|
|
7
|
-
- [TD-4554] Concept links manager
|
|
8
|
-
|
|
9
|
-
## [5.1.1] 2023-02-10
|
|
10
|
-
|
|
11
|
-
### Fixed
|
|
12
|
-
|
|
13
|
-
- [TD-5201] Fixed domain childrens aren't alphabetically sorted in selector
|
|
14
|
-
|
|
15
|
-
## [4.59.11] 2023-01-16
|
|
16
|
-
|
|
17
|
-
### Added
|
|
18
|
-
|
|
19
|
-
- [TD-3930] includes `completeness` on `BusinessConceptVersion` csv download headers
|
|
20
|
-
|
|
21
|
-
## [4.59.8] 2023-01-16
|
|
22
|
-
|
|
23
|
-
### Added
|
|
24
|
-
|
|
25
|
-
- [TD-5242] Global filters on Business Glossary
|
|
26
|
-
|
|
27
|
-
## [4.58.5] 2022-12-23
|
|
28
|
-
|
|
29
|
-
### Added
|
|
30
|
-
|
|
31
|
-
- [TD-5368] IsModification for editable templates
|
|
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.2] 2022-12-15
|
|
40
|
-
|
|
41
|
-
### Fixed
|
|
42
|
-
|
|
43
|
-
- [TD-3919] Change subscoped concepts header, remove subheader.
|
|
44
|
-
|
|
45
|
-
## [4.58.0] 2022-12-15
|
|
46
|
-
|
|
47
|
-
### Added
|
|
48
|
-
|
|
49
|
-
- [TD-3919] Add concept subscopes routes and defaultFilters
|
|
50
|
-
|
|
51
|
-
## [4.56.9] 2022-12-12
|
|
52
|
-
|
|
53
|
-
### Added
|
|
54
|
-
|
|
55
|
-
- [TD-5161] Buttons to create implementations
|
|
56
|
-
|
|
57
|
-
## [4.54.9] 2022-10-28
|
|
58
|
-
|
|
59
|
-
### Added
|
|
60
|
-
|
|
61
|
-
- [TD-4977] Implementations tab in domain view
|
|
62
|
-
|
|
63
|
-
## [4.54.5] 2022-10-25
|
|
64
|
-
|
|
65
|
-
### Changed
|
|
66
|
-
|
|
67
|
-
- [TD-4860] `ConceptCompleteness` component now uses `className="completeness"`
|
|
68
|
-
which should be used for it's styling rules
|
|
69
|
-
|
|
70
|
-
## [4.52.3] 2022-09-22
|
|
71
|
-
|
|
72
|
-
### Changed
|
|
73
|
-
|
|
74
|
-
- [TD-5184] Removed `ImplementationLinksAction` component which was never being
|
|
75
|
-
rendered
|
|
76
|
-
|
|
77
|
-
## [4.51.3] 2022-09-16
|
|
78
|
-
|
|
79
|
-
### Changed
|
|
80
|
-
|
|
81
|
-
- [TD-4794] Replace `DomainDropdownSelector` and `DomainMenuSelector` with
|
|
82
|
-
common `DomainSelector`
|
|
83
|
-
|
|
84
|
-
## [4.49.7] 2022-11-08
|
|
85
|
-
|
|
86
|
-
### Added
|
|
87
|
-
|
|
88
|
-
- [TD-5043] Add `last_change_at` to business concept versions CSV download header labels
|
|
89
|
-
|
|
90
|
-
## [4.49.1] 2022-07-28
|
|
91
|
-
|
|
92
|
-
### Changed
|
|
93
|
-
|
|
94
|
-
- [TD-5090] `DropdownMenuItem` props renamed
|
|
95
|
-
|
|
96
|
-
## [4.48.12] 2022-07-22
|
|
97
|
-
|
|
98
|
-
### Changed
|
|
99
|
-
|
|
100
|
-
- [TD-3584] Allow longer domain descriptions
|
|
101
|
-
|
|
102
|
-
## [4.48.10] 2022-07-19
|
|
103
|
-
|
|
104
|
-
### Added
|
|
105
|
-
|
|
106
|
-
- [TD-4975] Structures tab in domain view
|
|
107
|
-
|
|
108
|
-
## [4.48.4] 2022-07-11
|
|
109
|
-
|
|
110
|
-
### Changed
|
|
111
|
-
|
|
112
|
-
- [TD-4995] Removed `in domain` suffix from concept header
|
|
113
|
-
|
|
114
|
-
## [4.48.2] 2022-07-08
|
|
115
|
-
|
|
116
|
-
### Changed
|
|
117
|
-
|
|
118
|
-
- [TD-4995] Support localization of template fields and fixed values
|
|
119
|
-
|
|
120
|
-
## [4.47.1] 2022-06-22
|
|
121
|
-
|
|
122
|
-
### Fixed
|
|
123
|
-
|
|
124
|
-
- [TD-4720] Missing upload concepts button, remove new concept from /concepts.
|
|
125
|
-
|
|
126
|
-
## [4.46.13] 2022-06-21
|
|
127
|
-
|
|
128
|
-
### Fixed
|
|
129
|
-
|
|
130
|
-
- [TD-4958] Missing concept actions in state
|
|
131
|
-
|
|
132
|
-
## [4.46.11] 2022-06-20
|
|
133
|
-
|
|
134
|
-
### Fixed
|
|
135
|
-
|
|
136
|
-
- [TD-4720] The button to create concepts does not appear
|
|
137
|
-
|
|
138
|
-
## [4.46.10] 2022-06-20
|
|
139
|
-
|
|
140
|
-
### Fixed
|
|
141
|
-
|
|
142
|
-
- [TD-4938] Avoid creating empty objects in `mapStateToProps`
|
|
143
|
-
|
|
144
|
-
## [4.46.4] 2022-06-16
|
|
145
|
-
|
|
146
|
-
### Added
|
|
147
|
-
|
|
148
|
-
- [TD-4720] Include concepts tab in domain view
|
|
149
|
-
|
|
150
|
-
## [4.46.2] 2022-06-16
|
|
151
|
-
|
|
152
|
-
### Changed
|
|
153
|
-
|
|
154
|
-
- [TD-4739] Don't lazily load components from `@truedat/core`
|
|
155
|
-
|
|
156
|
-
## [4.45.1] 2022-05-26
|
|
157
|
-
|
|
158
|
-
### Changed
|
|
159
|
-
|
|
160
|
-
- [TD-4482] i18n messages for `filters.link_tags`
|
|
161
|
-
|
|
162
|
-
## [4.44.5] 2022-05-20
|
|
163
|
-
|
|
164
|
-
### Changed
|
|
165
|
-
|
|
166
|
-
- [TD-4230] Refactored `ConceptForm` to use `SelectableDynamicForm`
|
|
167
|
-
|
|
168
|
-
## [4.44.4] 2022-05-19
|
|
169
|
-
|
|
170
|
-
### Changed
|
|
171
|
-
|
|
172
|
-
- Use `lowerDeburrTrim` function from `@truedat/core`
|
|
173
|
-
|
|
174
|
-
## [4.43.3] 2022-05-04
|
|
175
|
-
|
|
176
|
-
### Changed
|
|
177
|
-
|
|
178
|
-
- [TD-3936] Updated `react-hook-form`
|
|
179
|
-
|
|
180
|
-
## [4.41.1] 2022-03-25
|
|
181
|
-
|
|
182
|
-
### Changed
|
|
183
|
-
|
|
184
|
-
- [TD-4617] Improve UX for domainMenuSelector
|
|
185
|
-
|
|
186
|
-
## [4.40.12] 2021-03-21
|
|
187
|
-
|
|
188
|
-
### Changed
|
|
189
|
-
|
|
190
|
-
- [TD-4630] i18n messages for `link_count` and `rule_count` filters renamed
|
|
191
|
-
|
|
192
|
-
## [4.40.10] 2022-03-21
|
|
193
|
-
|
|
194
|
-
### Changed
|
|
195
|
-
|
|
196
|
-
- [TD-4447] `StructureTypesLoader.liteRequest` was removed
|
|
197
|
-
|
|
198
|
-
## [4.40.3] 2022-03-14
|
|
199
|
-
|
|
200
|
-
### Added
|
|
201
|
-
|
|
202
|
-
- [TD-4271] Support for linking implementations with business_concepts
|
|
203
|
-
|
|
204
|
-
## [4.40.2] 2022-03-14
|
|
205
|
-
|
|
206
|
-
### Added
|
|
207
|
-
|
|
208
|
-
- [TD-4500] Support for data structures with multiple domain_ids
|
|
209
|
-
|
|
210
|
-
## [4.40.0] 2022-03-07
|
|
211
|
-
|
|
212
|
-
### Changed
|
|
213
|
-
|
|
214
|
-
- [TD-4491] Simplified `getDomainSelectorOptions` selector
|
|
215
|
-
|
|
216
|
-
## [4.38.8] 2022-02-22
|
|
217
|
-
|
|
218
|
-
### Added
|
|
219
|
-
|
|
220
|
-
- [TD-4481] Allow domain change on business concept
|
|
221
|
-
|
|
222
|
-
## [4.37.4] 2022-02-04
|
|
223
|
-
|
|
224
|
-
### Changed
|
|
225
|
-
|
|
226
|
-
- [TD-4424] Disable user filters while concept filters are loading
|
|
227
|
-
|
|
228
|
-
## [4.35.3] 2021-12-20
|
|
229
|
-
|
|
230
|
-
### Fixed
|
|
231
|
-
|
|
232
|
-
- [TD-4369] 504 error on /api/data_structure_types call
|
|
233
|
-
|
|
234
|
-
## [4.31.1] 2021-10-20
|
|
235
|
-
|
|
236
|
-
### Added
|
|
237
|
-
|
|
238
|
-
- [TD-4124] Dependent domain field in template content
|
|
239
|
-
|
|
240
|
-
## [4.30.6] 2021-10-15
|
|
241
|
-
|
|
242
|
-
### Fixed
|
|
243
|
-
|
|
244
|
-
- [TD-3874] Allow rule creation specifying domain for shared concepts
|
|
245
|
-
|
|
246
|
-
## [4.30.4] 2021-10-07
|
|
247
|
-
|
|
248
|
-
### Changed
|
|
249
|
-
|
|
250
|
-
- [TD-3874] Allow rule creation specifying domain for shared concepts
|
|
251
|
-
|
|
252
|
-
## [4.30.0] 2021-10-06
|
|
253
|
-
|
|
254
|
-
### Changed
|
|
255
|
-
|
|
256
|
-
- [TD-3603] Update react-intl version to v5
|
|
257
|
-
|
|
258
|
-
## [4.28.7] 2021-09-20
|
|
259
|
-
|
|
260
|
-
### Fixed
|
|
261
|
-
|
|
262
|
-
- [TD-3780] Missing `updateDomain` saga export
|
|
263
|
-
|
|
264
|
-
## [4.28.5] 2021-09-16
|
|
265
|
-
|
|
266
|
-
### Fixed
|
|
267
|
-
|
|
268
|
-
- [TD-4073] Handle default value in domain dropdown selector
|
|
269
|
-
|
|
270
|
-
## [4.26.0] 2021-07-27
|
|
271
|
-
|
|
272
|
-
### Added
|
|
273
|
-
|
|
274
|
-
- [TD-3931] Edit acl entry description
|
|
275
|
-
|
|
276
|
-
## [4.24.6] 2021-07-9
|
|
277
|
-
|
|
278
|
-
### Changed
|
|
279
|
-
|
|
280
|
-
- [TD-3928] AddMemberForm component in order to load users and groups
|
|
281
|
-
based on a search with at least 2 characters.
|
|
282
|
-
|
|
283
|
-
## [4.24.4] 2021-07-08
|
|
284
|
-
|
|
285
|
-
### Changed
|
|
286
|
-
|
|
287
|
-
- [TD-3230] Support for hierarchy Domain Selector and Filter
|
|
288
|
-
|
|
289
|
-
## [4.23.3] 2021-06-18
|
|
290
|
-
|
|
291
|
-
### Changed
|
|
292
|
-
|
|
293
|
-
- [TD-3842] Relation `source_id` and `target_id` are now integers
|
|
294
|
-
|
|
295
|
-
## [4.22.3] 2021-06-14
|
|
296
|
-
|
|
297
|
-
### Changed
|
|
298
|
-
|
|
299
|
-
- [TD-3447] Share concept to a group of domains
|
|
300
|
-
|
|
301
|
-
## [4.21.1] 2021-05-25
|
|
302
|
-
|
|
303
|
-
### Changed
|
|
304
|
-
|
|
305
|
-
- [TD-3446] Allow concept selector to load their own concepts
|
|
306
|
-
|
|
307
|
-
## [4.21.0] 2021-05-19
|
|
308
|
-
|
|
309
|
-
### Changed
|
|
310
|
-
|
|
311
|
-
- [TD-3503] Removes Users and Groups Loader as it is now fetched by the ShareLink component
|
|
312
|
-
|
|
313
|
-
## [4.19.2] 2021-04-28
|
|
314
|
-
|
|
315
|
-
### Refactor
|
|
316
|
-
|
|
317
|
-
- [TD-3521] Move notification creation to `audit`
|
|
318
|
-
|
|
319
|
-
## [4.16.3] 2021-03-13
|
|
320
|
-
|
|
321
|
-
### Added
|
|
322
|
-
|
|
323
|
-
- [TD-3173] A non administrator user can to bulk load concepts
|
|
324
|
-
|
|
325
|
-
## [4.14.6] 2021-02-20
|
|
326
|
-
|
|
327
|
-
- [TD-3265] Concept url with current version in concept sharing
|
|
328
|
-
|
|
329
|
-
## [4.14.3] 2021-02-15
|
|
330
|
-
|
|
331
|
-
### Changed
|
|
332
|
-
|
|
333
|
-
- [TD-3265] Concept url with concept and version id
|
|
334
|
-
|
|
335
|
-
## [4.13.3] 2021-02-03
|
|
336
|
-
|
|
337
|
-
### Changed
|
|
338
|
-
|
|
339
|
-
- [TD-3202] Submit description on `AddMemberForm`
|
|
340
|
-
|
|
341
|
-
## [4.13.1] 2021-01-27
|
|
342
|
-
|
|
343
|
-
### Changed
|
|
344
|
-
|
|
345
|
-
- [TD-2588] Moved concept completeness info to the summary column, displaying missing required fields
|
|
346
|
-
|
|
347
|
-
## [4.12.2] 2021-01-25
|
|
348
|
-
|
|
349
|
-
### Changed
|
|
350
|
-
|
|
351
|
-
- [TD-3074] Auth tokens now contain user role instead of is_admin flag
|
|
352
|
-
|
|
353
|
-
## [4.12.1] 2021-01-14
|
|
354
|
-
|
|
355
|
-
### Changed
|
|
356
|
-
|
|
357
|
-
- [TD-3163] Auth tokens now contain user role instead of is_admin flag
|
|
358
|
-
|
|
359
|
-
## [4.12.0] 2021-01-13
|
|
360
|
-
|
|
361
|
-
### Added
|
|
362
|
-
|
|
363
|
-
- [TD-2591] Include the number of related concepts when archiving a concept
|
|
364
|
-
|
|
365
|
-
## [4.11.4] 2020-12-17
|
|
366
|
-
|
|
367
|
-
### Changed
|
|
368
|
-
|
|
369
|
-
- [TD-2461] Divide published and pending concepts into two new different views
|
|
370
|
-
|
|
371
|
-
## [4.11.2] 2020-12-16
|
|
372
|
-
|
|
373
|
-
### Deleted
|
|
374
|
-
|
|
375
|
-
- [TD-3085] Link from domains summary
|
|
376
|
-
|
|
377
|
-
## [4.11.1] 2020-12-16
|
|
378
|
-
|
|
379
|
-
### Changed
|
|
380
|
-
|
|
381
|
-
- [TD-2865] As a business glosary user I want to subscribe to a business concept specifying the periodicity of my suscription
|
|
382
|
-
|
|
383
|
-
## [4.11.0] 2020-12-15
|
|
384
|
-
|
|
385
|
-
### Added
|
|
386
|
-
|
|
387
|
-
- [TD-3085] Domain taxomony in concepts view
|
|
388
|
-
|
|
389
|
-
## [4.10.10] 2020-12-11
|
|
390
|
-
|
|
391
|
-
### Added
|
|
392
|
-
|
|
393
|
-
- [TD-2960] Add tooltip to describe button actions
|
|
394
|
-
|
|
395
|
-
## [4.10.4] 2020-12-04
|
|
396
|
-
|
|
397
|
-
### Changed
|
|
398
|
-
|
|
399
|
-
- [TD-3141] Relax peer dependencies, support `semantic-ui-react` 2.0.x
|
|
400
|
-
|
|
401
|
-
## [4.10.0] 2020-11-30
|
|
402
|
-
|
|
403
|
-
### Added
|
|
404
|
-
|
|
405
|
-
- [TD-2486] Type `domain` with new widget and visualization
|
|
406
|
-
|
|
407
|
-
## [4.7.2] 2020-10-30
|
|
408
|
-
|
|
409
|
-
### Changed
|
|
410
|
-
|
|
411
|
-
- [TD-3021] Event message format for template fields
|
|
412
|
-
|
|
413
|
-
## [4.7.1] 2020-10-21
|
|
414
|
-
|
|
415
|
-
### Changed
|
|
416
|
-
|
|
417
|
-
- [TD-3021] Format objects and boolean type value on events rendering
|
|
418
|
-
|
|
419
|
-
## [4.6.1] 2020-10-19
|
|
420
|
-
|
|
421
|
-
### Changed
|
|
422
|
-
|
|
423
|
-
- [TD-2485] Upgrade version `df`
|
|
424
|
-
|
|
425
|
-
## [4.6.0] 2020-10-14
|
|
426
|
-
|
|
427
|
-
### Changed
|
|
428
|
-
|
|
429
|
-
- [TD-2955] Upgrade version `df`
|
|
430
|
-
|
|
431
|
-
## [4.5.4] 2020-10-05
|
|
432
|
-
|
|
433
|
-
### Added
|
|
434
|
-
|
|
435
|
-
- [TD-2963] As a Glossary user I want to use my stored quick filters when creating relation between concepts
|
|
436
|
-
|
|
437
|
-
## [4.4.0] 2020-09-08
|
|
438
|
-
|
|
439
|
-
### Added
|
|
440
|
-
|
|
441
|
-
- [TD-638] Added RelationsGraph for BusinessConcepts
|
|
442
|
-
|
|
443
|
-
## [4.2.4] 2020-07-28
|
|
444
|
-
|
|
445
|
-
### Added
|
|
446
|
-
|
|
447
|
-
- [TD-2790] Concept search filters can be saved and applied
|
|
448
|
-
|
|
449
|
-
## [4.2.3] 2020-07-28
|
|
450
|
-
|
|
451
|
-
### Changed
|
|
452
|
-
|
|
453
|
-
- [TD-2280] Domaing group deletion
|
|
454
|
-
|
|
455
|
-
## [4.2.2] 2020-07-28
|
|
456
|
-
|
|
457
|
-
### Fixed
|
|
458
|
-
|
|
459
|
-
- [TD-2811] ConceptLoader: Default filters on props prevail upon the state
|
|
460
|
-
|
|
461
|
-
## [4.2.1] 2020-07-21
|
|
462
|
-
|
|
463
|
-
### Fixed
|
|
464
|
-
|
|
465
|
-
- [TD-2808] Bulk upload error messages display
|
|
466
|
-
|
|
467
|
-
## [4.2.0] 2020-07-20
|
|
468
|
-
|
|
469
|
-
### Added
|
|
470
|
-
|
|
471
|
-
- [TD-2280] Domain group management and visualization
|
|
472
|
-
|
|
473
|
-
### Changed
|
|
474
|
-
|
|
475
|
-
- [TD-2280] External id as mandatory field in domain form
|
|
476
|
-
|
|
477
|
-
## [4.1.1] 2020-07-15
|
|
478
|
-
|
|
479
|
-
### Changed
|
|
480
|
-
|
|
481
|
-
- [TD-2774] Load DataStructureTypes to get translation of structure type in concept to structure link
|
|
482
|
-
|
|
483
|
-
## [4.0.0] 2020-07-01
|
|
484
|
-
|
|
485
|
-
New major version for Truedat 4.0, no changes
|
|
486
|
-
|
|
487
|
-
## [3.25.2] 2020-06-18
|
|
488
|
-
|
|
489
|
-
### Changed
|
|
490
|
-
|
|
491
|
-
- [TD-2684]:
|
|
492
|
-
- Acl entry creation method
|
|
493
|
-
- Create acl entry permission validation to show button
|
|
494
|
-
- Identify deletion modal by acl entry id
|
|
495
|
-
|
|
496
|
-
## [3.25.1] 2020-06-17
|
|
497
|
-
|
|
498
|
-
### Added
|
|
499
|
-
|
|
500
|
-
- [TD-2672] Management of confidentiality in Concept Version view
|
|
501
|
-
|
|
502
|
-
## [3.25.0] 2020-06-16
|
|
503
|
-
|
|
504
|
-
### Changed
|
|
505
|
-
|
|
506
|
-
- [TD-2637] Obtain user name from `user` if present in audit events
|
|
507
|
-
|
|
508
|
-
## [3.24.1] 2020-06-04
|
|
509
|
-
|
|
510
|
-
### Changed
|
|
511
|
-
|
|
512
|
-
- [TD-2261] Split links from deleted structures
|
|
513
|
-
|
|
514
|
-
## [3.23.5] 2020-05-27
|
|
515
|
-
|
|
516
|
-
### Changed
|
|
517
|
-
|
|
518
|
-
- [TD-2492] Changed Bulk upload isEmpty function, used to omit empty values, to check empty numbers
|
|
519
|
-
|
|
520
|
-
## [3.23.0] 2020-05-22
|
|
521
|
-
|
|
522
|
-
### Fixed
|
|
523
|
-
|
|
524
|
-
- [TD-2590] Issue with domain filter not being cleared when navigating to
|
|
525
|
-
another route
|
|
526
|
-
|
|
527
|
-
## [3.22.2] 2020-05-12
|
|
528
|
-
|
|
529
|
-
### Fixed
|
|
530
|
-
|
|
531
|
-
- [TD-2608]:
|
|
532
|
-
- Apply defaults on template and domain selection
|
|
533
|
-
- Remove empty fields on submit
|
|
534
|
-
- Remove apply template on content change
|
|
535
|
-
|
|
536
|
-
## [3.22.1] 2020-05-12
|
|
537
|
-
|
|
538
|
-
### Added
|
|
539
|
-
|
|
540
|
-
- [TD-2490] If a user can change a domain's parent, include a parent domain
|
|
541
|
-
selector in the domain edit form
|
|
542
|
-
|
|
543
|
-
## [3.21.1] 2020-04-29
|
|
544
|
-
|
|
545
|
-
### Fixed
|
|
546
|
-
|
|
547
|
-
- [TD-2542] Changed ConceptsLoader to be only unmounted when route not under Concepts
|
|
548
|
-
|
|
549
|
-
## [3.19.5] 2020-03-30
|
|
550
|
-
|
|
551
|
-
### Removed
|
|
552
|
-
|
|
553
|
-
- [TD-2349] Deprecated menu components (ConceptsMenu, TaxonomyMenu)
|
|
554
|
-
|
|
555
|
-
## [3.19.4] 2020-03-27
|
|
556
|
-
|
|
557
|
-
### Fixed
|
|
558
|
-
|
|
559
|
-
- [TD-940] ACL entry endpoint (`/api/domains/:id/acl_entries`, not
|
|
560
|
-
`/api/domain/:id/acl_entries`)
|
|
561
|
-
|
|
562
|
-
## [3.19.0] 2020-03-26
|
|
563
|
-
|
|
564
|
-
### Changed
|
|
565
|
-
|
|
566
|
-
- [TD-940] `/api/domain/:id/acl_entries` hypermedia changes
|
|
567
|
-
- [TD-2281] Use hooks instead of higher-order components for authorization
|
|
568
|
-
|
|
569
|
-
## [3.18.0] 2020-03-17
|
|
570
|
-
|
|
571
|
-
### Added
|
|
572
|
-
|
|
573
|
-
- [TD-2281] Role verification to render route and menu components on taxonomy and business glossary
|
|
574
|
-
|
|
575
|
-
## [3.17.10] 2020-03-12
|
|
576
|
-
|
|
577
|
-
### Changed
|
|
578
|
-
|
|
579
|
-
- [TD-2378] Improved error handling
|
|
580
|
-
|
|
581
|
-
## [3.16.11] 2020-02-26
|
|
582
|
-
|
|
583
|
-
### Fixed
|
|
584
|
-
|
|
585
|
-
- [TD-2354] `/concepts/:id/edit` route priority
|
|
586
|
-
|
|
587
|
-
## [3.16.10] 2020-02-24
|
|
588
|
-
|
|
589
|
-
### Fixed
|
|
590
|
-
|
|
591
|
-
- Some components were missing required router properties
|
|
592
|
-
|
|
593
|
-
### Changed
|
|
594
|
-
|
|
595
|
-
- Improved routes and loader behaviours
|
|
596
|
-
|
|
597
|
-
## [3.16.9] 2020-02-24
|
|
598
|
-
|
|
599
|
-
### Fixed
|
|
600
|
-
|
|
601
|
-
- Some components were missing required `intl` property
|
|
602
|
-
|
|
603
|
-
## [3.16.8] 2020-02-23
|
|
604
|
-
|
|
605
|
-
### Changed
|
|
606
|
-
|
|
607
|
-
- Use hooks instead of Higher Order Components where easier
|
|
608
|
-
|
|
609
|
-
## [3.16.7] 2020-02-22
|
|
610
|
-
|
|
611
|
-
### Changed
|
|
612
|
-
|
|
613
|
-
- Updated dev dependencies
|
|
614
|
-
|
|
615
|
-
## [3.16.5] 2020-02-19
|
|
616
|
-
|
|
617
|
-
### Added
|
|
618
|
-
|
|
619
|
-
- [TD-2328] Field `extenal_id` in domains
|
|
620
|
-
|
|
621
|
-
### Changed
|
|
622
|
-
|
|
623
|
-
- Updated `react-intl` to 3.12
|
|
624
|
-
|
|
625
|
-
## [3.15.6] 2020-02-05
|
|
626
|
-
|
|
627
|
-
### Fixed
|
|
628
|
-
|
|
629
|
-
- Remove Auth0 button from concepts view
|
|
630
|
-
|
|
631
|
-
## [3.14.2] 2020-01-22
|
|
632
|
-
|
|
633
|
-
### Changed
|
|
634
|
-
|
|
635
|
-
- Updated semantic-ui-react dependency to 0.88.2
|
|
636
|
-
|
|
637
|
-
## [3.12.8] 2019-12-17
|
|
638
|
-
|
|
639
|
-
### Changed
|
|
640
|
-
|
|
641
|
-
- [TD-2267] Display domain members grouped by Role name and sorted by user name and group name
|
|
642
|
-
|
|
643
|
-
## [3.12.7] 2019-12-17
|
|
644
|
-
|
|
645
|
-
### Added
|
|
646
|
-
|
|
647
|
-
- [TD-2266] Input Search of users and groups in Domain Members
|
|
648
|
-
|
|
649
|
-
## [3.12.0] 2019-12-12
|
|
650
|
-
|
|
651
|
-
### Deleted
|
|
652
|
-
|
|
653
|
-
- [TD-2210] Rule Types loader.
|
|
654
|
-
|
|
655
|
-
## [3.11.7] 2019-11-15
|
|
656
|
-
|
|
657
|
-
### Fixed
|
|
658
|
-
|
|
659
|
-
- [TD-2073] After deleting a concept relation, Relations Summary is not refreshed.
|
|
660
|
-
|
|
661
|
-
## [3.11.6] 2019-11-15
|
|
662
|
-
|
|
663
|
-
### Deleted
|
|
664
|
-
|
|
665
|
-
- [TD-2252] Unused styles from Domain Actions and Concept Actions
|
|
666
|
-
|
|
667
|
-
## [3.10.4] 2019-11-07
|
|
668
|
-
|
|
669
|
-
### Fixed
|
|
670
|
-
|
|
671
|
-
- [TD-2109] Remove style={} properties in td-web-modules
|
|
672
|
-
|
|
673
|
-
## [3.9.8] 2019-10-25
|
|
674
|
-
|
|
675
|
-
### Deleted
|
|
676
|
-
|
|
677
|
-
- [TD-2201] Omit `current` from business concepts filters
|
|
678
|
-
|
|
679
|
-
## [3.9.7] 2019-10-25
|
|
680
|
-
|
|
681
|
-
### Fixed
|
|
682
|
-
|
|
683
|
-
- [TD-1964] Relation Tag Checkbox i18n
|
|
684
|
-
|
|
685
|
-
## [3.9.1] 2019-10-21
|
|
686
|
-
|
|
687
|
-
- [TD-1964] Default message for relation tag
|
|
688
|
-
|
|
689
|
-
## [3.8.0] 2019-10-05
|
|
690
|
-
|
|
691
|
-
### Changed
|
|
692
|
-
|
|
693
|
-
- [TD-1721] `conceptFilters` reducer no longer needs to omit unused filters
|
|
694
|
-
- [TD-2158] Use separate fields for sorting and aggregations
|
|
695
|
-
|
|
696
|
-
## [3.7.10] 2019-09-26
|
|
697
|
-
|
|
698
|
-
### Changed
|
|
699
|
-
|
|
700
|
-
- [TD-2069] Use common sort functions to order Concepts Table columns
|
|
701
|
-
|
|
702
|
-
## [3.7.2] 2019-09-19
|
|
703
|
-
|
|
704
|
-
### Fixed
|
|
705
|
-
|
|
706
|
-
- [TD-1698] React Router: Use Route render instead of children
|
|
707
|
-
- [TD-2069] Do not show any column as ordered if table is first ordered by \_score
|
|
708
|
-
|
|
709
|
-
## [3.6.11] 2019-09-13
|
|
710
|
-
|
|
711
|
-
### Fixed
|
|
712
|
-
|
|
713
|
-
- [TD-2104] Overwrite values when there is no data in bulk update
|
|
714
|
-
|
|
715
|
-
## [3.6.10] 2019-09-12
|
|
716
|
-
|
|
717
|
-
### Fixed
|
|
718
|
-
|
|
719
|
-
- [TD-2108] ConceptEdit handleEditorChange was missing an argument
|
|
720
|
-
|
|
721
|
-
## [3.6.8] 2019-09-12
|
|
722
|
-
|
|
723
|
-
### Fixed
|
|
724
|
-
|
|
725
|
-
- [TD-2103] Business concept bulk update is not working when there is only one type of concept
|
|
726
|
-
|
|
727
|
-
## [3.6.4] 2019-09-11
|
|
728
|
-
|
|
729
|
-
### Changed
|
|
730
|
-
|
|
731
|
-
- [TD-2067] Business concepts table sort
|
|
732
|
-
- Tables are no longer striped and celled by default
|
|
733
|
-
|
|
734
|
-
## [3.6.1] 2019-09-10
|
|
735
|
-
|
|
736
|
-
### Fixed
|
|
737
|
-
|
|
738
|
-
- [TD-2071] Reload concepts after performing a bulk upload of concepts
|
|
739
|
-
|
|
740
|
-
## [3.6.0] 2019-09-10
|
|
741
|
-
|
|
742
|
-
### Changed
|
|
743
|
-
|
|
744
|
-
- [TD-2060] Consistent placement of primary and secondary buttons
|
|
745
|
-
|
|
746
|
-
## [3.5.9] 2019-08-30
|
|
747
|
-
|
|
748
|
-
### Added
|
|
749
|
-
|
|
750
|
-
- [TD-2056] Group modification actions into the same component
|
|
751
|
-
|
|
752
|
-
## [3.5.8] 2019-08-30
|
|
753
|
-
|
|
754
|
-
### Fixed
|
|
755
|
-
|
|
756
|
-
- [TD-1883] Clean filters when leaving link concepts to concepts view
|
|
757
|
-
|
|
758
|
-
## [3.5.7] 2019-08-30
|
|
759
|
-
|
|
760
|
-
### Fixed
|
|
761
|
-
|
|
762
|
-
- [TD-2066] Concept relations tab will not hide when cancelling linking actions
|
|
763
|
-
|
|
764
|
-
## [3.5.5] 2019-08-23
|
|
765
|
-
|
|
766
|
-
### Fixed
|
|
767
|
-
|
|
768
|
-
- [TD-2054] group relations by tag i18key
|
|
769
|
-
|
|
770
|
-
## [3.4.1] 2019-08-14
|
|
771
|
-
|
|
772
|
-
### Changed
|
|
773
|
-
|
|
774
|
-
- [TD-1948] Added BOM in concepts CSV download
|
|
775
|
-
|
|
776
|
-
## [3.3.9] 2019-08-01
|
|
777
|
-
|
|
778
|
-
### Fixed
|
|
779
|
-
|
|
780
|
-
- [TD-1839] Load previous filters when tab changes
|
|
781
|
-
|
|
782
|
-
## [3.3.6] 2019-08-01
|
|
783
|
-
|
|
784
|
-
### Added
|
|
785
|
-
|
|
786
|
-
- [TD-1839] Fecth filters based on previous selected filters
|
|
787
|
-
|
|
788
|
-
## [3.3.4] 2019-08-01
|
|
789
|
-
|
|
790
|
-
### Added
|
|
791
|
-
|
|
792
|
-
- [TD-1560] add enriched text in templates
|
|
793
|
-
|
|
794
|
-
## [3.3.1] 2019-07-26
|
|
795
|
-
|
|
796
|
-
### Fixed
|
|
797
|
-
|
|
798
|
-
- [TD-1944] Do not show concept relations summary if it is empty
|
|
799
|
-
|
|
800
|
-
## [3.2.11] 2019-07-23
|
|
801
|
-
|
|
802
|
-
### Added
|
|
803
|
-
|
|
804
|
-
- [TD-1664] Implement message with a summary of the concept before deleting/deprecating
|
|
805
|
-
|
|
806
|
-
## [3.2.9] 2019-07-22
|
|
807
|
-
|
|
808
|
-
### Changed
|
|
809
|
-
|
|
810
|
-
- [TD-1532] Improve linking between concepts and data structures
|
|
811
|
-
|
|
812
|
-
## [3.2.6] 2019-07-17
|
|
813
|
-
|
|
814
|
-
### Fixed
|
|
815
|
-
|
|
816
|
-
- [TD-1992] Enable bulk update when there is only one type of concept
|
|
817
|
-
|
|
818
|
-
## [3.1.9] 2019-07-08
|
|
819
|
-
|
|
820
|
-
### Changed
|
|
821
|
-
|
|
822
|
-
- [TD-1918] Sorting of translated values in filter dropdowns
|
|
823
|
-
|
|
824
|
-
## [3.1.7] 2019-07-05
|
|
825
|
-
|
|
826
|
-
### Fixed
|
|
827
|
-
|
|
828
|
-
- [TD-1316] Bulk update button on hidden actions
|
|
829
|
-
|
|
830
|
-
## [3.1.6] 2019-07-05
|
|
831
|
-
|
|
832
|
-
### Added
|
|
833
|
-
|
|
834
|
-
- [TD-1316] Add bulk update on business concepts' search view
|
|
835
|
-
|
|
836
|
-
## [3.1.4] 2019-07-05
|
|
837
|
-
|
|
838
|
-
### Fixed
|
|
839
|
-
|
|
840
|
-
- [TD-1949] fix props in buttons, primary, secondary, default and negative.
|
|
841
|
-
|
|
842
|
-
## [3.0.3] 2019-06-12
|
|
843
|
-
|
|
844
|
-
### Added
|
|
845
|
-
|
|
846
|
-
- [TD-1671] Added Business concept to business concept relations summary in Concept views
|
|
847
|
-
|
|
848
|
-
## [3.0.0] 2019-06-11
|
|
849
|
-
|
|
850
|
-
### Fixed
|
|
851
|
-
|
|
852
|
-
- [TD-1750] Filters on csv concept download
|
|
853
|
-
|
|
854
|
-
## [2.21.8] 2019-05-29
|
|
855
|
-
|
|
856
|
-
- [TD-1792] Integrate implementation to translate FilterItemText
|
|
857
|
-
|
|
858
|
-
## [2.21.7] 2019-05-30
|
|
859
|
-
|
|
860
|
-
### Fixed
|
|
861
|
-
|
|
862
|
-
- [TD-1535] Change context key on relation item due to conflict with React context prop
|
|
863
|
-
|
|
864
|
-
## [2.21.3] 2019-05-28
|
|
865
|
-
|
|
866
|
-
### Fixed
|
|
867
|
-
|
|
868
|
-
- [TD-1749] Navigate to last version of business concept in business concept relations
|
|
869
|
-
|
|
870
|
-
## [2.21.0] 2019-05-28
|
|
871
|
-
|
|
872
|
-
### Changed
|
|
873
|
-
|
|
874
|
-
- [TD-1535] Move relations' logic to lm package
|
|
875
|
-
|
|
876
|
-
## [2.20.10] 2019-05-24
|
|
877
|
-
|
|
878
|
-
### Changed
|
|
879
|
-
|
|
880
|
-
- [TD-1808] Hides relation type title when there are none
|
|
881
|
-
|
|
882
|
-
## [2.20.8] 2019-05-23
|
|
883
|
-
|
|
884
|
-
### Added
|
|
885
|
-
|
|
886
|
-
- [TD-1724] Allows to choose multiple tags when creating a relation
|
|
887
|
-
|
|
888
|
-
## [2.20.4] 2019-05-22
|
|
889
|
-
|
|
890
|
-
### Changed
|
|
891
|
-
|
|
892
|
-
- [TD-1689] Business concept relation tab only shows when there is an available tag
|
|
893
|
-
|
|
894
|
-
## [2.18.8] 2019-05-10
|
|
895
|
-
|
|
896
|
-
### Fixed
|
|
897
|
-
|
|
898
|
-
- [TD-1519] Remove functionality for creating and viewing business concept parents
|
|
899
|
-
|
|
900
|
-
## [2.18.6] 2019-04-29
|
|
901
|
-
|
|
902
|
-
### Fixed
|
|
903
|
-
|
|
904
|
-
- [TD-1723] Disable submit button while waiting concept linking response
|
|
905
|
-
|
|
906
|
-
## [2.18.2] 2019-04-23
|
|
907
|
-
|
|
908
|
-
### Fixed
|
|
909
|
-
|
|
910
|
-
- [TD-1719] Concept selector should only show current concepts
|
|
911
|
-
|
|
912
|
-
## [2.18.1] 2019-04-23
|
|
913
|
-
|
|
914
|
-
### Changed
|
|
915
|
-
|
|
916
|
-
- [TD-1705] Sort search results by relevance
|
|
917
|
-
- Refactored concept search, filter and load components
|
|
918
|
-
- reselect 4.0.0
|
|
919
|
-
|
|
920
|
-
## [2.17.3] 2019-04-11
|
|
921
|
-
|
|
922
|
-
### Changed
|
|
923
|
-
|
|
924
|
-
- [TD-71] Functionality for creating relation from data_fields
|
|
925
|
-
|
|
926
|
-
## [2.17.2] 2019-04-10
|
|
927
|
-
|
|
928
|
-
### Added
|
|
929
|
-
|
|
930
|
-
- [TD-1599] Search Engine components related to this package
|
|
931
|
-
|
|
932
|
-
### Changed
|
|
933
|
-
|
|
934
|
-
- [TD-1593] New object format for system (api version td-dd:2.16.1)
|
|
935
|
-
|
|
936
|
-
### Added
|
|
937
|
-
|
|
938
|
-
- [TD-71] Creation of queryBase to allow static filters besides the ones selected by the user on fetchConcepts
|
|
939
|
-
- [TD-71] ConceptsLoader takes currentConcepts and onlyLinkable parameters to build base query
|
|
940
|
-
|
|
941
|
-
## [2.16.6] 2019-03-29
|
|
942
|
-
|
|
943
|
-
### Changed
|
|
944
|
-
|
|
945
|
-
- [TD-1529] New query for search last version business concept
|
|
946
|
-
|
|
947
|
-
## [2.16.2] 2019-03-29
|
|
948
|
-
|
|
949
|
-
### Changed
|
|
950
|
-
|
|
951
|
-
- [TD-1606] Change relation components to behave without default tag
|
|
952
|
-
|
|
953
|
-
## [2.15.9] 2019-03-15
|
|
954
|
-
|
|
955
|
-
### Fixed
|
|
956
|
-
|
|
957
|
-
- [TD-1564] Missing import and unsafe mapStateToProps in RelationsLoader
|
|
958
|
-
|
|
959
|
-
## [2.15.8] 2019-03-11
|
|
960
|
-
|
|
961
|
-
### Fixed
|
|
962
|
-
|
|
963
|
-
- [TD-1553] Fixes ConceptEdit to get concept from store and use applyTemplate with preprocessed template
|
|
964
|
-
|
|
965
|
-
## [2.14.17] 2019-03-01
|
|
966
|
-
|
|
967
|
-
### Changed
|
|
968
|
-
|
|
969
|
-
- babel-plugin-transform-semantic-ui-react-imports on npm is now compatible with babel 7
|
|
970
|
-
|
|
971
|
-
## [2.14.15] 2019-03-01
|
|
972
|
-
|
|
973
|
-
### Fixed
|
|
974
|
-
|
|
975
|
-
- [TD-1463] Description field has now 120 charactes length and some style changes have been added to the remove button
|
|
976
|
-
|
|
977
|
-
## [2.14.12] 2019-03-01
|
|
978
|
-
|
|
979
|
-
### Fixed
|
|
980
|
-
|
|
981
|
-
- Corrected conceptQuery reducer to check first nil value before filter
|
|
982
|
-
|
|
983
|
-
## [2.14.8] 2019-02-28
|
|
984
|
-
|
|
985
|
-
### Changed
|
|
986
|
-
|
|
987
|
-
- [TD-754] Allow business concepts to be linked to each other
|
|
988
|
-
|
|
989
|
-
## [2.14.6] 2019-02-26
|
|
990
|
-
|
|
991
|
-
### Fixed
|
|
992
|
-
|
|
993
|
-
- Added missing Loader for DQ templates
|
|
994
|
-
|
|
995
|
-
### Changed
|
|
996
|
-
|
|
997
|
-
- [TD-1463] Added an optional description field when create or update a role inside a domain
|
|
998
|
-
|
|
999
|
-
## [2.14.0] 2019-02-19
|
|
1000
|
-
|
|
1001
|
-
### Added
|
|
1002
|
-
|
|
1003
|
-
- [TD-1347] new reducer that allows to capture messages within bg
|
|
1004
|
-
|
|
1005
|
-
## [2.13.10] 2019-02-17
|
|
1006
|
-
|
|
1007
|
-
### Changed
|
|
1008
|
-
|
|
1009
|
-
- [TD-1459] On ConceptForm update the content of a template should be emptied if a template or domain changes
|
|
1010
|
-
|
|
1011
|
-
## [2.13.3] 2019-02-07
|
|
1012
|
-
|
|
1013
|
-
### Changed
|
|
1014
|
-
|
|
1015
|
-
- [TD-1375] changed ConceptRules component to show proper message instead of empty table when there are no rules
|
|
1016
|
-
- [TD-1404] Reorder glossary menu (business concepts is now before taxonomy)
|
|
1017
|
-
|
|
1018
|
-
## [2.13.0] 2019-02-06
|
|
1019
|
-
|
|
1020
|
-
### Changed
|
|
1021
|
-
|
|
1022
|
-
- [TD-958] upload business concept version improvement
|
|
1023
|
-
- [TD-1404] Reorder glossary menu (business concepts is now before taxonomy)
|
|
1024
|
-
|
|
1025
|
-
## [2.12.3] 2019-01-29
|
|
1026
|
-
|
|
1027
|
-
### Changed
|
|
1028
|
-
|
|
1029
|
-
- [TD-1370] hide target description value on events where it is an object
|
|
1030
|
-
|
|
1031
|
-
## [2.12.2] 2019-01-29
|
|
1032
|
-
|
|
1033
|
-
### Changed
|
|
1034
|
-
|
|
1035
|
-
- [TD-1101] Major change, new format of templates.
|
|
1036
|
-
- Require following back-end versions:
|
|
1037
|
-
- td-bg 2.12.0
|
|
1038
|
-
- td-df 2.12.0
|
|
1039
|
-
- Require following front-end package versions:
|
|
1040
|
-
- @truedat/df 2.12.2
|
|
1041
|
-
|
|
1042
|
-
## [2.11.22] 2019-01-17
|
|
1043
|
-
|
|
1044
|
-
### Changed
|
|
1045
|
-
|
|
1046
|
-
- GlossaryMenu can now be nested or flat
|
|
1047
|
-
|
|
1048
|
-
## [2.11.20] 2019-01-17
|
|
1049
|
-
|
|
1050
|
-
### Added
|
|
1051
|
-
|
|
1052
|
-
- [TD-933] Adapt front to new version api (@truedat/td_lm:2.9.0)
|
|
1053
|
-
|
|
1054
|
-
## [2.11.18] 2019-01-17
|
|
1055
|
-
|
|
1056
|
-
### Added
|
|
1057
|
-
|
|
1058
|
-
- [TD-1366] Simplify lateral options menu
|
|
1059
|
-
|
|
1060
|
-
## [2.11.15] 2019-01-16
|
|
1061
|
-
|
|
1062
|
-
### Chore
|
|
1063
|
-
|
|
1064
|
-
- Update built version
|
|
1065
|
-
|
|
1066
|
-
## [2.11.6] 2019-01-10
|
|
1067
|
-
|
|
1068
|
-
### Changed
|
|
1069
|
-
|
|
1070
|
-
- [TD-935] Updated date formats to YYYY-MM-DD HH:mm
|
|
1071
|
-
|
|
1072
|
-
## [2.11.2] 2019-01-09
|
|
1073
|
-
|
|
1074
|
-
### Added
|
|
1075
|
-
|
|
1076
|
-
- [TD-831] Pass i18n header labels to API when downloading CSV
|
|
1077
|
-
|
|
1078
|
-
## [2.10.20] 2019-01-08
|
|
1079
|
-
|
|
1080
|
-
### Changed
|
|
1081
|
-
|
|
1082
|
-
- [TD-1349] Changed Menu.Item components to have the intl text as children instead of prop name
|
|
1083
|
-
|
|
1084
|
-
## [2.10.19] 2019-01-04
|
|
1085
|
-
|
|
1086
|
-
### Changed
|
|
1087
|
-
|
|
1088
|
-
- [TD-1318][td-1346] missing internationalization
|
|
1089
|
-
|
|
1090
|
-
## [2.10.18] 2018-12-28
|
|
1091
|
-
|
|
1092
|
-
### Changed
|
|
1093
|
-
|
|
1094
|
-
- [TD-1333] When there are no members in a domain the add/modify member button will be shown instead of a link.
|
|
1095
|
-
|
|
1096
|
-
## [2.10.10] 2018-12-18
|
|
1097
|
-
|
|
1098
|
-
### Changed
|
|
1099
|
-
|
|
1100
|
-
- [TD-1154] User can not delete a role which has at least one concept under the given domain (@truedat/bg:2.10.2)
|
|
1101
|
-
|
|
1102
|
-
## [2.10.9] 2018-12-18
|
|
1103
|
-
|
|
1104
|
-
### Changed
|
|
1105
|
-
|
|
1106
|
-
- Change completeness bar style
|
|
1107
|
-
|
|
1108
|
-
## [2.10.6] 2018-12-12
|
|
1109
|
-
|
|
1110
|
-
### Changed
|
|
1111
|
-
|
|
1112
|
-
- [TD-1149] Use Semantic-UI progress bar instead of Grafana for completeness widget
|
|
1113
|
-
|
|
1114
|
-
## [2.10.2] 2018-12-12
|
|
1115
|
-
|
|
1116
|
-
### Changed
|
|
1117
|
-
|
|
1118
|
-
- [TD-1125] Remove "New subdomain" link from subdomains tab when no subdomains exist
|
|
1119
|
-
- [TD-1125] Hide "Search domains" if domain has no children
|
|
1120
|
-
|
|
1121
|
-
## [2.9.5] 2018-12-03
|
|
1122
|
-
|
|
1123
|
-
### Changed
|
|
1124
|
-
|
|
1125
|
-
- [TD-1210] Changed API for concept filters using search to query for specific status
|
|
1126
|
-
|
|
1127
|
-
## [2.9.0] 2018-11-26
|
|
1128
|
-
|
|
1129
|
-
### Fixed
|
|
1130
|
-
|
|
1131
|
-
- Hide pagination component if total pages is 0
|
|
1132
|
-
|
|
1133
|
-
## [2.8.11] 2018-11-22
|
|
1134
|
-
|
|
1135
|
-
### Changed
|
|
1136
|
-
|
|
1137
|
-
- In order to filter by all domain parents, the domain filter has been suppressed and we will use domain_parents instead
|
|
1138
|
-
|
|
1139
|
-
## [2.8.10] 2018-11-22
|
|
1140
|
-
|
|
1141
|
-
### Fixed
|
|
1142
|
-
|
|
1143
|
-
- Calculation of total pages in pagination
|
|
1144
|
-
|
|
1145
|
-
## [2.8.7] 2018-11-22
|
|
1146
|
-
|
|
1147
|
-
### Fixed
|
|
1148
|
-
|
|
1149
|
-
- [TD-1162] Resets page to 1 when applying fetching search concepts
|
|
1150
|
-
- [TD-1181] On Domain Form, description field is limited to 255 characters
|
|
1151
|
-
|
|
1152
|
-
## [2.8.6] 2018-11-20
|
|
1153
|
-
|
|
1154
|
-
### Fixed
|
|
1155
|
-
|
|
1156
|
-
- Dynamic forms loads Domain related info
|
|
1157
|
-
|
|
1158
|
-
## [2.8.4] 2018-11-15
|
|
1159
|
-
|
|
1160
|
-
### Changed
|
|
1161
|
-
|
|
1162
|
-
- Modify error keys on domains deletion update and creation
|
|
1163
|
-
|
|
1164
|
-
## [2.8.2] 2018-11-14
|
|
1165
|
-
|
|
1166
|
-
### Changed
|
|
1167
|
-
|
|
1168
|
-
- Default export for sagas
|
|
1169
|
-
|
|
1170
|
-
## [2.8.0] 2018-11-13
|
|
1171
|
-
|
|
1172
|
-
### Changed
|
|
1173
|
-
|
|
1174
|
-
- [TD-1161]: Improve template selection functionality
|
|
1175
|
-
|
|
1176
|
-
## [2.7.24] 2018-11-12
|
|
1177
|
-
|
|
1178
|
-
### Changed
|
|
1179
|
-
|
|
1180
|
-
- [TD-1137]: Modal confimation on concept deprecate action
|
|
1181
|
-
|
|
1182
|
-
## [2.7.22] 2018-11-12
|
|
1183
|
-
|
|
1184
|
-
### Changed
|
|
1185
|
-
|
|
1186
|
-
- [TD-1157]: Include full name on domain role user selection
|
|
1187
|
-
|
|
1188
|
-
## [2.7.12] 2018-11-05
|
|
1189
|
-
|
|
1190
|
-
### Changed
|
|
1191
|
-
|
|
1192
|
-
- Updated to semantic-ui-react 0.83.0
|
|
1193
|
-
|
|
1194
|
-
## [2.7.10] 2018-11-02
|
|
1195
|
-
|
|
1196
|
-
### Changed
|
|
1197
|
-
|
|
1198
|
-
- [TD-1115]: Include template selector in concept creation form
|