@truedat/core 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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@truedat/core",
3
- "version": "5.4.2",
3
+ "version": "5.5.0",
4
4
  "description": "Truedat Web Core",
5
5
  "sideEffects": false,
6
6
  "jsnext:main": "src/index.js",
@@ -35,7 +35,7 @@
35
35
  "@testing-library/jest-dom": "^5.16.5",
36
36
  "@testing-library/react": "^12.0.0",
37
37
  "@testing-library/user-event": "^13.2.1",
38
- "@truedat/test": "5.3.3",
38
+ "@truedat/test": "5.5.0",
39
39
  "babel-jest": "^28.1.0",
40
40
  "babel-plugin-dynamic-import-node": "^2.3.3",
41
41
  "babel-plugin-lodash": "^3.3.4",
@@ -44,8 +44,8 @@
44
44
  "enzyme": "^3.11.0",
45
45
  "enzyme-to-json": "^3.6.2",
46
46
  "identity-obj-proxy": "^3.0.0",
47
- "jest": "^28.1.0",
48
- "jest-environment-jsdom": "^28.1.0",
47
+ "jest": "^29.0.0",
48
+ "jest-environment-jsdom": "^29.0.0",
49
49
  "jest-localstorage-mock": "^2.4.14",
50
50
  "react": "^16.14.0",
51
51
  "react-dom": "^16.14.0",
@@ -96,7 +96,7 @@
96
96
  "is-url": "^1.2.4",
97
97
  "moment": "^2.29.4",
98
98
  "prop-types": "^15.8.1",
99
- "query-string": "^6.11.0",
99
+ "query-string": "^7.1.2",
100
100
  "react-csv": "^2.2.2",
101
101
  "react-dropzone": "^4.2.13",
102
102
  "react-intl": "^5.20.10",
@@ -117,5 +117,5 @@
117
117
  "react-dom": ">= 16.8.6 < 17",
118
118
  "semantic-ui-react": ">= 2.0.3 < 2.2"
119
119
  },
120
- "gitHead": "09ddfaaacecfd66661249fe1f2009794cc5e4362"
120
+ "gitHead": "ca5e7f8fd1013de0b818798e05cbc1819a1d43ec"
121
121
  }
@@ -102,6 +102,7 @@ export class RichTextEditor extends React.Component {
102
102
  </Menu>
103
103
  <div style={{ padding: "10px" }}>
104
104
  <Editor
105
+ style={{ WebkitUserModify: "read-write !important" }}
105
106
  spellCheck
106
107
  autoFocus
107
108
  value={this.state.value}
@@ -13,7 +13,7 @@ exports[`<Alert /> matches the latest snapshot 1`] = `
13
13
  error={true}
14
14
  header="header.message.id"
15
15
  icon="warning"
16
- list={Array []}
16
+ list={[]}
17
17
  onDismiss={[MockFunction]}
18
18
  visible={true}
19
19
  />
@@ -24,18 +24,18 @@ exports[`<DateFilter/> matches the latest snapshot 1`] = `
24
24
  onChange={[Function]}
25
25
  openOnFocus={true}
26
26
  options={
27
- Array [
28
- Object {
27
+ [
28
+ {
29
29
  "key": "since",
30
30
  "text": "dateFilter.since",
31
31
  "value": "since",
32
32
  },
33
- Object {
33
+ {
34
34
  "key": "before",
35
35
  "text": "dateFilter.before",
36
36
  "value": "before",
37
37
  },
38
- Object {
38
+ {
39
39
  "key": "range",
40
40
  "text": "dateFilter.range",
41
41
  "value": "range",
@@ -77,23 +77,23 @@ exports[`<DateFilter/> matches the latest snapshot 1`] = `
77
77
  onChange={[Function]}
78
78
  openOnFocus={true}
79
79
  options={
80
- Array [
81
- Object {
80
+ [
81
+ {
82
82
  "key": "days",
83
83
  "text": "dateFilter.days",
84
84
  "value": "d",
85
85
  },
86
- Object {
86
+ {
87
87
  "key": "weeks",
88
88
  "text": "dateFilter.weeks",
89
89
  "value": "w",
90
90
  },
91
- Object {
91
+ {
92
92
  "key": "months",
93
93
  "text": "dateFilter.months",
94
94
  "value": "M",
95
95
  },
96
- Object {
96
+ {
97
97
  "key": "years",
98
98
  "text": "dateFilter.years",
99
99
  "value": "y",
@@ -45,7 +45,7 @@ exports[`<FilterDropdown/> matches the latest snapshot 1`] = `
45
45
  filter="foo"
46
46
  key="0"
47
47
  option={
48
- Object {
48
+ {
49
49
  "text": "value1",
50
50
  "value": "value1",
51
51
  }
@@ -56,7 +56,7 @@ exports[`<FilterDropdown/> matches the latest snapshot 1`] = `
56
56
  filter="foo"
57
57
  key="1"
58
58
  option={
59
- Object {
59
+ {
60
60
  "text": "value2",
61
61
  "value": "value2",
62
62
  }
@@ -1,7 +1,7 @@
1
1
  // Jest Snapshot v1, https://goo.gl/fbAQLP
2
2
 
3
3
  exports[`<GenericCrumbs /> matches the latest snapshot 1`] = `
4
- Object {
4
+ {
5
5
  "asFragment": [Function],
6
6
  "baseElement": <body>
7
7
  <div>
@@ -4,49 +4,49 @@ exports[`<GrantMenu /> matches the latest snapshot 1`] = `
4
4
  <Connect(Submenu)
5
5
  icon="key"
6
6
  items={
7
- Array [
8
- Object {
9
- "groups": Array [
7
+ [
8
+ {
9
+ "groups": [
10
10
  "grants",
11
11
  ],
12
12
  "name": "my_grants",
13
- "routes": Array [
13
+ "routes": [
14
14
  "/myGrants",
15
15
  ],
16
16
  },
17
- Object {
18
- "groups": Array [
17
+ {
18
+ "groups": [
19
19
  "grants",
20
20
  ],
21
21
  "name": "grants",
22
- "routes": Array [
22
+ "routes": [
23
23
  "/grants",
24
24
  ],
25
25
  },
26
- Object {
27
- "groups": Array [
26
+ {
27
+ "groups": [
28
28
  "grants",
29
29
  ],
30
30
  "name": "my_grant_requests",
31
- "routes": Array [
31
+ "routes": [
32
32
  "/myGrantRequests",
33
33
  ],
34
34
  },
35
- Object {
36
- "groups": Array [
35
+ {
36
+ "groups": [
37
37
  "grants_management",
38
38
  ],
39
39
  "name": "grant_request_approvals",
40
- "routes": Array [
40
+ "routes": [
41
41
  "/grantRequestApprovals",
42
42
  ],
43
43
  },
44
- Object {
45
- "groups": Array [
44
+ {
45
+ "groups": [
46
46
  "grants_management",
47
47
  ],
48
48
  "name": "grant_approval_rules",
49
- "routes": Array [
49
+ "routes": [
50
50
  "/grantApprovalRules",
51
51
  ],
52
52
  },
@@ -15,13 +15,13 @@ exports[`<DateTime /> matches the latest snapshot 1`] = `
15
15
  noResultsMessage="No results found."
16
16
  openOnFocus={true}
17
17
  options={
18
- Array [
19
- Object {
18
+ [
19
+ {
20
20
  "key": 1,
21
21
  "text": "First Item",
22
22
  "value": 1,
23
23
  },
24
- Object {
24
+ {
25
25
  "key": 2,
26
26
  "text": "Second Item",
27
27
  "value": 2,
@@ -3,10 +3,10 @@
3
3
  exports[`<HistoryBackButton /> matches the latest snapshot 1`] = `
4
4
  <Button
5
5
  as={
6
- Object {
6
+ {
7
7
  "$$typeof": Symbol(react.forward_ref),
8
8
  "displayName": "Link",
9
- "propTypes": Object {
9
+ "propTypes": {
10
10
  "innerRef": [Function],
11
11
  "onClick": [Function],
12
12
  "replace": [Function],
@@ -4,10 +4,10 @@ exports[`<IngestMenu /> matches the latest snapshot 1`] = `
4
4
  <Connect(Submenu)
5
5
  icon="hdd outline"
6
6
  items={
7
- Array [
8
- Object {
7
+ [
8
+ {
9
9
  "name": "ingests",
10
- "routes": Array [
10
+ "routes": [
11
11
  "/ingests",
12
12
  ],
13
13
  },
@@ -4,16 +4,16 @@ exports[`<LineageMenu /> matches the latest snapshot 1`] = `
4
4
  <Connect(Submenu)
5
5
  icon="shuffle"
6
6
  items={
7
- Array [
8
- Object {
7
+ [
8
+ {
9
9
  "name": "lineage",
10
- "routes": Array [
10
+ "routes": [
11
11
  "/graphs",
12
12
  ],
13
13
  },
14
- Object {
14
+ {
15
15
  "name": "lineage_events",
16
- "routes": Array [
16
+ "routes": [
17
17
  "/lineageEvents",
18
18
  ],
19
19
  },
@@ -4,17 +4,17 @@ exports[`<MembersMenu /> matches the latest snapshot 1`] = `
4
4
  <Connect(Submenu)
5
5
  icon="users"
6
6
  items={
7
- Array [
8
- Object {
7
+ [
8
+ {
9
9
  "name": "users",
10
- "routes": Array [
10
+ "routes": [
11
11
  "/users",
12
12
  "/groups",
13
13
  ],
14
14
  },
15
- Object {
15
+ {
16
16
  "name": "roles",
17
- "routes": Array [
17
+ "routes": [
18
18
  "/roles",
19
19
  ],
20
20
  },
@@ -7,22 +7,22 @@ exports[`<Pagination /> matches the latest snapshot (totalPages > 100) 1`] = `
7
7
  boundaryRange={0}
8
8
  ellipsisItem="..."
9
9
  firstItem={
10
- Object {
10
+ {
11
11
  "aria-label": "First item",
12
12
  "content": "«",
13
13
  }
14
14
  }
15
15
  lastItem={null}
16
16
  nextItem={
17
- Object {
17
+ {
18
18
  "aria-label": "Next item",
19
19
  "content": "⟩",
20
20
  }
21
21
  }
22
22
  onPageChange={[Function]}
23
- pageItem={Object {}}
23
+ pageItem={{}}
24
24
  prevItem={
25
- Object {
25
+ {
26
26
  "aria-label": "Previous item",
27
27
  "content": "⟨",
28
28
  }
@@ -40,27 +40,27 @@ exports[`<Pagination /> matches the latest snapshot 1`] = `
40
40
  disabled={false}
41
41
  ellipsisItem="..."
42
42
  firstItem={
43
- Object {
43
+ {
44
44
  "aria-label": "First item",
45
45
  "content": "«",
46
46
  }
47
47
  }
48
48
  lastItem={
49
- Object {
49
+ {
50
50
  "aria-label": "Last item",
51
51
  "content": "»",
52
52
  }
53
53
  }
54
54
  nextItem={
55
- Object {
55
+ {
56
56
  "aria-label": "Next item",
57
57
  "content": "⟩",
58
58
  }
59
59
  }
60
60
  onPageChange={[Function]}
61
- pageItem={Object {}}
61
+ pageItem={{}}
62
62
  prevItem={
63
- Object {
63
+ {
64
64
  "aria-label": "Previous item",
65
65
  "content": "⟨",
66
66
  }
@@ -3,7 +3,7 @@
3
3
  exports[`<SearchInput /> matches the latest snapshot 1`] = `
4
4
  <Input
5
5
  icon={
6
- Object {
6
+ {
7
7
  "link": true,
8
8
  "name": "search",
9
9
  }
@@ -4,10 +4,10 @@ exports[`<SearchMenu /> matches the latest snapshot 1`] = `
4
4
  <Connect(Submenu)
5
5
  icon="search"
6
6
  items={
7
- Array [
8
- Object {
7
+ [
8
+ {
9
9
  "name": "search",
10
- "routes": Array [
10
+ "routes": [
11
11
  "/search",
12
12
  ],
13
13
  },
@@ -6,7 +6,7 @@ exports[`<SelectedFilters/> matches the latest snapshot 1`] = `
6
6
  resetFilters={[MockFunction]}
7
7
  selectedUserFilter={null}
8
8
  userFilters={
9
- Array [
9
+ [
10
10
  "uf1",
11
11
  "uf2",
12
12
  ]
@@ -24,14 +24,14 @@ exports[`<SelectedFilters/> matches the latest snapshot 1`] = `
24
24
  </div>
25
25
  <FilterDropdown
26
26
  activeValues={
27
- Array [
27
+ [
28
28
  "value2",
29
29
  ]
30
30
  }
31
31
  filter="foo"
32
32
  key="foo"
33
33
  options={
34
- Array [
34
+ [
35
35
  "value1",
36
36
  "value2",
37
37
  ]
@@ -39,7 +39,7 @@ exports[`<SelectedFilters/> matches the latest snapshot 1`] = `
39
39
  />
40
40
  <FilterDropdown
41
41
  activeValues={
42
- Array [
42
+ [
43
43
  "value2",
44
44
  ]
45
45
  }
@@ -4,10 +4,10 @@ exports[`<TaxonomyMenu /> matches the latest snapshot 1`] = `
4
4
  <Connect(Submenu)
5
5
  icon="sitemap"
6
6
  items={
7
- Array [
8
- Object {
7
+ [
8
+ {
9
9
  "name": "taxonomy",
10
- "routes": Array [
10
+ "routes": [
11
11
  "/domains",
12
12
  ],
13
13
  },
package/CHANGELOG.md DELETED
@@ -1,784 +0,0 @@
1
- # Changelog
2
-
3
- ## [5.3.3] 2023-03-13
4
-
5
- ### Added
6
-
7
- - [TD-3806] Hierarchy Selector
8
-
9
- ## [5.3.2] 2023-03-13
10
-
11
- ### Fixed
12
-
13
- - [TD-5509] Permission name
14
-
15
- ## [5.3.1] 2023-03-11
16
-
17
- ### Added
18
-
19
- - [TD-5509] Structure to structure link form Routes
20
-
21
- ## [5.2.9] 2023-02-28
22
-
23
- ### Added
24
-
25
- - [TD-5599] Submenu and Routes for Tasks
26
-
27
- ## [5.2.3] 2023-02-23
28
-
29
- ### Added
30
-
31
- - [TD-4554] Submenu for Concept links manager
32
-
33
- ## [5.2.2] 2023-02-22
34
-
35
- ### Changed
36
-
37
- - [TD-5471] Code review
38
-
39
- ## [5.2.0] 2023-02-22
40
-
41
- ### Added
42
-
43
- - [TD-5471] Implementations CSV upload publish button
44
-
45
- ## [5.0.2] 2023-01-26
46
-
47
- ### Added
48
-
49
- - [TD-3805]
50
- - SwrMiddleware for error handling
51
- - CSVFileModal and descriptionInput components used for hierarchy functionality
52
-
53
- ## [5.0.0] 2023-01-24
54
-
55
- ### Changed
56
-
57
- - [TD-5300] `ReferenceDataset` menu is available for any user with DataCatalog permissions
58
-
59
- ## [4.59.7] 2023-01-13
60
-
61
- - [TD-1968] Fix some issues from I18n messages management view
62
-
63
- ## [4.59.0] 2023-01-09
64
-
65
- ### Added
66
-
67
- - [TD-1968] I18n messages management view
68
-
69
- ## [4.58.4] 2022-12-22
70
-
71
- ### Added
72
-
73
- - [TD-4300] Basic implementation route
74
-
75
- ## [4.58.3] 2022-12-21
76
-
77
- ### Changed
78
-
79
- - [TD-5426] Update decode-uri-component (CVE-2022-38900)
80
-
81
- ## [4.58.1] 2022-12-19
82
-
83
- ### Added
84
-
85
- - [TD-5367] Route for grant detail
86
-
87
- ## [4.58.0] 2022-12-15
88
-
89
- ### Added
90
-
91
- - [TD-3919] Add concept subscopes submenus
92
-
93
- ## [4.56.9] 2022-12-12
94
-
95
- ### Added
96
-
97
- - [TD-5161] Get specific domain_ids have been indluded for the selector
98
-
99
- ## [4.56.3] 2022-11-24
100
-
101
- ### Added
102
-
103
- - [TD-5286] Implementation results pagination
104
-
105
- ## [4.56.1] 2022-11-21
106
-
107
- ### Changed
108
-
109
- - [TD-5338] Use intl messages retrieved from i18n service
110
-
111
- ## [4.56.0] 2022-11-17
112
-
113
- ### Added
114
-
115
- - [TD-5258] Order grants Submenu
116
-
117
- ## [4.54.11] 2022-11-14
118
-
119
- ### Added
120
-
121
- - [TD-5038] Links between structures tab
122
-
123
- ## [4.54.9] 2022-10-28
124
-
125
- ### Added
126
-
127
- - [TD-4977] Route `/domains/:id/implementations`
128
-
129
- ## [4.54.2] 2022-10-25
130
-
131
- ### Changed
132
-
133
- - [TD-5265] Use class for global filters instead of hard-coded color and icon
134
-
135
- ## [4.53.11] 2022-10-20
136
-
137
- ### Changed
138
-
139
- - [TD-5234] Route `/structures/:id/rules_implementations` changed to
140
- `/structures/:id/rules`
141
-
142
- ## [4.53.10] 2022-10-17
143
-
144
- ### Added
145
-
146
- - [TD-4177] `CursorPagination` component for paginating GraphQL connections
147
-
148
- ## [4.53.8] 2022-10-17
149
-
150
- ### Added
151
-
152
- - [TD-5027] Deprecated implementations menu item
153
-
154
- ## [4.53.3] 2022-10-07
155
-
156
- ### Added
157
-
158
- - [TD-5195] Support for global user filters
159
-
160
- ## [4.53.2] 2022-10-07
161
-
162
- ### Added
163
-
164
- - [TD-5226] `useOperators` hook to load operators using GraphQL `functions`
165
- query
166
-
167
- ## [4.52.4] 2022-09-30
168
-
169
- ### Fixed
170
-
171
- - [TD-5190] Error fetching domains for dynamic `domain` fields in
172
- implementations, grants and remediation plans
173
-
174
- ## [4.51.3] 2022-09-16
175
-
176
- ### Changed
177
-
178
- - [TD-4794] `DomainSelector` improvements
179
-
180
- ## [4.51.1] 2022-09-14
181
-
182
- ### Changed
183
-
184
- - [TD-3415] Use quality_implementation_additional_actions permission group for
185
- vieweing permissions
186
-
187
- ## [4.51.0] 2022-09-13
188
-
189
- ### Added
190
-
191
- - [TD-3415] Routes, i18n and navigation item for execution groups
192
-
193
- ## [4.50.3] 2022-08-29
194
-
195
- ### Changed
196
-
197
- - [TD-5091] Dynamic `domain` fields are now integer ids instead of embedded
198
- documents
199
-
200
- ## [4.49.4] 2022-07-29
201
-
202
- ### Fixed
203
-
204
- - [TD-5094] Federated authentication fails if token is present in local storage
205
-
206
- ## [4.49.1] 2022-07-28
207
-
208
- ### Changed
209
-
210
- - [TD-5090] Support for single selection on `DomainSelector`
211
-
212
- ## [4.49.0] 2022-07-27
213
-
214
- ### Changed
215
-
216
- - [TD-4175] Removed i18n message `sidemenu.tags` (`sidemenu.relations` should be
217
- used instead). Renamed `routes.TAGS*` to `routes.RELATION_TAGS*`.
218
-
219
- ## [4.48.10] 2022-07-19
220
-
221
- ### Added
222
-
223
- - [TD-4975] Domain Structures route
224
-
225
- ## [4.48.8] 2022-07-18
226
-
227
- ### Added
228
-
229
- - [TD-5001] Added `columnPredicate` helper to determine whether a table column
230
- contains a non-empty value
231
-
232
- ## [4.48.3] 2022-07-11
233
-
234
- ### Changed
235
-
236
- - [TD-3614] Always include Bearer token if present in localStorage
237
-
238
- ## [4.48.2] 2022-07-08
239
-
240
- ### Changed
241
-
242
- - [TD-4995] Support localization of template fields and fixed values
243
-
244
- ## [4.47.5] 2022-06-30
245
-
246
- ### Added
247
-
248
- - [TD-4894] Multiple column operator in implementation creation
249
-
250
- ## [4.46.12] 2022-06-20
251
-
252
- ### Removed
253
-
254
- - [TD-4894] Multiple column operator in implementation creation
255
-
256
- ## [4.46.6] 2022-06-20
257
-
258
- ### Added
259
-
260
- - [TD-4858] Group cards in CardGroupsAccordion component.
261
-
262
- ## [4.46.5] 2022-06-17
263
-
264
- ### Added
265
-
266
- - [TD-4894] Multiple column operator in implementation creation
267
-
268
- ## [4.46.4] 2022-06-16
269
-
270
- ### Changed
271
-
272
- - [TD-4720] When merging default filters and user-specified filters, the
273
- `taxonomy` filter specified now overrides the default value. This change was
274
- needed for the domain filter to work in the `<DomainConcepts />` tab.
275
-
276
- ## [4.46.2] 2022-06-16
277
-
278
- ### Added
279
-
280
- - [TD-4739] `SafeLink` component to prevent rendering unsafe hyperlinks
281
-
282
- ### Changed
283
-
284
- - [TD-4739] `RichTextEditor` now renders hyperlinks using `SafeLink`
285
-
286
- ## [4.44.5] 2022-05-20
287
-
288
- ### Changed
289
-
290
- - [TD-4230] `TemplateSelector` GraphQL fetchPolicy changed to
291
- `cache-and-network` and changed hidden logic
292
-
293
- ## [4.44.4] 2022-05-19
294
-
295
- ### Added
296
-
297
- - [TD-4660] `lowerDeburrTrim` function, reference data routes and i18n messages
298
-
299
- ## [4.44.1] 2022-05-11
300
-
301
- ### Changed
302
-
303
- - [TD-4089] Changes RULE_IMPLEMENTATION routes to drop the "rule" parent
304
-
305
- ## [4.44.0] 2022-05-10
306
-
307
- ### Added
308
-
309
- - [TD-4723] New `DomainSelector` which loads domains using GraphQL query
310
-
311
- ## [4.43.6] 2022-05-05
312
-
313
- ### Changed
314
-
315
- - [TD-4586] Simplify accepted CSV message and include link to 'my loads'.
316
-
317
- ## [4.43.4] 2022-05-05
318
-
319
- ### Added
320
-
321
- - [TD-4586] CSV bulk update events table
322
-
323
- ## [4.42.3] 2022-04-13
324
-
325
- ### Fixed
326
-
327
- - [TD-4721] Remove alert if only have sources error
328
-
329
- ## [4.42.2] 2022-04-12
330
-
331
- ### Fixed
332
-
333
- - [TD-4721] Alert message error
334
-
335
- ## [4.41.3] 2022-04-01
336
-
337
- ### Changed
338
-
339
- - [TD-4670] `RouteListener` now dismisses alerts when any change of URL path
340
- occurs
341
-
342
- ## [4.41.2] 2022-03-30
343
-
344
- ### Fixed
345
-
346
- - [TD-4535] "Show more" on long Alert errors
347
-
348
- ## [4.40.10] 2022-03-21
349
-
350
- ### Changed
351
-
352
- - [TD-4447] Default message for filters now strips any prefix
353
-
354
- ## [4.40.0] 2022-03-07
355
-
356
- ### Changed
357
-
358
- - [TD-4491] Simplified `SelectedFilters` component and `formatFilterValues`
359
- function
360
-
361
- ## [4.37.4] 2022-02-04
362
-
363
- ### Changed
364
-
365
- - [TD-4424] `UserFilters` are now disabled when the `SelectedFilters` `loading`
366
- prop is truthy
367
-
368
- ## [4.37.3] 2022-02-03
369
-
370
- ### Added
371
-
372
- - [TD-2929] Added `scope` control on `SelectedFilters` for generic `UserSearchFilters`
373
-
374
- ## [4.36.8] 2022-01-24
375
-
376
- ### Changed
377
-
378
- - [TD-4125] Renamed `ConfirmModal` prop `handleSubmit` to `onConfirm`
379
-
380
- ## [4.36.6] 2022-01-07
381
-
382
- ### Fixed
383
-
384
- - [TD-4100] Move dependency from devDepencies to dependencies
385
-
386
- ## [4.36.5] 2022-01-07
387
-
388
- ### Added
389
-
390
- - [TD-4100] Long Alert error message CSV download link
391
-
392
- ## [4.35.8] 2022-01-07
393
-
394
- ### Added
395
-
396
- - [TD-4390] fluid param to OptionGroup
397
-
398
- ## [4.33.4] 2021-11-26
399
-
400
- ### Added
401
-
402
- - [TD-4262] Pending lineage tasks menu
403
-
404
- ## [4.30.3] 2021-10-07
405
-
406
- ### Added
407
-
408
- - [TD-4044] Grant request approval menu item
409
-
410
- ## [4.30.2] 2021-10-07
411
-
412
- ### Fix
413
-
414
- - [TD-4190] Include export GrantMenu component
415
-
416
- ## [4.30.0] 2021-10-06
417
-
418
- ### Changed
419
-
420
- - [TD-3603] Update react-intl version to v5
421
-
422
- ## [4.29.5] 2021-10-05
423
-
424
- ### Changed
425
-
426
- - [TD-4111] Extract grant routes
427
-
428
- ## [4.28.6] 2021-09-20
429
-
430
- ### Added
431
-
432
- - [TD-3950] My grants table
433
-
434
- ## [4.27.5] 2021-08-31
435
-
436
- ### Changed
437
-
438
- - [TD-4004] Support for boolean fields in quality implementations
439
-
440
- ## [4.24.5] 2021-07-09
441
-
442
- ### Removed
443
-
444
- - [TD-3894] Removed deprecated validations modules (forms using this have been
445
- refactored to use `react-hook-form` validation rules)
446
-
447
- ## [4.24.4] 2021-07-08
448
-
449
- ### Changed
450
-
451
- - [TD-3230] Support for hierarchy Domain Selector and Filter
452
-
453
- ## [4.24.2] 2021-07-07
454
-
455
- ### Added
456
-
457
- - [TD-3787] Add extra actions in Alert component
458
-
459
- ## [4.19.4] 2021-05-04
460
-
461
- ### Added
462
-
463
- - [TD-3596] Support for Structure Tags
464
-
465
- ## [4.14.3] 2021-02-16
466
-
467
- ### Changed
468
-
469
- - [TD-3265] `CONCEPT` route to `CONCEPT_VERSION`
470
-
471
- ## [4.14.0] 2021-02-11
472
-
473
- ### Fixed
474
-
475
- - [TD-3072] Prevent `HistoryBackButton` from being default button in forms
476
-
477
- ## [4.13.0] 2021-01-26
478
-
479
- ### Added
480
-
481
- - [TD-981] Add route to reset selected user password
482
-
483
- ## [4.12.1] 2021-01-14
484
-
485
- ### Changed
486
-
487
- - [TD-3163] Auth tokens now contain user role instead of is_admin flag
488
-
489
- ## [4.11.4] 2020-12-17
490
-
491
- ### Changed
492
-
493
- - [TD-2461] Filter subroutes on sidemenu based on user permissions
494
-
495
- ## [4.11.1] 2020-12-16
496
-
497
- ### Changed
498
-
499
- - [TD-2865] As a business glosary user I want to subscribe to a business concept specifying the periodicity of my suscription
500
-
501
- ## [4.10.6] 2020-12-09
502
-
503
- ### Changed
504
-
505
- - [TD-2954] Reorganize admin panel. Create Members Menu
506
-
507
- ## [4.10.4] 2020-12-04
508
-
509
- ### Changed
510
-
511
- - [TD-3141] Relax peer dependencies, support `semantic-ui-react` 2.0.x
512
-
513
- ## [4.10.3] 2020-12-04
514
-
515
- ### Added
516
-
517
- - [TD-3065] Support filtering by date ranges
518
-
519
- ## [4.4.3] 2020-09-21
520
-
521
- ### Fixed
522
-
523
- - [TD-2943] Publish versions to fix modules related to `@truedat/core`
524
-
525
- ## [4.3.6] 2020-09-04
526
-
527
- ### Added
528
-
529
- - [TD-2908] Dashboard components use CX configuration
530
-
531
- ## [4.2.4] 2020-07-28
532
-
533
- ### Added
534
-
535
- - [TD-2790] user search filters can be saved and applied
536
-
537
- ## [4.1.1] 2020-07-15
538
-
539
- ### Added
540
-
541
- - [TD-2774] Catalog submenu option for data structure types
542
-
543
- ## [4.0.0] 2020-07-01
544
-
545
- New major version for Truedat 4.0, no changes
546
-
547
- ## [3.25.0] 2020-06-16
548
-
549
- ### Changed
550
-
551
- - [TD-2637] Include `user` property in `events` reducer
552
-
553
- ## [3.23.0] 2020-05-22
554
-
555
- ### Added
556
-
557
- - [TD-2590] New component `SearchInput` with auto-focus support
558
-
559
- ## [3.22.1] 2020-05-12
560
-
561
- ### Changed
562
-
563
- - Improved support for mapping standard Phoenix error responses to i18n messages
564
-
565
- ## [3.19.9] 2020-04-03
566
-
567
- ### Added
568
-
569
- - [TD-2349] Side Menu: `sidebarVisible` reducer and `sidemenu.hide` message
570
-
571
- ## [3.19.5] 2020-03-30
572
-
573
- ### Changed
574
-
575
- - [TD-2349] New Side Menu components
576
-
577
- ## [3.19.0] 2020-03-26
578
-
579
- ### Added
580
-
581
- - [TD-2281] Custom hook `useAuthorization` and `Unauthorized` component
582
-
583
- ## [3.17.10] 2020-03-12
584
-
585
- ### Changed
586
-
587
- - [TD-2378] Improved error handling
588
-
589
- ## [3.17.8] 2020-03-10
590
-
591
- ### Added
592
-
593
- - Configurable `ErrorBoundary` component
594
-
595
- ## [3.17.1] 2020-02-28
596
-
597
- ### Fixed
598
-
599
- - [TD-2336] filter chaining wasn't working correctly
600
-
601
- ## [3.16.10] 2020-02-24
602
-
603
- ### Fixed
604
-
605
- - Some components were missing required router properties
606
-
607
- ## [3.16.9] 2020-02-24
608
-
609
- ### Fixed
610
-
611
- - Redirector was broken
612
-
613
- ### Changed
614
-
615
- - Refactored `i18n` module to avoid passing `formatMessage`
616
-
617
- ## [3.16.8] 2020-02-23
618
-
619
- ### Changed
620
-
621
- - Use hooks instead of Higher Order Components where easier
622
-
623
- ## [3.16.7] 2020-02-22
624
-
625
- ### Changed
626
-
627
- - Updated dev dependencies
628
-
629
- ## [3.16.5] 2020-02-19
630
-
631
- ### Changed
632
-
633
- - Updated `react-intl` to 3.12
634
-
635
- ## [3.14.2] 2020-01-22
636
-
637
- ### Changed
638
-
639
- - Updated semantic-ui-react dependency to 0.88.2
640
-
641
- ## [3.12.0] 2019-12-12
642
-
643
- ### Added
644
-
645
- - [TD-2210] Component to render option groups
646
-
647
- ## [3.7.10] 2019-09-26
648
-
649
- ### Added
650
-
651
- - [TD-2069] Functions for table sorting
652
-
653
- ## [3.6.10] 2019-09-12
654
-
655
- ### Fixed
656
-
657
- - [TD-2024] Error in data structure selection component when paginating to the
658
- last page
659
-
660
- ## [3.6.0] 2019-09-10
661
-
662
- ### Changed
663
-
664
- - [TD-2060] Consistent placement of primary and secondary buttons
665
-
666
- ## [3.5.13] 2019-09-02
667
-
668
- ### Added
669
-
670
- - [TD-2023] Internationalization of filter values
671
-
672
- ## [3.5.9] 2019-08-30
673
-
674
- ### Added
675
-
676
- - [TD-2056] Group modification actions into the same component
677
-
678
- ## [3.3.4] 2019-08-01
679
-
680
- ### Added
681
-
682
- - [TD-1560] add name to enriched text editor
683
-
684
- ## [3.2.3] 2019-07-10
685
-
686
- ### Fixed
687
-
688
- - [TD-1938] Fixed pasting of text on RichTextEditor component and fixed links
689
-
690
- ## [3.1.9] 2019-07-08
691
-
692
- ### Changed
693
-
694
- - [TD-1918] Sorting of translated values in filter dropdowns
695
-
696
- ## [2.21.13] 2019-06-05
697
-
698
- ### Fixed
699
-
700
- - [TD-1840] fixed usage of slate to match new version
701
-
702
- ## [2.21.8] 2019-05-29
703
-
704
- ### Changed
705
-
706
- - [TD-1792] refactor functionality to translate FilterItemText
707
- - [TD-1842] Include english message for key ingests.crumbs.top
708
-
709
- ## [2.18.13] 2019-04-25
710
-
711
- ### Changed
712
-
713
- - [TD-1706] Use function getMessage to retrieve the current message
714
-
715
- ## [2.18.0] 2019-04-23
716
-
717
- ### Added
718
-
719
- - components, reducers, selectors and routines for common filter functionality
720
-
721
- ### Changed
722
-
723
- - reselect 4.0.0
724
-
725
- ## [2.15.0] 2019-03-06
726
-
727
- ### Changed
728
-
729
- - integrate imMessage reducer in Alert
730
-
731
- ## [2.14.17] 2019-03-01
732
-
733
- ### Changed
734
-
735
- - babel-plugin-transform-semantic-ui-react-imports on npm is now compatible with
736
- babel 7
737
-
738
- ## [2.14.8] 2019-02-28
739
-
740
- ### Changed
741
-
742
- - Alert action message i18n keys are now in camel case
743
-
744
- ## [2.14.0] 2019-02-19
745
-
746
- ### Added
747
-
748
- - [TD-1347] Refactor alert message reducers
749
-
750
- ## [2.13.0] 2019-02-06
751
-
752
- ### Changed
753
-
754
- - [TD-1404] i18n for dashboard view
755
-
756
- ## [2.11.17] 2019-01-17
757
-
758
- ### Changed
759
-
760
- - Move RouteListener to core package
761
-
762
- ## [2.11.6] 2019-01-10
763
-
764
- ### Changed
765
-
766
- - [TD-935] Updated date formats to YYYY-MM-DD HH:mm
767
-
768
- ## [2.8.1] 2018-11-14
769
-
770
- ### Changed
771
-
772
- - Default export for sagas
773
-
774
- ## [2.8.0] 2018-11-13
775
-
776
- ### Added
777
-
778
- - Alerts are now dismissable
779
-
780
- ## [2.7.12] 2018-11-05
781
-
782
- ### Changed
783
-
784
- - Updated to semantic-ui-react 0.83.0