@truedat/core 5.4.3 → 5.5.1

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