@azure/msal-react 1.3.0 → 1.4.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/dist/MsalProvider.d.ts +3 -0
- package/dist/msal-react.cjs.development.js +138 -88
- package/dist/msal-react.cjs.development.js.map +1 -1
- package/dist/msal-react.cjs.production.min.js +1 -1
- package/dist/msal-react.cjs.production.min.js.map +1 -1
- package/dist/msal-react.esm.js +140 -90
- package/dist/msal-react.esm.js.map +1 -1
- package/dist/packageMetadata.d.ts +1 -1
- package/package.json +9 -9
- package/CHANGELOG.json +0 -690
- package/CHANGELOG.md +0 -161
package/CHANGELOG.json
DELETED
|
@@ -1,690 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@azure/msal-react",
|
|
3
|
-
"entries": [
|
|
4
|
-
{
|
|
5
|
-
"date": "Tue, 08 Feb 2022 00:41:07 GMT",
|
|
6
|
-
"tag": "@azure/msal-react_v1.3.0",
|
|
7
|
-
"version": "1.3.0",
|
|
8
|
-
"comments": {
|
|
9
|
-
"minor": [
|
|
10
|
-
{
|
|
11
|
-
"author": "thomas.norling@microsoft.com",
|
|
12
|
-
"package": "@azure/msal-react",
|
|
13
|
-
"commit": "67ce881faa2a6931320541d99de2efe4e9ba6a3f",
|
|
14
|
-
"comment": "useMsalAuthentication hook acquires a token if user is already signed in #4280"
|
|
15
|
-
},
|
|
16
|
-
{
|
|
17
|
-
"author": "beachball",
|
|
18
|
-
"package": "@azure/msal-react",
|
|
19
|
-
"comment": "Bump @azure/msal-browser to v2.22.0",
|
|
20
|
-
"commit": "639253acbc825e1f19ca712bc72dce8da149e3e8"
|
|
21
|
-
}
|
|
22
|
-
],
|
|
23
|
-
"none": [
|
|
24
|
-
{
|
|
25
|
-
"author": "kamausamuel11@gmail.com",
|
|
26
|
-
"package": "@azure/msal-react",
|
|
27
|
-
"commit": "5767008f8ef9f3b05aeba421cc4aa6c6bb616e86",
|
|
28
|
-
"comment": "fix: update package-lock files"
|
|
29
|
-
},
|
|
30
|
-
{
|
|
31
|
-
"author": "thomas.norling@microsoft.com",
|
|
32
|
-
"package": "@azure/msal-react",
|
|
33
|
-
"commit": "19f76b1d9cd2b0f1a4a7e4765c8ee9e7e17f3d59",
|
|
34
|
-
"comment": "Test changes #4383"
|
|
35
|
-
}
|
|
36
|
-
]
|
|
37
|
-
}
|
|
38
|
-
},
|
|
39
|
-
{
|
|
40
|
-
"date": "Tue, 04 Jan 2022 00:20:29 GMT",
|
|
41
|
-
"tag": "@azure/msal-react_v1.2.0",
|
|
42
|
-
"version": "1.2.0",
|
|
43
|
-
"comments": {
|
|
44
|
-
"none": [
|
|
45
|
-
{
|
|
46
|
-
"author": "hemoral@microsoft.com",
|
|
47
|
-
"package": "@azure/msal-react",
|
|
48
|
-
"commit": "60e2cfc0e9daa3c24e994617b4ac42aef6880b74",
|
|
49
|
-
"comment": "Add support for requested claims in silent token acquisition #4296"
|
|
50
|
-
}
|
|
51
|
-
],
|
|
52
|
-
"minor": [
|
|
53
|
-
{
|
|
54
|
-
"author": "beachball",
|
|
55
|
-
"package": "@azure/msal-react",
|
|
56
|
-
"comment": "Bump @azure/msal-browser to v2.21.0",
|
|
57
|
-
"commit": "bd9b1af91c278926ab2e6943cf90817a7ac4957b"
|
|
58
|
-
}
|
|
59
|
-
]
|
|
60
|
-
}
|
|
61
|
-
},
|
|
62
|
-
{
|
|
63
|
-
"date": "Tue, 07 Dec 2021 00:17:01 GMT",
|
|
64
|
-
"tag": "@azure/msal-react_v1.1.2",
|
|
65
|
-
"version": "1.1.2",
|
|
66
|
-
"comments": {
|
|
67
|
-
"none": [
|
|
68
|
-
{
|
|
69
|
-
"author": "thomas.norling@microsoft.com",
|
|
70
|
-
"package": "@azure/msal-react",
|
|
71
|
-
"commit": "02dbd9172368bfc69e4a47f01a3ada0b96345c81",
|
|
72
|
-
"comment": "Package.json updates"
|
|
73
|
-
}
|
|
74
|
-
],
|
|
75
|
-
"patch": [
|
|
76
|
-
{
|
|
77
|
-
"author": "thomas.norling@microsoft.com",
|
|
78
|
-
"package": "@azure/msal-react",
|
|
79
|
-
"commit": "54d0d9457e39691222c40b106b8c674dc3e4d761",
|
|
80
|
-
"comment": "Fix inProgress stuck in startup state #4302"
|
|
81
|
-
},
|
|
82
|
-
{
|
|
83
|
-
"author": "beachball",
|
|
84
|
-
"package": "@azure/msal-react",
|
|
85
|
-
"comment": "Bump @azure/msal-browser to v2.20.0",
|
|
86
|
-
"commit": "d7c209f7aa3ae4380a77a31ff1319fbf7201ae45"
|
|
87
|
-
}
|
|
88
|
-
]
|
|
89
|
-
}
|
|
90
|
-
},
|
|
91
|
-
{
|
|
92
|
-
"date": "Mon, 01 Nov 2021 23:53:22 GMT",
|
|
93
|
-
"tag": "@azure/msal-react_v1.1.1",
|
|
94
|
-
"version": "1.1.1",
|
|
95
|
-
"comments": {
|
|
96
|
-
"patch": [
|
|
97
|
-
{
|
|
98
|
-
"author": "thomas.norling@microsoft.com",
|
|
99
|
-
"package": "@azure/msal-react",
|
|
100
|
-
"commit": "0d7e8c7b131d94c365bc114b69e3ca21f5300d41",
|
|
101
|
-
"comment": "Support React version 16.8.0+"
|
|
102
|
-
},
|
|
103
|
-
{
|
|
104
|
-
"author": "beachball",
|
|
105
|
-
"package": "@azure/msal-react",
|
|
106
|
-
"comment": "Bump @azure/msal-browser to v2.19.0",
|
|
107
|
-
"commit": "6ac29855822ce1ba9531a68bcaa6f37443ef16c0"
|
|
108
|
-
}
|
|
109
|
-
],
|
|
110
|
-
"none": [
|
|
111
|
-
{
|
|
112
|
-
"author": "janutter@microsoft.com",
|
|
113
|
-
"package": "@azure/msal-react",
|
|
114
|
-
"commit": "c5a8de4a5dc7acb9bdf1759eb3cb9811459c3d82",
|
|
115
|
-
"comment": "Update package-locks to fix dependantbot alerts #4181"
|
|
116
|
-
}
|
|
117
|
-
]
|
|
118
|
-
}
|
|
119
|
-
},
|
|
120
|
-
{
|
|
121
|
-
"date": "Mon, 04 Oct 2021 23:12:35 GMT",
|
|
122
|
-
"tag": "@azure/msal-react_v1.1.0",
|
|
123
|
-
"version": "1.1.0",
|
|
124
|
-
"comments": {
|
|
125
|
-
"minor": [
|
|
126
|
-
{
|
|
127
|
-
"author": "thomas.norling@microsoft.com",
|
|
128
|
-
"package": "@azure/msal-react",
|
|
129
|
-
"comment": "Update account state when user logs in or out from a different tab or window #3981",
|
|
130
|
-
"commit": "d03c16f09026bac36048241da4635e73d32a6eed"
|
|
131
|
-
},
|
|
132
|
-
{
|
|
133
|
-
"author": "beachball",
|
|
134
|
-
"package": "@azure/msal-react",
|
|
135
|
-
"comment": "Bump @azure/msal-browser to v2.18.0",
|
|
136
|
-
"commit": "d03c16f09026bac36048241da4635e73d32a6eed"
|
|
137
|
-
}
|
|
138
|
-
],
|
|
139
|
-
"none": [
|
|
140
|
-
{
|
|
141
|
-
"author": "kamausamuel11@gmail.com",
|
|
142
|
-
"package": "@azure/msal-react",
|
|
143
|
-
"comment": "fix: add forked bindings library to node-extensins",
|
|
144
|
-
"commit": "d03c16f09026bac36048241da4635e73d32a6eed"
|
|
145
|
-
},
|
|
146
|
-
{
|
|
147
|
-
"author": "thomas.norling@microsoft.com",
|
|
148
|
-
"package": "@azure/msal-react",
|
|
149
|
-
"comment": "Disallow major bumps",
|
|
150
|
-
"commit": "d03c16f09026bac36048241da4635e73d32a6eed"
|
|
151
|
-
},
|
|
152
|
-
{
|
|
153
|
-
"author": "prkanher@microsoft.com",
|
|
154
|
-
"package": "@azure/msal-react",
|
|
155
|
-
"comment": "docs update for ssoSilent #4123",
|
|
156
|
-
"commit": "d03c16f09026bac36048241da4635e73d32a6eed"
|
|
157
|
-
}
|
|
158
|
-
],
|
|
159
|
-
"patch": [
|
|
160
|
-
{
|
|
161
|
-
"author": "thomas.norling@microsoft.com",
|
|
162
|
-
"package": "@azure/msal-react",
|
|
163
|
-
"comment": "Export library version #4124",
|
|
164
|
-
"commit": "d03c16f09026bac36048241da4635e73d32a6eed"
|
|
165
|
-
}
|
|
166
|
-
]
|
|
167
|
-
}
|
|
168
|
-
},
|
|
169
|
-
{
|
|
170
|
-
"date": "Tue, 07 Sep 2021 23:22:24 GMT",
|
|
171
|
-
"tag": "@azure/msal-react_v1.0.2",
|
|
172
|
-
"version": "1.0.2",
|
|
173
|
-
"comments": {
|
|
174
|
-
"none": [
|
|
175
|
-
{
|
|
176
|
-
"comment": "Unit test updates #3947",
|
|
177
|
-
"author": "thomas.norling@microsoft.com",
|
|
178
|
-
"commit": "75dbe00f7982abf5734698b7ab35fd55b1b8e030",
|
|
179
|
-
"package": "@azure/msal-react"
|
|
180
|
-
},
|
|
181
|
-
{
|
|
182
|
-
"comment": "patch fix",
|
|
183
|
-
"author": "ellymakuba@microsoft.com",
|
|
184
|
-
"commit": "6f6c1fa9987d62a68583c513c4baabe4041eaf17",
|
|
185
|
-
"package": "@azure/msal-react"
|
|
186
|
-
},
|
|
187
|
-
{
|
|
188
|
-
"comment": "Update docs with self-service sign-up FAQ #3934",
|
|
189
|
-
"author": "joliuac@gmail.com",
|
|
190
|
-
"commit": "323d7eabbbd95c499d2c2a2446cdea4531af71c5",
|
|
191
|
-
"package": "@azure/msal-react"
|
|
192
|
-
}
|
|
193
|
-
],
|
|
194
|
-
"patch": [
|
|
195
|
-
{
|
|
196
|
-
"comment": "Fix inProgress state bug when returning from a redirect #4013",
|
|
197
|
-
"author": "thomas.norling@microsoft.com",
|
|
198
|
-
"commit": "09f8cece289c07dd9c5681a31ec285e4111db4ae",
|
|
199
|
-
"package": "@azure/msal-react"
|
|
200
|
-
}
|
|
201
|
-
]
|
|
202
|
-
}
|
|
203
|
-
},
|
|
204
|
-
{
|
|
205
|
-
"date": "Mon, 28 Jun 2021 23:39:48 GMT",
|
|
206
|
-
"tag": "@azure/msal-react_v1.0.1",
|
|
207
|
-
"version": "1.0.1",
|
|
208
|
-
"comments": {
|
|
209
|
-
"none": [
|
|
210
|
-
{
|
|
211
|
-
"comment": "Component governance dependency updates #3655",
|
|
212
|
-
"author": "joarroyo@microsoft.com",
|
|
213
|
-
"commit": "d06ce5f5f4aa774e447d01e9cbf17d05a730bc47",
|
|
214
|
-
"package": "@azure/msal-react"
|
|
215
|
-
},
|
|
216
|
-
{
|
|
217
|
-
"comment": "fix: update package lock files",
|
|
218
|
-
"author": "samuelkamau@microsoft.com",
|
|
219
|
-
"commit": "0199e41269b79de70f7d0da0fb12448db534f784",
|
|
220
|
-
"package": "@azure/msal-react"
|
|
221
|
-
},
|
|
222
|
-
{
|
|
223
|
-
"comment": "Upgrade Jest to v27 #3719",
|
|
224
|
-
"author": "thomas.norling@microsoft.com",
|
|
225
|
-
"commit": "6c34aa5be3ee9536bd2febd2b7781fcdf0d28786",
|
|
226
|
-
"package": "@azure/msal-react"
|
|
227
|
-
}
|
|
228
|
-
],
|
|
229
|
-
"patch": [
|
|
230
|
-
{
|
|
231
|
-
"comment": "Change accounts context type to AccountInfo[] #3677",
|
|
232
|
-
"author": "thomas.norling@microsoft.com",
|
|
233
|
-
"commit": "5ba1ef16fac7b8f7c88505f86cef63f35044c817",
|
|
234
|
-
"package": "@azure/msal-react"
|
|
235
|
-
}
|
|
236
|
-
]
|
|
237
|
-
}
|
|
238
|
-
},
|
|
239
|
-
{
|
|
240
|
-
"date": "Thu, 13 May 2021 18:34:08 GMT",
|
|
241
|
-
"tag": "@azure/msal-react_v1.0.0",
|
|
242
|
-
"version": "1.0.0",
|
|
243
|
-
"comments": {
|
|
244
|
-
"patch": [
|
|
245
|
-
{
|
|
246
|
-
"comment": "Move MSAL Angular v2 and MSAL React to GA",
|
|
247
|
-
"author": "janutter@microsoft.com",
|
|
248
|
-
"commit": "40509896e4820db7ec49093a8afc12b151b85a6a",
|
|
249
|
-
"package": "@azure/msal-react"
|
|
250
|
-
}
|
|
251
|
-
],
|
|
252
|
-
"none": [
|
|
253
|
-
{
|
|
254
|
-
"comment": "Update packge locks",
|
|
255
|
-
"author": "janutter@microsoft.com",
|
|
256
|
-
"commit": "a96f88d90512c2f5a0063a05ebe22240001d91be",
|
|
257
|
-
"package": "@azure/msal-react"
|
|
258
|
-
}
|
|
259
|
-
]
|
|
260
|
-
}
|
|
261
|
-
},
|
|
262
|
-
{
|
|
263
|
-
"date": "Wed, 12 May 2021 18:35:03 GMT",
|
|
264
|
-
"tag": "@azure/msal-react_v1.0.0-beta.3",
|
|
265
|
-
"version": "1.0.0-beta.3",
|
|
266
|
-
"comments": {
|
|
267
|
-
"none": [
|
|
268
|
-
{
|
|
269
|
-
"comment": "replace legacy password-reset flow",
|
|
270
|
-
"author": "dogan.erisen@gmail.com",
|
|
271
|
-
"commit": "f272ffce86591aeeacd892f3b53e522ebcd19555",
|
|
272
|
-
"package": "@azure/msal-react"
|
|
273
|
-
},
|
|
274
|
-
{
|
|
275
|
-
"comment": "Regenerate package-lock #3510",
|
|
276
|
-
"author": "joarroyo@microsoft.com",
|
|
277
|
-
"commit": "ba0092a452f71a7bc58aaf7acdf94536d66f7493",
|
|
278
|
-
"package": "@azure/msal-react"
|
|
279
|
-
}
|
|
280
|
-
],
|
|
281
|
-
"prerelease": [
|
|
282
|
-
{
|
|
283
|
-
"comment": "Fix extra state update in useAccount hook #3527",
|
|
284
|
-
"author": "thomas.norling@microsoft.com",
|
|
285
|
-
"commit": "878253750fecf12b4a865a5821df20d333ff0134",
|
|
286
|
-
"package": "@azure/msal-react"
|
|
287
|
-
},
|
|
288
|
-
{
|
|
289
|
-
"comment": "Prevent UnauthenticatedTemplate from rendering children while processing redirect response #3552",
|
|
290
|
-
"author": "thomas.norling@microsoft.com",
|
|
291
|
-
"commit": "90afc948d8ab779526679d60433b2d81ea7557bc",
|
|
292
|
-
"package": "@azure/msal-react"
|
|
293
|
-
}
|
|
294
|
-
]
|
|
295
|
-
}
|
|
296
|
-
},
|
|
297
|
-
{
|
|
298
|
-
"date": "Thu, 22 Apr 2021 23:26:08 GMT",
|
|
299
|
-
"tag": "@azure/msal-react_v1.0.0-beta.2",
|
|
300
|
-
"version": "1.0.0-beta.2",
|
|
301
|
-
"comments": {
|
|
302
|
-
"none": [
|
|
303
|
-
{
|
|
304
|
-
"comment": "Update msal-react package-lock.json",
|
|
305
|
-
"author": "janutter@microsoft.com",
|
|
306
|
-
"commit": "e5aa3546084fdbd40a77b4bd6eae667d91481620",
|
|
307
|
-
"package": "@azure/msal-react"
|
|
308
|
-
}
|
|
309
|
-
],
|
|
310
|
-
"prerelease": [
|
|
311
|
-
{
|
|
312
|
-
"comment": "Add .browserslistrc #3471",
|
|
313
|
-
"author": "thomas.norling@microsoft.com",
|
|
314
|
-
"commit": "04c6d659d4dc76183ef9043075d3b6cacc450c9b",
|
|
315
|
-
"package": "@azure/msal-react"
|
|
316
|
-
}
|
|
317
|
-
]
|
|
318
|
-
}
|
|
319
|
-
},
|
|
320
|
-
{
|
|
321
|
-
"date": "Wed, 24 Mar 2021 22:55:46 GMT",
|
|
322
|
-
"tag": "@azure/msal-react_v1.0.0-beta.1",
|
|
323
|
-
"version": "1.0.0-beta.1",
|
|
324
|
-
"comments": {
|
|
325
|
-
"none": [
|
|
326
|
-
{
|
|
327
|
-
"comment": "React-add-msal to msal-react migration guide #2964",
|
|
328
|
-
"author": "thomas.norling@microsoft.com",
|
|
329
|
-
"commit": "6e6b1e9cc11140d0f8da21a19fc0fef100b550c6",
|
|
330
|
-
"package": "@azure/msal-react"
|
|
331
|
-
}
|
|
332
|
-
],
|
|
333
|
-
"prerelease": [
|
|
334
|
-
{
|
|
335
|
-
"comment": "Add support for logoutPopup #3044",
|
|
336
|
-
"author": "thomas.norling@microsoft.com",
|
|
337
|
-
"commit": "9c913e05cc75728510e6a88fc50c7d759ec82fef",
|
|
338
|
-
"package": "@azure/msal-react"
|
|
339
|
-
}
|
|
340
|
-
]
|
|
341
|
-
}
|
|
342
|
-
},
|
|
343
|
-
{
|
|
344
|
-
"date": "Mon, 15 Mar 2021 23:45:17 GMT",
|
|
345
|
-
"tag": "@azure/msal-react_v1.0.0-beta.0",
|
|
346
|
-
"version": "1.0.0-beta.0",
|
|
347
|
-
"comments": {
|
|
348
|
-
"none": [
|
|
349
|
-
{
|
|
350
|
-
"comment": "Docs update (#3144)",
|
|
351
|
-
"author": "thomas.norling@microsoft.com",
|
|
352
|
-
"commit": "a7e703018c3595fd16d6017bf6f50cce9e1b2b66",
|
|
353
|
-
"package": "@azure/msal-react"
|
|
354
|
-
},
|
|
355
|
-
{
|
|
356
|
-
"comment": "Remove Storybook #3136",
|
|
357
|
-
"author": "thomas.norling@microsoft.com",
|
|
358
|
-
"commit": "1b49461d376ee972a58c367c828020b045dd80de",
|
|
359
|
-
"package": "@azure/msal-react"
|
|
360
|
-
},
|
|
361
|
-
{
|
|
362
|
-
"comment": "Docs fix syntax error (#3209)",
|
|
363
|
-
"author": "hraz@microsoft.com",
|
|
364
|
-
"commit": "d6ba4ffec7cfbb0c73974629a47f233b50f3fbb4",
|
|
365
|
-
"package": "@azure/msal-react"
|
|
366
|
-
}
|
|
367
|
-
]
|
|
368
|
-
}
|
|
369
|
-
},
|
|
370
|
-
{
|
|
371
|
-
"date": "Wed, 03 Mar 2021 21:47:05 GMT",
|
|
372
|
-
"tag": "@azure/msal-react_v1.0.0-beta.0",
|
|
373
|
-
"version": "1.0.0-beta.0",
|
|
374
|
-
"comments": {
|
|
375
|
-
"none": [
|
|
376
|
-
{
|
|
377
|
-
"comment": "Docs Updates (#2985)",
|
|
378
|
-
"author": "thomas.norling@microsoft.com",
|
|
379
|
-
"commit": "df9e38f5e3b65b3d3ba28b5f323acb4180b32286",
|
|
380
|
-
"package": "@azure/msal-react"
|
|
381
|
-
},
|
|
382
|
-
{
|
|
383
|
-
"comment": "Add error doc to msal-react (#3093)",
|
|
384
|
-
"author": "joarroyo@microsoft.com",
|
|
385
|
-
"commit": "0cbb56a54d60bfd5927112d24e22727f738c3fbe",
|
|
386
|
-
"package": "@azure/msal-react"
|
|
387
|
-
},
|
|
388
|
-
{
|
|
389
|
-
"comment": "Added section about how to acquire an access token outside of a React component.",
|
|
390
|
-
"author": "richardrobberse@outlook.com",
|
|
391
|
-
"commit": "f8d9296a2371a7d58bffcadb8f38abecfb1a4a0b",
|
|
392
|
-
"package": "@azure/msal-react"
|
|
393
|
-
},
|
|
394
|
-
{
|
|
395
|
-
"comment": "Documentation (#3049)",
|
|
396
|
-
"author": "thomas.norling@microsoft.com",
|
|
397
|
-
"commit": "caf92acd34bad788be0dd1b090a3f2ad1d9cf552",
|
|
398
|
-
"package": "@azure/msal-react"
|
|
399
|
-
}
|
|
400
|
-
],
|
|
401
|
-
"prerelease": [
|
|
402
|
-
{
|
|
403
|
-
"comment": "Remove InteractionStatus export (#3048)",
|
|
404
|
-
"author": "thomas.norling@microsoft.com",
|
|
405
|
-
"commit": "06915e1cdece0f9af4794f4612614b38a2dc2542",
|
|
406
|
-
"package": "@azure/msal-react"
|
|
407
|
-
}
|
|
408
|
-
]
|
|
409
|
-
}
|
|
410
|
-
},
|
|
411
|
-
{
|
|
412
|
-
"date": "Thu, 18 Feb 2021 00:34:32 GMT",
|
|
413
|
-
"tag": "@azure/msal-react_v1.0.0-alpha.6",
|
|
414
|
-
"version": "1.0.0-alpha.6",
|
|
415
|
-
"comments": {
|
|
416
|
-
"none": [
|
|
417
|
-
{
|
|
418
|
-
"comment": "review changes, add reference to class-components doc",
|
|
419
|
-
"author": "dogan.erisen@gmail.com",
|
|
420
|
-
"commit": "92cbfdbc4680084a9ca45684cf0732f3fc305f1e",
|
|
421
|
-
"package": "@azure/msal-react"
|
|
422
|
-
}
|
|
423
|
-
]
|
|
424
|
-
}
|
|
425
|
-
},
|
|
426
|
-
{
|
|
427
|
-
"date": "Tue, 09 Feb 2021 01:48:22 GMT",
|
|
428
|
-
"tag": "@azure/msal-react_v1.0.0-alpha.5",
|
|
429
|
-
"version": "1.0.0-alpha.5",
|
|
430
|
-
"comments": {
|
|
431
|
-
"prerelease": [
|
|
432
|
-
{
|
|
433
|
-
"comment": "Check InteractionStatus in Authenticated/UnauthenticatedTemplate (#2996)",
|
|
434
|
-
"author": "thomas.norling@microsoft.com",
|
|
435
|
-
"commit": "4a232f44599e0c88fe68899127992f2d58425e08",
|
|
436
|
-
"package": "@azure/msal-react"
|
|
437
|
-
},
|
|
438
|
-
{
|
|
439
|
-
"comment": "Fix version.json import errors (#2993)",
|
|
440
|
-
"author": "thomas.norling@microsoft.com",
|
|
441
|
-
"commit": "6dc3bc9e2148bc53b181d9f079f6e11e0159620b",
|
|
442
|
-
"package": "@azure/msal-react"
|
|
443
|
-
}
|
|
444
|
-
],
|
|
445
|
-
"none": [
|
|
446
|
-
{
|
|
447
|
-
"comment": "Events Documentation (#2976)",
|
|
448
|
-
"author": "thomas.norling@microsoft.com",
|
|
449
|
-
"commit": "9b3ef650ba0107a470de30876f783311f7324de5",
|
|
450
|
-
"package": "@azure/msal-react"
|
|
451
|
-
},
|
|
452
|
-
{
|
|
453
|
-
"comment": "package-lock updates (#2841)",
|
|
454
|
-
"author": "thomas.norling@microsoft.com",
|
|
455
|
-
"commit": "aba0c69c558d0fe7a8edfc94aa64022a57fb0c41",
|
|
456
|
-
"package": "@azure/msal-react"
|
|
457
|
-
},
|
|
458
|
-
{
|
|
459
|
-
"comment": "Docs updates (#2965)",
|
|
460
|
-
"author": "thomas.norling@microsoft.com",
|
|
461
|
-
"commit": "5d4e67e2e70cf362f58830aaa111a046684c3af8",
|
|
462
|
-
"package": "@azure/msal-react"
|
|
463
|
-
}
|
|
464
|
-
]
|
|
465
|
-
}
|
|
466
|
-
},
|
|
467
|
-
{
|
|
468
|
-
"date": "Tue, 02 Feb 2021 01:56:47 GMT",
|
|
469
|
-
"tag": "@azure/msal-react_v1.0.0-alpha.4",
|
|
470
|
-
"version": "1.0.0-alpha.4",
|
|
471
|
-
"comments": {
|
|
472
|
-
"none": [
|
|
473
|
-
{
|
|
474
|
-
"comment": "Docs update (#2902)",
|
|
475
|
-
"author": "thomas.norling@microsoft.com",
|
|
476
|
-
"commit": "80317ca933498e9c5ec8b2b9dc4c2874313e6fd0",
|
|
477
|
-
"package": "@azure/msal-react"
|
|
478
|
-
},
|
|
479
|
-
{
|
|
480
|
-
"comment": "Add typedocs scripts (#2926)",
|
|
481
|
-
"author": "thomas.norling@microsoft.com",
|
|
482
|
-
"commit": "a44ab8f5294f2ec2cc37b98be4f8654c4d3276fd",
|
|
483
|
-
"package": "@azure/msal-react"
|
|
484
|
-
},
|
|
485
|
-
{
|
|
486
|
-
"comment": "Add project references (#2930)",
|
|
487
|
-
"author": "thomas.norling@microsoft.com",
|
|
488
|
-
"commit": "a836e77e372f1b4da28195d4ad8c0c75d6794875",
|
|
489
|
-
"package": "@azure/msal-react"
|
|
490
|
-
}
|
|
491
|
-
],
|
|
492
|
-
"prerelease": [
|
|
493
|
-
{
|
|
494
|
-
"comment": "Get package version from version.json (#2915)",
|
|
495
|
-
"author": "thomas.norling@microsoft.com",
|
|
496
|
-
"commit": "a6f4702f9439e318a8cb6dc65d1def16351a84fd",
|
|
497
|
-
"package": "@azure/msal-react"
|
|
498
|
-
},
|
|
499
|
-
{
|
|
500
|
-
"comment": "Use interactionStatus and inProgress from msal-browser (#2885)",
|
|
501
|
-
"author": "joarroyo@microsoft.com",
|
|
502
|
-
"commit": "c263c12b7708dd61d8772e4fd147031e4eeb280d",
|
|
503
|
-
"package": "@azure/msal-react"
|
|
504
|
-
},
|
|
505
|
-
{
|
|
506
|
-
"comment": "Pass SKU and version to msal-browser (#2845)",
|
|
507
|
-
"author": "thomas.norling@microsoft.com",
|
|
508
|
-
"commit": "27597c148c718e3d001309349a4498a958688cbd",
|
|
509
|
-
"package": "@azure/msal-react"
|
|
510
|
-
}
|
|
511
|
-
]
|
|
512
|
-
}
|
|
513
|
-
},
|
|
514
|
-
{
|
|
515
|
-
"date": "Thu, 21 Jan 2021 21:48:01 GMT",
|
|
516
|
-
"tag": "@azure/msal-react_v1.0.0-alpha.3",
|
|
517
|
-
"version": "1.0.0-alpha.3",
|
|
518
|
-
"comments": {
|
|
519
|
-
"prerelease": [
|
|
520
|
-
{
|
|
521
|
-
"comment": "Fix initial state values (#2865)",
|
|
522
|
-
"author": "thomas.norling@microsoft.com",
|
|
523
|
-
"commit": "4b41890cf56b9cb60043587dd6065fb4c9144606",
|
|
524
|
-
"package": "@azure/msal-react"
|
|
525
|
-
},
|
|
526
|
-
{
|
|
527
|
-
"comment": "Add missing license files",
|
|
528
|
-
"author": "janutter@microsoft.com",
|
|
529
|
-
"commit": "bee8cbd1f3a22efccb83ba045231eb611e2a7f7d",
|
|
530
|
-
"package": "@azure/msal-react"
|
|
531
|
-
}
|
|
532
|
-
],
|
|
533
|
-
"none": [
|
|
534
|
-
{
|
|
535
|
-
"comment": "Issue-2887 fix missing import in quickstart",
|
|
536
|
-
"author": "simon.j.duff@gmail.com",
|
|
537
|
-
"commit": "4d065cbc8793bb76db40d43517860a55a4cafdd4",
|
|
538
|
-
"package": "@azure/msal-react"
|
|
539
|
-
}
|
|
540
|
-
]
|
|
541
|
-
}
|
|
542
|
-
},
|
|
543
|
-
{
|
|
544
|
-
"date": "Tue, 12 Jan 2021 00:51:26 GMT",
|
|
545
|
-
"tag": "@azure/msal-react_v1.0.0-alpha.2",
|
|
546
|
-
"version": "1.0.0-alpha.2",
|
|
547
|
-
"comments": {
|
|
548
|
-
"prerelease": [
|
|
549
|
-
{
|
|
550
|
-
"comment": "Add logger (#2727)",
|
|
551
|
-
"author": "thomas.norling@microsoft.com",
|
|
552
|
-
"commit": "cc0c22274fabb4304ce8b574c488cc5191362848",
|
|
553
|
-
"package": "@azure/msal-react"
|
|
554
|
-
},
|
|
555
|
-
{
|
|
556
|
-
"comment": "Fix redirect loop when service returns error (#2762)",
|
|
557
|
-
"author": "thomas.norling@microsoft.com",
|
|
558
|
-
"commit": "730d30b7bb2afa597d7b23dc0393dc78d01f849e",
|
|
559
|
-
"package": "@azure/msal-react"
|
|
560
|
-
}
|
|
561
|
-
],
|
|
562
|
-
"none": [
|
|
563
|
-
{
|
|
564
|
-
"comment": "Update storybook to v6",
|
|
565
|
-
"author": "janutter@microsoft.com",
|
|
566
|
-
"commit": "df94f4216584735768589fb047d74762bfa75911",
|
|
567
|
-
"package": "@azure/msal-react"
|
|
568
|
-
},
|
|
569
|
-
{
|
|
570
|
-
"comment": "Readme Update (#2814)",
|
|
571
|
-
"author": "thomas.norling@microsoft.com",
|
|
572
|
-
"commit": "194f21637c900f3e4afb64bbcf47cfc1328cb1bf",
|
|
573
|
-
"package": "@azure/msal-react"
|
|
574
|
-
},
|
|
575
|
-
{
|
|
576
|
-
"comment": "package-lock changes",
|
|
577
|
-
"author": "prkanher@microsoft.com",
|
|
578
|
-
"commit": "c092667cd997935625eafbc491ede54417d4b657",
|
|
579
|
-
"package": "@azure/msal-react"
|
|
580
|
-
},
|
|
581
|
-
{
|
|
582
|
-
"comment": "package.lock change",
|
|
583
|
-
"author": "samuel.kamau@microsoft.com",
|
|
584
|
-
"commit": "4e50ca592f5a17578072be9e4ac28e05b3e6d594",
|
|
585
|
-
"package": "@azure/msal-react"
|
|
586
|
-
},
|
|
587
|
-
{
|
|
588
|
-
"comment": "Readme update (#2813)",
|
|
589
|
-
"author": "thomas.norling@microsoft.com",
|
|
590
|
-
"commit": "c22616826105ea3bad37745e6ffcf27e409fe774",
|
|
591
|
-
"package": "@azure/msal-react"
|
|
592
|
-
}
|
|
593
|
-
]
|
|
594
|
-
}
|
|
595
|
-
},
|
|
596
|
-
{
|
|
597
|
-
"date": "Mon, 07 Dec 2020 22:19:03 GMT",
|
|
598
|
-
"tag": "@azure/msal-react_v1.0.0-alpha.1",
|
|
599
|
-
"version": "1.0.0-alpha.1",
|
|
600
|
-
"comments": {
|
|
601
|
-
"prerelease": [
|
|
602
|
-
{
|
|
603
|
-
"comment": "Prevent unnecessary context updates (#2671)",
|
|
604
|
-
"author": "thomas.norling@microsoft.com",
|
|
605
|
-
"commit": "a1ba4a5037480a23d22d3a72a4217650028953d2",
|
|
606
|
-
"package": "@azure/msal-react"
|
|
607
|
-
},
|
|
608
|
-
{
|
|
609
|
-
"comment": "Updating TestConstants.ts",
|
|
610
|
-
"author": "prkanher@microsoft.com",
|
|
611
|
-
"commit": "b921279b4f285d2984b8458f27348d3f734b0d67",
|
|
612
|
-
"package": "@azure/msal-react"
|
|
613
|
-
},
|
|
614
|
-
{
|
|
615
|
-
"comment": "Readme Updates",
|
|
616
|
-
"author": "thomas.norling@microsoft.com",
|
|
617
|
-
"commit": "4c9729742d82fc51cf7b823bd376e6551dcd851b",
|
|
618
|
-
"package": "@azure/msal-react"
|
|
619
|
-
},
|
|
620
|
-
{
|
|
621
|
-
"comment": "Fix Server/Client mismatch when using SSR (#2646)",
|
|
622
|
-
"author": "thomas.norling@microsoft.com",
|
|
623
|
-
"commit": "23b292184da04a397f985f6453f22810c40d1fbc",
|
|
624
|
-
"package": "@azure/msal-react"
|
|
625
|
-
},
|
|
626
|
-
{
|
|
627
|
-
"comment": "useMsalAuthentication consumes response from login callback (#2610)",
|
|
628
|
-
"author": "thomas.norling@microsoft.com",
|
|
629
|
-
"commit": "9c029bc074ecd32483a45cfab8721f0771c31e55",
|
|
630
|
-
"package": "@azure/msal-react"
|
|
631
|
-
},
|
|
632
|
-
{
|
|
633
|
-
"comment": "Update msal-react ssoSilent example",
|
|
634
|
-
"author": "janutter@microsoft.com",
|
|
635
|
-
"commit": "46bef2f0e3a2ffacc9fd4d69c6016f5528d630a5",
|
|
636
|
-
"package": "@azure/msal-react"
|
|
637
|
-
},
|
|
638
|
-
{
|
|
639
|
-
"comment": "Readme updates (#2592)",
|
|
640
|
-
"author": "thomas.norling@microsoft.com",
|
|
641
|
-
"commit": "cfea3b511ebfcd4a22334a1b7c7625f8a7a3a098",
|
|
642
|
-
"package": "@azure/msal-react"
|
|
643
|
-
}
|
|
644
|
-
]
|
|
645
|
-
}
|
|
646
|
-
},
|
|
647
|
-
{
|
|
648
|
-
"date": "Wed, 11 Nov 2020 23:33:20 GMT",
|
|
649
|
-
"tag": "@azure/msal-react_v1.0.0-alpha.0",
|
|
650
|
-
"version": "1.0.0-alpha.0",
|
|
651
|
-
"comments": {
|
|
652
|
-
"none": [
|
|
653
|
-
{
|
|
654
|
-
"comment": "Change MsalContext file extension (#2584)",
|
|
655
|
-
"author": "thomas.norling@microsoft.com",
|
|
656
|
-
"commit": "f680d65c5b29593242605f815a2a98f126c280a1",
|
|
657
|
-
"package": "@azure/msal-react"
|
|
658
|
-
},
|
|
659
|
-
{
|
|
660
|
-
"comment": "Add localAccountId to AccountIdentifiers (#2588)",
|
|
661
|
-
"author": "thomas.norling@microsoft.com",
|
|
662
|
-
"commit": "b6e1692cc3e3ea8c0d9b5808c4469446c01cfb84",
|
|
663
|
-
"package": "@azure/msal-react"
|
|
664
|
-
},
|
|
665
|
-
{
|
|
666
|
-
"comment": "Update Docs and Deps (#2581)",
|
|
667
|
-
"author": "thomas.norling@microsoft.com",
|
|
668
|
-
"commit": "f27f3ccfbd691b69e0393358eb0c165f1fc1c714",
|
|
669
|
-
"package": "@azure/msal-react"
|
|
670
|
-
}
|
|
671
|
-
]
|
|
672
|
-
}
|
|
673
|
-
},
|
|
674
|
-
{
|
|
675
|
-
"date": "Tue, 10 Nov 2020 01:48:44 GMT",
|
|
676
|
-
"tag": "@azure/msal-react_v2.0.0-alpha.0",
|
|
677
|
-
"version": "2.0.0-alpha.0",
|
|
678
|
-
"comments": {
|
|
679
|
-
"none": [
|
|
680
|
-
{
|
|
681
|
-
"comment": "msal-react first alpha release (#2540)",
|
|
682
|
-
"author": "thomas.norling@microsoft.com",
|
|
683
|
-
"commit": "612feaeb6e5099cae6d1f606d187f5e38063018f",
|
|
684
|
-
"package": "@azure/msal-react"
|
|
685
|
-
}
|
|
686
|
-
]
|
|
687
|
-
}
|
|
688
|
-
}
|
|
689
|
-
]
|
|
690
|
-
}
|