@truedat/auth 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/auth",
3
- "version": "5.4.2",
3
+ "version": "5.5.0",
4
4
  "description": "Truedat Web Auth",
5
5
  "sideEffects": false,
6
6
  "jsnext:main": "src/index.js",
@@ -34,7 +34,7 @@
34
34
  "@testing-library/jest-dom": "^5.16.5",
35
35
  "@testing-library/react": "^12.0.0",
36
36
  "@testing-library/user-event": "^13.2.1",
37
- "@truedat/test": "5.3.3",
37
+ "@truedat/test": "5.5.0",
38
38
  "babel-jest": "^28.1.0",
39
39
  "babel-plugin-dynamic-import-node": "^2.3.3",
40
40
  "babel-plugin-lodash": "^3.3.4",
@@ -43,8 +43,8 @@
43
43
  "enzyme": "^3.11.0",
44
44
  "enzyme-to-json": "^3.6.2",
45
45
  "identity-obj-proxy": "^3.0.0",
46
- "jest": "^28.1.0",
47
- "jest-environment-jsdom": "^28.1.0",
46
+ "jest": "^29.0.0",
47
+ "jest-environment-jsdom": "^29.0.0",
48
48
  "react": "^16.14.0",
49
49
  "react-dom": "^16.14.0",
50
50
  "redux-saga-test-plan": "^4.0.4",
@@ -86,14 +86,14 @@
86
86
  ]
87
87
  },
88
88
  "dependencies": {
89
- "@truedat/core": "5.4.2",
89
+ "@truedat/core": "5.5.0",
90
90
  "auth0-js": "^9.19.2",
91
91
  "decode-uri-component": "^0.2.2",
92
92
  "jwt-decode": "^2.2.0",
93
93
  "lodash": "^4.17.21",
94
94
  "path-to-regexp": "^1.7.0",
95
95
  "prop-types": "^15.8.1",
96
- "query-string": "^6.11.0",
96
+ "query-string": "^7.1.2",
97
97
  "react-hook-form": "^7.30.0",
98
98
  "react-intl": "^5.20.10",
99
99
  "react-redux": "^7.2.4",
@@ -109,5 +109,5 @@
109
109
  "react-dom": ">= 16.8.6 < 17",
110
110
  "semantic-ui-react": ">= 2.0.3 < 2.2"
111
111
  },
112
- "gitHead": "09ddfaaacecfd66661249fe1f2009794cc5e4362"
112
+ "gitHead": "ca5e7f8fd1013de0b818798e05cbc1819a1d43ec"
113
113
  }
@@ -28,12 +28,12 @@ exports[`<Group /> matches the latest snapshot 1`] = `
28
28
  >
29
29
  <GroupActions
30
30
  availableActions={
31
- Array [
32
- Object {
31
+ [
32
+ {
33
33
  "active": false,
34
34
  "as": [Function],
35
35
  "deleteGroup": undefined,
36
- "group": Object {
36
+ "group": {
37
37
  "description": "aaa bbb cc",
38
38
  "id": 2,
39
39
  "name": "grupo1 ",
@@ -7,10 +7,10 @@ exports[`<GroupCard /> matches the latest snapshot 1`] = `
7
7
  <CardContent>
8
8
  <CardHeader
9
9
  as={
10
- Object {
10
+ {
11
11
  "$$typeof": Symbol(react.forward_ref),
12
12
  "displayName": "Link",
13
- "propTypes": Object {
13
+ "propTypes": {
14
14
  "innerRef": [Function],
15
15
  "onClick": [Function],
16
16
  "replace": [Function],
@@ -41,10 +41,10 @@ exports[`<GroupCard /> matches the latest snapshot 1`] = `
41
41
  >
42
42
  <Button
43
43
  as={
44
- Object {
44
+ {
45
45
  "$$typeof": Symbol(react.forward_ref),
46
46
  "displayName": "Link",
47
- "propTypes": Object {
47
+ "propTypes": {
48
48
  "innerRef": [Function],
49
49
  "onClick": [Function],
50
50
  "replace": [Function],
@@ -68,7 +68,7 @@ exports[`<GroupCard /> matches the latest snapshot 1`] = `
68
68
  <Memo(MemoizedFormattedMessage)
69
69
  id="group.actions.delete.confirmation.content"
70
70
  values={
71
- Object {
71
+ {
72
72
  "name": <i>
73
73
  administrators
74
74
  </i>,
@@ -4,10 +4,10 @@ exports[`<GroupCards /> matches the latest snapshot 1`] = `
4
4
  <CardGroup>
5
5
  <Card
6
6
  as={
7
- Object {
7
+ {
8
8
  "$$typeof": Symbol(react.forward_ref),
9
9
  "displayName": "Link",
10
- "propTypes": Object {
10
+ "propTypes": {
11
11
  "innerRef": [Function],
12
12
  "onClick": [Function],
13
13
  "replace": [Function],
@@ -41,7 +41,7 @@ exports[`<GroupCards /> matches the latest snapshot 1`] = `
41
41
  </Card>
42
42
  <Connect(GroupCard)
43
43
  group={
44
- Object {
44
+ {
45
45
  "id": 1,
46
46
  }
47
47
  }
@@ -49,7 +49,7 @@ exports[`<GroupCards /> matches the latest snapshot 1`] = `
49
49
  />
50
50
  <Connect(GroupCard)
51
51
  group={
52
- Object {
52
+ {
53
53
  "id": 2,
54
54
  }
55
55
  }
@@ -6,10 +6,10 @@ exports[`<GroupUsers /> matches the latest snapshot 1`] = `
6
6
  >
7
7
  <Button
8
8
  as={
9
- Object {
9
+ {
10
10
  "$$typeof": Symbol(react.forward_ref),
11
11
  "displayName": "Link",
12
- "propTypes": Object {
12
+ "propTypes": {
13
13
  "innerRef": [Function],
14
14
  "onClick": [Function],
15
15
  "replace": [Function],
@@ -31,7 +31,7 @@ exports[`<GroupUsers /> matches the latest snapshot 1`] = `
31
31
  <SearchInput
32
32
  focus={true}
33
33
  icon={
34
- Object {
34
+ {
35
35
  "link": true,
36
36
  "name": "search",
37
37
  }
@@ -6,10 +6,10 @@ exports[`<Role /> matches the latest snapshot 1`] = `
6
6
  <BreadcrumbSection
7
7
  active={false}
8
8
  as={
9
- Object {
9
+ {
10
10
  "$$typeof": Symbol(react.forward_ref),
11
11
  "displayName": "Link",
12
- "propTypes": Object {
12
+ "propTypes": {
13
13
  "innerRef": [Function],
14
14
  "onClick": [Function],
15
15
  "replace": [Function],
@@ -56,7 +56,7 @@ exports[`<Role /> matches the latest snapshot 1`] = `
56
56
  </Header>
57
57
  <Checkbox
58
58
  label={
59
- Object {
59
+ {
60
60
  "children": <Memo(MemoizedFormattedMessage)
61
61
  id="roles.default"
62
62
  />,
@@ -69,8 +69,8 @@ exports[`<Role /> matches the latest snapshot 1`] = `
69
69
  key="0"
70
70
  name="Group1"
71
71
  permissions={
72
- Array [
73
- Object {
72
+ [
73
+ {
74
74
  "id": 1,
75
75
  "name": "perm1",
76
76
  },
@@ -8,10 +8,10 @@ exports[`<RoleCards /> matches the latest snapshot 1`] = `
8
8
  <CardContent>
9
9
  <CardHeader
10
10
  as={
11
- Object {
11
+ {
12
12
  "$$typeof": Symbol(react.forward_ref),
13
13
  "displayName": "Link",
14
- "propTypes": Object {
14
+ "propTypes": {
15
15
  "innerRef": [Function],
16
16
  "onClick": [Function],
17
17
  "replace": [Function],
@@ -37,7 +37,7 @@ exports[`<RoleCards /> matches the latest snapshot 1`] = `
37
37
  <Memo(MemoizedFormattedMessage)
38
38
  id="roles.actions.delete.confirmation.content"
39
39
  values={
40
- Object {
40
+ {
41
41
  "name": <b>
42
42
  Data Owner
43
43
  </b>,
@@ -70,10 +70,10 @@ exports[`<RoleCards /> matches the latest snapshot 1`] = `
70
70
  <CardContent>
71
71
  <CardHeader
72
72
  as={
73
- Object {
73
+ {
74
74
  "$$typeof": Symbol(react.forward_ref),
75
75
  "displayName": "Link",
76
- "propTypes": Object {
76
+ "propTypes": {
77
77
  "innerRef": [Function],
78
78
  "onClick": [Function],
79
79
  "replace": [Function],
@@ -99,7 +99,7 @@ exports[`<RoleCards /> matches the latest snapshot 1`] = `
99
99
  <Memo(MemoizedFormattedMessage)
100
100
  id="roles.actions.delete.confirmation.content"
101
101
  values={
102
- Object {
102
+ {
103
103
  "name": <b>
104
104
  Data Q
105
105
  </b>,
@@ -3,13 +3,13 @@
3
3
  exports[`<UserActions /> matches the latest snapshot 1`] = `
4
4
  <GroupActions
5
5
  availableActions={
6
- Array [
7
- Object {
6
+ [
7
+ {
8
8
  "active": false,
9
- "as": Object {
9
+ "as": {
10
10
  "$$typeof": Symbol(react.forward_ref),
11
11
  "displayName": "Link",
12
- "propTypes": Object {
12
+ "propTypes": {
13
13
  "innerRef": [Function],
14
14
  "onClick": [Function],
15
15
  "replace": [Function],
@@ -28,12 +28,12 @@ exports[`<UserActions /> matches the latest snapshot 1`] = `
28
28
  "to": "/users/2/edit",
29
29
  "value": "edit",
30
30
  },
31
- Object {
31
+ {
32
32
  "active": false,
33
- "as": Object {
33
+ "as": {
34
34
  "$$typeof": Symbol(react.forward_ref),
35
35
  "displayName": "Link",
36
- "propTypes": Object {
36
+ "propTypes": {
37
37
  "innerRef": [Function],
38
38
  "onClick": [Function],
39
39
  "replace": [Function],
@@ -52,7 +52,7 @@ exports[`<UserActions /> matches the latest snapshot 1`] = `
52
52
  "to": "/users/2/password",
53
53
  "value": "edit_password",
54
54
  },
55
- Object {
55
+ {
56
56
  "active": false,
57
57
  "as": [Function],
58
58
  "deleteUser": [MockFunction],
@@ -7,10 +7,10 @@ exports[`<UserCard /> matches the latest snapshot 1`] = `
7
7
  <CardContent>
8
8
  <CardHeader
9
9
  as={
10
- Object {
10
+ {
11
11
  "$$typeof": Symbol(react.forward_ref),
12
12
  "displayName": "Link",
13
- "propTypes": Object {
13
+ "propTypes": {
14
14
  "innerRef": [Function],
15
15
  "onClick": [Function],
16
16
  "replace": [Function],
@@ -5,7 +5,7 @@ exports[`<UserCards /> matches the latest snapshot 1`] = `
5
5
  <SearchInput
6
6
  focus={true}
7
7
  icon={
8
- Object {
8
+ {
9
9
  "link": true,
10
10
  "name": "search",
11
11
  }
@@ -16,10 +16,10 @@ exports[`<UserCards /> matches the latest snapshot 1`] = `
16
16
  />
17
17
  <Button
18
18
  as={
19
- Object {
19
+ {
20
20
  "$$typeof": Symbol(react.forward_ref),
21
21
  "displayName": "Link",
22
- "propTypes": Object {
22
+ "propTypes": {
23
23
  "innerRef": [Function],
24
24
  "onClick": [Function],
25
25
  "replace": [Function],
@@ -44,7 +44,7 @@ exports[`<UserCards /> matches the latest snapshot 1`] = `
44
44
  <Connect(UserCard)
45
45
  key="0"
46
46
  user={
47
- Object {
47
+ {
48
48
  "email": "email@email.com",
49
49
  "full_name": "Pepito Pérez",
50
50
  "id": 1,
@@ -63,7 +63,7 @@ exports[`<UserCards /> matches the latest snapshot 1`] = `
63
63
  <Connect(UserCard)
64
64
  key="0"
65
65
  user={
66
- Object {
66
+ {
67
67
  "email": "email2@email.com",
68
68
  "full_name": "Miguel Muñoz",
69
69
  "id": 2,
@@ -75,7 +75,7 @@ exports[`<UserCards /> matches the latest snapshot 1`] = `
75
75
  <Connect(UserCard)
76
76
  key="1"
77
77
  user={
78
- Object {
78
+ {
79
79
  "email": "email3@email.com",
80
80
  "full_name": "Rosa Martin",
81
81
  "id": 3,
@@ -5,7 +5,7 @@ exports[`<UserRoutes /> matches the latest snapshot 1`] = `
5
5
  <AdminUserRoutes />
6
6
  <Route
7
7
  component={
8
- Object {
8
+ {
9
9
  "$$typeof": Symbol(react.memo),
10
10
  "WrappedComponent": [Function],
11
11
  "compare": null,
package/CHANGELOG.md DELETED
@@ -1,570 +0,0 @@
1
- # Changelog
2
-
3
- ## [4.58.4] 2022-12-22
4
-
5
- ### Added
6
-
7
- - [TD-4300] `manage_basic_implementations` permission translation
8
-
9
- ## [4.58.3] 2022-12-21
10
-
11
- ### Changed
12
-
13
- - [TD-5426] Update `decode-uri-component` (CVE-2022-38900)
14
-
15
- ## [4.51.5] 2022-09-19
16
-
17
- ### Fixed
18
-
19
- - [TD-4794] set dashboard domains on load
20
-
21
- ## [4.51.4] 2022-09-16
22
-
23
- ### Added
24
-
25
- - [TD-5133] Added parameter `permission` for UsersSearchLoader
26
-
27
- ## [4.51.3] 2022-09-16
28
-
29
- ### Changed
30
-
31
- - [TD-4794] Use `DomainSelector` in `UserDomainsFilter`
32
-
33
- ## [4.51.2] 2022-09-15
34
-
35
- ### Added
36
-
37
- - [TD-5082] view_protected_metadata permission translation
38
-
39
- ## [4.48.3] 2022-07-11
40
-
41
- ### Changed
42
-
43
- - [TD-3614] Refresh access token before expiry
44
-
45
- ## [4.48.2] 2022-07-08
46
-
47
- ### Changed
48
-
49
- - [TD-4995] Support localization of template fields and fixed values
50
-
51
- ## [4.45.4] 2022-06-03
52
-
53
- ### Fixed
54
-
55
- - [TD-4873] Removed `password` and `rep_password` fields from `UserForm` user
56
- update to avoid 403 error
57
-
58
- ## [4.44.4] 2022-05-19
59
-
60
- ### Changed
61
-
62
- - Use `lowerDeburrTrim` function from `@truedat/core`
63
-
64
- ## [4.43.3] 2022-05-04
65
-
66
- ### Changed
67
-
68
- - [TD-3936] Updated `react-hook-form`
69
-
70
- ## [4.40.1] 2022-03-08
71
-
72
- ### Removed
73
-
74
- - [TD-4604] Avoid fetching permissions from `/api/users/me/permissions`
75
-
76
- ## [4.40.0] 2022-03-07
77
-
78
- ### Removed
79
-
80
- - Removed unused selector `getUserDomains`
81
-
82
- ## [4.38.7] 2022-02-22
83
-
84
- ### Added
85
-
86
- - [TD-4437] Add `manage_rule_results` permission messages
87
-
88
- ## [4.32.1] 2021-11-15
89
-
90
- ### Added
91
-
92
- - [TD-4228] Include optional `external_id` for users
93
-
94
- ## [4.30.3] 2021-10-07
95
-
96
- ### Added
97
-
98
- - [TD-4044] Messages for grant request approval permissions
99
-
100
- ## [4.30.0] 2021-10-06
101
-
102
- ### Changed
103
-
104
- - [TD-3603] Update react-intl version to v5
105
-
106
- ## [4.27.0] 2021-08-25
107
-
108
- ### Fixed
109
-
110
- - [TD-4032] If the `landingUrl` reducer is defined, it's value will be used for
111
- the default landing page instead of `/search`
112
-
113
- ### Added
114
-
115
- - [TD-3982] Message for `create_grant_request` permission
116
-
117
- ## [4.25.4] 2021-07-23
118
-
119
- ### Fixed
120
-
121
- - [TD-3980] Role creation form
122
-
123
- ## [4.25.2] 2021-07-22
124
-
125
- ### Changed
126
-
127
- - [TD-3873] Share domain permissions message
128
-
129
- ## [4.24.5] 2021-07-09
130
-
131
- ### Changed
132
-
133
- - [TD-3894] User email is now optional
134
- - Refactored user, group and role forms to use `react-hook-form`
135
-
136
- ## [4.24.4] 2021-07-08
137
-
138
- ### Changed
139
-
140
- - [TD-3230] Support for hierarchy Domain Selector and Filter
141
-
142
- ## [4.24.1] 2021-07-06
143
-
144
- ### Changed
145
-
146
- - [TD-3617] Redirect to specified location with auth0 and oidc
147
-
148
- ## [4.21.4] 2021-05-27
149
-
150
- ### Changed
151
-
152
- - [TD-3102] Improve change password functionality
153
-
154
- ## [4.21.0] 2021-05-19
155
-
156
- ### Changed
157
-
158
- - [TD-3503] Support sagas, reducer and Loader for `api/users/search` and `api/groups/search`
159
-
160
- ## [4.16.3] 2021-03-15
161
-
162
- ### Changed
163
-
164
- - [TD-3326] Redirects to login when any routine fails with status 401
165
-
166
- ## [4.13.2] 2021-01-26
167
-
168
- ### Added
169
-
170
- - [TD-981] Add option to reset password to a user
171
-
172
- ## [4.12.1] 2021-01-14
173
-
174
- ### Added
175
-
176
- - [TD-3163] Added support for service accounts
177
-
178
- ### Changed
179
-
180
- - [TD-3163] Auth tokens now contain user role instead of is_admin flag
181
-
182
- ## [4.11.6] 2020-12-23
183
-
184
- ### Fixed
185
-
186
- - [TD-3180] OAuth 2.0 auth code flow with response encoded in query parameters
187
-
188
- ## [4.11.4] 2020-12-17
189
-
190
- ### Added
191
-
192
- - [TD-2461] i18n for new glossary permission groups
193
-
194
- ## [4.10.8] 2020-12-11
195
-
196
- ### Added
197
-
198
- - [TD-3143] Support for OAuth 2.0 auth code flow
199
-
200
- ## [4.10.6] 2020-12-09
201
-
202
- ### Changed
203
-
204
- - [TD-2954] Reorganize admin panel. Create Members Menu
205
-
206
- ## [4.10.4] 2020-12-04
207
-
208
- ### Changed
209
-
210
- - [TD-3141] Relax peer dependencies, support `semantic-ui-react` 2.0.x
211
-
212
- ## [4.10.0] 2020-11-30
213
-
214
- ### Added
215
-
216
- - [TD-2486] Type `domain` with new widget and visualization
217
-
218
- ## [4.8.3] 2020-11-10
219
-
220
- ### Changed
221
-
222
- - [TD-3113] Improve permission translations in English
223
-
224
- ## [4.7.0] 2020-10-20
225
-
226
- ### Changed
227
-
228
- - [TD-3047] Permission `execute_quality_rule` to `execute_quality_rule_implementations`
229
-
230
- ## [4.3.3] 2020-08-25
231
-
232
- ### Added
233
-
234
- - [TD-2872] Initial user setup
235
-
236
- ## [4.2.5] 2020-08-04
237
-
238
- ### Fixed
239
-
240
- - [TD-2534] User groups where empty when updating user.
241
- Delete user from group now calls Update group endpoint
242
-
243
- ## [4.0.0] 2020-07-01
244
-
245
- New major version for Truedat 4.0, no changes
246
-
247
- ## [3.23.0] 2020-05-22
248
-
249
- ### Fixed
250
-
251
- - [TD-2590] Issue with user filter not being cleared when navigating to another
252
- route
253
-
254
- ## [3.19.7] 2020-04-3
255
-
256
- ### Changed
257
-
258
- - [TD-2394] Metabase params sent in jwt
259
-
260
- ## [3.19.6] 2020-04-02
261
-
262
- ### Added
263
-
264
- - [TD-2394] Domain filter for dashboards
265
-
266
- ## [3.19.5] 2020-03-30
267
-
268
- ### Removed
269
-
270
- - [TD-2349] Deprecated menu components (AdminMenu, CustomAdminMenu)
271
-
272
- ## [3.19.0] 2020-03-26
273
-
274
- ### Changed
275
-
276
- - [TD-940] Simplify components for managing user/group relations
277
- - [TD-2281] Use hooks instead of higher-order components for authorization
278
-
279
- ## [3.18.0] 2020-03-17
280
-
281
- ### Changed
282
-
283
- - [TD-2281] Check various groups of permissons on Authorization component
284
-
285
- ## [3.16.10] 2020-02-24
286
-
287
- ### Fixed
288
-
289
- - Some components were missing required router properties
290
-
291
- ## [3.16.8] 2020-02-23
292
-
293
- ### Changed
294
-
295
- - Use hooks instead of Higher Order Components where easier
296
-
297
- ## [3.16.7] 2020-02-22
298
-
299
- ### Changed
300
-
301
- - Updated dev dependencies
302
-
303
- ## [3.16.5] 2020-02-19
304
-
305
- ### Changed
306
-
307
- - Updated `react-intl` to 3.12
308
-
309
- ## [3.15.0] 2020-01-31
310
-
311
- ### Changed
312
-
313
- - [TD-832] Use api permissions groups
314
-
315
- ## [3.14.2] 2020-01-22
316
-
317
- ### Changed
318
-
319
- - [TD-2298] Roles as Cards, add delete Role option
320
-
321
- ## [3.14.1] 2020-01-22
322
-
323
- ### Changed
324
-
325
- - Updated semantic-ui-react dependency to 0.88.2
326
-
327
- ## [3.10.4] 2019-11-07
328
-
329
- ### Fixed
330
-
331
- - [TD-2109] Remove style={} properties in td-web-modules
332
-
333
- ## [3.9.2] 2019-10-22
334
-
335
- ### Added
336
-
337
- - [TD-2170] Define a new permission to load metadata into the Data Catalog
338
-
339
- ## [3.8.12] 2019-10-11
340
-
341
- ### Added
342
-
343
- - [TD-2163] Login failure will pass the whole error data as the action payload
344
-
345
- ## [3.7.13] 2019-10-03
346
-
347
- ### Added
348
-
349
- - [TD-2131] Separate administration menu options creating a submenu that can be folded/unfolded
350
-
351
- ## [3.7.11] 2019-09-27
352
-
353
- ### Changed
354
-
355
- - [TD-740] User search in add group user form, pointer styles in selectable cells
356
-
357
- ## [3.7.8] 2019-09-25
358
-
359
- ### Added
360
-
361
- - [TD-740] Group users management
362
-
363
- ## [3.7.5] 2019-09-20
364
-
365
- ### Added
366
-
367
- - [TD-2090], [TD-2091] New permission `link_data_structure`
368
-
369
- ## [3.6.4] 2019-09-11
370
-
371
- ### Changed
372
-
373
- - Tables are no longer striped and celled by default
374
-
375
- ## [3.6.0] 2019-09-10
376
-
377
- ### Changed
378
-
379
- - [TD-2060] Consistent placement of primary and secondary buttons
380
-
381
- ## [3.5.14] 2019-09-02
382
-
383
- ### Fixed
384
-
385
- - [TD-2079] Browser redirects to landing page when user clicks "New User" or "New Group"
386
-
387
- ## [3.5.4] 2019-07-23
388
-
389
- ### Changed
390
-
391
- - [TD-1507] Changed users search box to filter in case insensitive mode and ignore any accents
392
-
393
- ## [3.3.0] 2019-07-25
394
-
395
- ### Added
396
-
397
- - [TD-1775] Added manage rule implementations permission
398
- - [TD-1776] Added view rule permission
399
-
400
- ## [3.1.4] 2019-07-05
401
-
402
- ### Fixed
403
-
404
- - [TD-1949] fix props in buttons, primary, secondary, default and negative.
405
-
406
- ## [3.0.12] 2019-06-21
407
-
408
- ### Added
409
-
410
- - [TD-1594] Support for proxy login
411
-
412
- ## [2.21.0] 2019-05-28
413
-
414
- ### Added
415
-
416
- - [TD-1535] Link to ingest permission message
417
-
418
- ## [2.18.0] 2019-04-23
419
-
420
- ### Changed
421
-
422
- - [TD-1683] Internationalized messages in New Role view
423
- - reselect 4.0.0
424
-
425
- ## [2.16.0] 2019-03-22
426
-
427
- ### Changed
428
-
429
- - [TD-1544] Auth0 connection passes config to authorize method
430
-
431
- ## [2.14.17] 2019-03-01
432
-
433
- ### Changed
434
-
435
- - babel-plugin-transform-semantic-ui-react-imports on npm is now compatible with babel 7
436
-
437
- ## [2.14.7] 2019-02-27
438
-
439
- ### Changed
440
-
441
- - [TD-1152] I18n of UserForm placeholders
442
-
443
- ## [2.14.2] 2019-02-25
444
-
445
- ### Fixed
446
-
447
- - Fixed error at editing user groups
448
-
449
- ## [2.14.0] 2019-02-19
450
-
451
- ### Added
452
-
453
- - [TD-1347] Refactor alert message reducers
454
-
455
- ## [2.13.9] 2019-02-14
456
-
457
- ### Changed
458
-
459
- - [TD-1377] Added a search box in user management
460
- - [TD-1087] added component for editing role name on click
461
-
462
- ## [2.13.4] 2019-02-07
463
-
464
- ### Changed
465
-
466
- - [TD-1427] change component OidcLoginButton to adapt it to the new login style
467
-
468
- ## [2.12.7] 2019-01-31
469
-
470
- ### Changed
471
-
472
- - [TD-980] Minor fix to solve comprobation errors
473
-
474
- ## [2.12.1] 2019-01-28
475
-
476
- ### Fixed
477
-
478
- - [TD-980] Only an admin was able to change the password
479
-
480
- ## [2.12.0] 2019-01-28
481
-
482
- ### Changed
483
-
484
- - [TD-980] An user can change his password if he is logged with username and password
485
-
486
- ## [2.11.22] 2019-01-17
487
-
488
- ### Changed
489
-
490
- - CustomAdminMenu and AdminMenu can now be nested or flat
491
-
492
- ## [2.11.19] 2019-01-17
493
-
494
- ### Changed
495
-
496
- - [TD-1366] Simplify lateral options menu Fix
497
-
498
- ## [2.11.18] 2019-01-17
499
-
500
- ### Added
501
-
502
- - [TD-1366] Simplify lateral options menu
503
-
504
- ## [2.11.10] 2019-01-15
505
-
506
- ### Added
507
-
508
- - [TD-1326] Support for SAML authentication flow
509
-
510
- ## [2.11.9] 2019-01-09
511
-
512
- ### Added
513
-
514
- - [TD-1326] Initial support for SAML authentication flow
515
-
516
- ## [2.11.5] 2019-01-09
517
-
518
- ### Added
519
-
520
- - Customizable admin menu
521
-
522
- ## [2.10.20] 2019-01-08
523
-
524
- ### Changed
525
-
526
- - [TD-1349] Changed Menu.Item components to have the intl text as children instead of prop name
527
-
528
- ## [2.10.12] 2018-12-19
529
-
530
- ### Changed
531
-
532
- - Changed role pattern to match manage_confidential_structure permission
533
-
534
- ## [2.10.1] 2018-12-11
535
-
536
- ### Changed
537
-
538
- - Requires back-end TD-AUTH version 2.10.0
539
- - [TD-1153] Auth0 config is now retrieved from the auth_methods endpoint
540
- - Removed public auth0 service. Auth0LoginButton and Auth0Callback component handle the Auth0 login flow
541
-
542
- ## [2.8.1] 2018-11-14
543
-
544
- ### Changed
545
-
546
- - Default export for sagas
547
-
548
- ## [2.7.18] 2018-11-10
549
-
550
- ### Added
551
-
552
- - OpenID Connect Login Button component
553
-
554
- ## [2.7.14] 2018-11-09
555
-
556
- ### Added
557
-
558
- - Saga and reducer for authentication methods
559
-
560
- ## [2.7.12] 2018-11-05
561
-
562
- ### Changed
563
-
564
- - Updated to semantic-ui-react 0.83.0
565
-
566
- ## [2.7.8] 2018-10-31
567
-
568
- ### Added
569
-
570
- - Support for OpenID Connect authentication