@azure/msal-angular 4.0.13 → 4.0.14

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.
Files changed (89) hide show
  1. package/IMsalService.d.ts +17 -0
  2. package/README.md +1 -1
  3. package/constants.d.ts +5 -0
  4. package/esm2020/IMsalService.mjs +6 -0
  5. package/esm2020/azure-msal-angular.mjs +5 -0
  6. package/esm2020/constants.mjs +10 -0
  7. package/esm2020/msal.broadcast.config.mjs +6 -0
  8. package/esm2020/msal.broadcast.service.mjs +66 -0
  9. package/esm2020/msal.guard.config.mjs +6 -0
  10. package/esm2020/msal.guard.mjs +218 -0
  11. package/esm2020/msal.interceptor.config.mjs +6 -0
  12. package/esm2020/msal.interceptor.mjs +270 -0
  13. package/esm2020/msal.module.mjs +46 -0
  14. package/esm2020/msal.navigation.client.mjs +53 -0
  15. package/esm2020/msal.redirect.component.mjs +31 -0
  16. package/esm2020/msal.service.mjs +88 -0
  17. package/esm2020/packageMetadata.mjs +4 -0
  18. package/esm2020/public-api.mjs +18 -0
  19. package/fesm2015/azure-msal-angular.mjs +762 -0
  20. package/fesm2015/azure-msal-angular.mjs.map +1 -0
  21. package/fesm2020/azure-msal-angular.mjs +758 -0
  22. package/fesm2020/azure-msal-angular.mjs.map +1 -0
  23. package/index.d.ts +5 -0
  24. package/msal.broadcast.config.d.ts +3 -0
  25. package/msal.broadcast.service.d.ts +19 -0
  26. package/msal.guard.config.d.ts +9 -0
  27. package/msal.guard.d.ts +43 -0
  28. package/msal.interceptor.config.d.ts +13 -0
  29. package/msal.interceptor.d.ts +70 -0
  30. package/msal.module.d.ts +13 -0
  31. package/msal.navigation.client.d.ts +19 -0
  32. package/msal.redirect.component.d.ts +15 -0
  33. package/msal.service.d.ts +33 -0
  34. package/package.json +26 -56
  35. package/packageMetadata.d.ts +2 -0
  36. package/{src/public-api.ts → public-api.d.ts} +17 -35
  37. package/.beachballrc +0 -3
  38. package/.editorconfig +0 -16
  39. package/.eslintrc.json +0 -3
  40. package/CHANGELOG.json +0 -2315
  41. package/CHANGELOG.md +0 -869
  42. package/FAQ.md +0 -182
  43. package/angular.json +0 -51
  44. package/docs/angular-universal.md +0 -64
  45. package/docs/configuration.md +0 -609
  46. package/docs/errors.md +0 -89
  47. package/docs/events.md +0 -262
  48. package/docs/initialization.md +0 -206
  49. package/docs/known-issues.md +0 -19
  50. package/docs/logging.md +0 -47
  51. package/docs/msal-guard.md +0 -208
  52. package/docs/msal-interceptor.md +0 -160
  53. package/docs/multi-tenant.md +0 -90
  54. package/docs/performance.md +0 -50
  55. package/docs/public-apis.md +0 -29
  56. package/docs/redirects.md +0 -257
  57. package/docs/security.md +0 -4
  58. package/docs/ssosilent.md +0 -84
  59. package/docs/v0-v1-upgrade-guide.md +0 -61
  60. package/docs/v1-v2-upgrade-guide.md +0 -70
  61. package/docs/v2-v3-upgrade-guide.md +0 -52
  62. package/docs/v3-v4-upgrade-guide.md +0 -36
  63. package/karma.conf.js +0 -44
  64. package/ng-package.json +0 -7
  65. package/src/IMsalService.ts +0 -34
  66. package/src/constants.ts +0 -20
  67. package/src/msal.broadcast.config.ts +0 -8
  68. package/src/msal.broadcast.service.spec.ts +0 -471
  69. package/src/msal.broadcast.service.ts +0 -84
  70. package/src/msal.guard.config.ts +0 -27
  71. package/src/msal.guard.spec.ts +0 -525
  72. package/src/msal.guard.ts +0 -290
  73. package/src/msal.interceptor.config.ts +0 -39
  74. package/src/msal.interceptor.spec.ts +0 -1168
  75. package/src/msal.interceptor.ts +0 -388
  76. package/src/msal.module.ts +0 -51
  77. package/src/msal.navigation.client.spec.ts +0 -96
  78. package/src/msal.navigation.client.ts +0 -59
  79. package/src/msal.redirect.component.spec.ts +0 -64
  80. package/src/msal.redirect.component.ts +0 -26
  81. package/src/msal.service.spec.ts +0 -468
  82. package/src/msal.service.ts +0 -104
  83. package/src/packageMetadata.ts +0 -3
  84. package/src/test.ts +0 -19
  85. package/tsconfig.json +0 -25
  86. package/tsconfig.lib.json +0 -27
  87. package/tsconfig.lib.prod.json +0 -10
  88. package/tsconfig.spec.json +0 -17
  89. package/typedoc.json +0 -10
package/CHANGELOG.json DELETED
@@ -1,2315 +0,0 @@
1
- {
2
- "name": "@azure/msal-angular",
3
- "entries": [
4
- {
5
- "date": "Wed, 18 Jun 2025 15:21:55 GMT",
6
- "version": "4.0.13",
7
- "tag": "@azure/msal-angular_v4.0.13",
8
- "comments": {
9
- "patch": [
10
- {
11
- "author": "beachball",
12
- "package": "@azure/msal-angular",
13
- "comment": "Bump @azure/msal-browser to v4.13.2",
14
- "commit": "not available"
15
- },
16
- {
17
- "author": "beachball",
18
- "package": "@azure/msal-angular",
19
- "comment": "Bump eslint-config-msal to v0.0.0",
20
- "commit": "not available"
21
- }
22
- ]
23
- }
24
- },
25
- {
26
- "date": "Tue, 06 May 2025 22:47:43 GMT",
27
- "version": "4.0.12",
28
- "tag": "@azure/msal-angular_v4.0.12",
29
- "comments": {
30
- "patch": [
31
- {
32
- "author": "beachball",
33
- "package": "@azure/msal-angular",
34
- "comment": "Bump @azure/msal-browser to v4.12.0",
35
- "commit": "not available"
36
- },
37
- {
38
- "author": "beachball",
39
- "package": "@azure/msal-angular",
40
- "comment": "Bump eslint-config-msal to v0.0.0",
41
- "commit": "not available"
42
- }
43
- ]
44
- }
45
- },
46
- {
47
- "date": "Tue, 29 Apr 2025 20:25:48 GMT",
48
- "version": "4.0.11",
49
- "tag": "@azure/msal-angular_v4.0.11",
50
- "comments": {
51
- "patch": [
52
- {
53
- "author": "thomas.norling@microsoft.com",
54
- "package": "@azure/msal-angular",
55
- "commit": "2b6112d62495ac4e3245d8a0d9be6b541ffb206c",
56
- "comment": "Fix circular dependency"
57
- },
58
- {
59
- "author": "beachball",
60
- "package": "@azure/msal-angular",
61
- "comment": "Bump @azure/msal-browser to v4.11.1",
62
- "commit": "not available"
63
- },
64
- {
65
- "author": "beachball",
66
- "package": "@azure/msal-angular",
67
- "comment": "Bump eslint-config-msal to v0.0.0",
68
- "commit": "not available"
69
- }
70
- ]
71
- }
72
- },
73
- {
74
- "date": "Tue, 15 Apr 2025 23:34:14 GMT",
75
- "version": "4.0.10",
76
- "tag": "@azure/msal-angular_v4.0.10",
77
- "comments": {
78
- "patch": [
79
- {
80
- "author": "beachball",
81
- "package": "@azure/msal-angular",
82
- "comment": "Bump @azure/msal-browser to v4.11.0",
83
- "commit": "not available"
84
- },
85
- {
86
- "author": "beachball",
87
- "package": "@azure/msal-angular",
88
- "comment": "Bump eslint-config-msal to v0.0.0",
89
- "commit": "not available"
90
- }
91
- ]
92
- }
93
- },
94
- {
95
- "date": "Tue, 08 Apr 2025 16:56:05 GMT",
96
- "version": "4.0.9",
97
- "tag": "@azure/msal-angular_v4.0.9",
98
- "comments": {
99
- "patch": [
100
- {
101
- "author": "lalimasharda@microsoft.com",
102
- "package": "@azure/msal-angular",
103
- "commit": "fabf962dcb69611b4516342107bc7bcc364c4e68",
104
- "comment": "added resetInProgressEvent function to reset event after handleRedirectPromise is called #7682"
105
- },
106
- {
107
- "author": "shylasummers@microsoft.com",
108
- "package": "@azure/msal-angular",
109
- "commit": "fabf962dcb69611b4516342107bc7bcc364c4e68",
110
- "comment": "Deprecate logout() in Angular"
111
- },
112
- {
113
- "author": "beachball",
114
- "package": "@azure/msal-angular",
115
- "comment": "Bump @azure/msal-browser to v4.10.0",
116
- "commit": "not available"
117
- },
118
- {
119
- "author": "beachball",
120
- "package": "@azure/msal-angular",
121
- "comment": "Bump eslint-config-msal to v0.0.0",
122
- "commit": "not available"
123
- }
124
- ]
125
- }
126
- },
127
- {
128
- "date": "Tue, 25 Mar 2025 22:29:34 GMT",
129
- "version": "4.0.8",
130
- "tag": "@azure/msal-angular_v4.0.8",
131
- "comments": {
132
- "patch": [
133
- {
134
- "author": "thomas.norling@microsoft.com",
135
- "package": "@azure/msal-angular",
136
- "commit": "8bbed7012616d9106c923d08b5c4e408a741577f",
137
- "comment": "Fix request type for ssoSilent"
138
- },
139
- {
140
- "author": "beachball",
141
- "package": "@azure/msal-angular",
142
- "comment": "Bump @azure/msal-browser to v4.9.0",
143
- "commit": "not available"
144
- },
145
- {
146
- "author": "beachball",
147
- "package": "@azure/msal-angular",
148
- "comment": "Bump eslint-config-msal to v0.0.0",
149
- "commit": "not available"
150
- }
151
- ]
152
- }
153
- },
154
- {
155
- "date": "Thu, 20 Mar 2025 22:09:04 GMT",
156
- "version": "4.0.7",
157
- "tag": "@azure/msal-angular_v4.0.7",
158
- "comments": {
159
- "patch": [
160
- {
161
- "author": "beachball",
162
- "package": "@azure/msal-angular",
163
- "comment": "Bump @azure/msal-browser to v4.8.0",
164
- "commit": "not available"
165
- },
166
- {
167
- "author": "beachball",
168
- "package": "@azure/msal-angular",
169
- "comment": "Bump eslint-config-msal to v0.0.0",
170
- "commit": "not available"
171
- }
172
- ]
173
- }
174
- },
175
- {
176
- "date": "Tue, 11 Mar 2025 18:51:25 GMT",
177
- "version": "4.0.6",
178
- "tag": "@azure/msal-angular_v4.0.6",
179
- "comments": {
180
- "patch": [
181
- {
182
- "author": "beachball",
183
- "package": "@azure/msal-angular",
184
- "comment": "Bump @azure/msal-browser to v4.7.0",
185
- "commit": "not available"
186
- },
187
- {
188
- "author": "beachball",
189
- "package": "@azure/msal-angular",
190
- "comment": "Bump eslint-config-msal to v0.0.0",
191
- "commit": "not available"
192
- }
193
- ]
194
- }
195
- },
196
- {
197
- "date": "Tue, 18 Feb 2025 18:51:41 GMT",
198
- "version": "4.0.5",
199
- "tag": "@azure/msal-angular_v4.0.5",
200
- "comments": {
201
- "patch": [
202
- {
203
- "author": "beachball",
204
- "package": "@azure/msal-angular",
205
- "comment": "Bump @azure/msal-browser to v4.3.0",
206
- "commit": "not available"
207
- },
208
- {
209
- "author": "beachball",
210
- "package": "@azure/msal-angular",
211
- "comment": "Bump eslint-config-msal to v0.0.0",
212
- "commit": "not available"
213
- }
214
- ]
215
- }
216
- },
217
- {
218
- "date": "Wed, 05 Feb 2025 00:15:19 GMT",
219
- "version": "4.0.4",
220
- "tag": "@azure/msal-angular_v4.0.4",
221
- "comments": {
222
- "patch": [
223
- {
224
- "author": "beachball",
225
- "package": "@azure/msal-angular",
226
- "comment": "Bump @azure/msal-browser to v4.2.0",
227
- "commit": "not available"
228
- },
229
- {
230
- "author": "beachball",
231
- "package": "@azure/msal-angular",
232
- "comment": "Bump eslint-config-msal to v0.0.0",
233
- "commit": "not available"
234
- }
235
- ]
236
- }
237
- },
238
- {
239
- "date": "Mon, 03 Feb 2025 17:48:09 GMT",
240
- "version": "4.0.3",
241
- "tag": "@azure/msal-angular_v4.0.3",
242
- "comments": {
243
- "patch": [
244
- {
245
- "author": "beachball",
246
- "package": "@azure/msal-angular",
247
- "comment": "Bump @azure/msal-browser to v4.1.0",
248
- "commit": "not available"
249
- },
250
- {
251
- "author": "beachball",
252
- "package": "@azure/msal-angular",
253
- "comment": "Bump eslint-config-msal to v0.0.0",
254
- "commit": "not available"
255
- }
256
- ]
257
- }
258
- },
259
- {
260
- "date": "Wed, 22 Jan 2025 21:45:31 GMT",
261
- "version": "4.0.2",
262
- "tag": "@azure/msal-angular_v4.0.2",
263
- "comments": {
264
- "patch": [
265
- {
266
- "author": "beachball",
267
- "package": "@azure/msal-angular",
268
- "comment": "Bump @azure/msal-browser to v4.0.2",
269
- "commit": "not available"
270
- },
271
- {
272
- "author": "beachball",
273
- "package": "@azure/msal-angular",
274
- "comment": "Bump eslint-config-msal to v0.0.0",
275
- "commit": "not available"
276
- }
277
- ]
278
- }
279
- },
280
- {
281
- "date": "Wed, 15 Jan 2025 05:05:16 GMT",
282
- "version": "4.0.1",
283
- "tag": "@azure/msal-angular_v4.0.1",
284
- "comments": {
285
- "none": [
286
- {
287
- "author": "hemoral@microsoft.com",
288
- "package": "@azure/msal-angular",
289
- "commit": "f0802a137253a664b0ca6ec3749c2df79e0c6ddb",
290
- "comment": "Bump react and angular to next major versions"
291
- }
292
- ],
293
- "patch": [
294
- {
295
- "author": "thomas.norling@microsoft.com",
296
- "package": "@azure/msal-angular",
297
- "commit": "f0802a137253a664b0ca6ec3749c2df79e0c6ddb",
298
- "comment": "Update msal-browser peer dependency to include v4"
299
- },
300
- {
301
- "author": "beachball",
302
- "package": "@azure/msal-angular",
303
- "comment": "Bump @azure/msal-browser to v4.0.1",
304
- "commit": "not available"
305
- },
306
- {
307
- "author": "beachball",
308
- "package": "@azure/msal-angular",
309
- "comment": "Bump eslint-config-msal to v0.0.0",
310
- "commit": "not available"
311
- }
312
- ]
313
- }
314
- },
315
- {
316
- "date": "Tue, 05 Nov 2024 18:58:46 GMT",
317
- "version": "3.1.0",
318
- "tag": "@azure/msal-angular_v3.1.0",
319
- "comments": {
320
- "minor": [
321
- {
322
- "author": "beachball",
323
- "package": "@azure/msal-angular",
324
- "comment": "Bump @azure/msal-browser to v3.27.0",
325
- "commit": "not available"
326
- },
327
- {
328
- "author": "beachball",
329
- "package": "@azure/msal-angular",
330
- "comment": "Bump eslint-config-msal to v0.0.0",
331
- "commit": "not available"
332
- }
333
- ]
334
- }
335
- },
336
- {
337
- "date": "Thu, 03 Oct 2024 00:40:42 GMT",
338
- "version": "3.0.25",
339
- "tag": "@azure/msal-angular_v3.0.25",
340
- "comments": {
341
- "patch": [
342
- {
343
- "author": "beachball",
344
- "package": "@azure/msal-angular",
345
- "comment": "Bump @azure/msal-browser to v3.25.0",
346
- "commit": "not available"
347
- },
348
- {
349
- "author": "beachball",
350
- "package": "@azure/msal-angular",
351
- "comment": "Bump eslint-config-msal to v0.0.0",
352
- "commit": "not available"
353
- }
354
- ]
355
- }
356
- },
357
- {
358
- "date": "Thu, 19 Sep 2024 23:48:30 GMT",
359
- "version": "3.0.24",
360
- "tag": "@azure/msal-angular_v3.0.24",
361
- "comments": {
362
- "patch": [
363
- {
364
- "author": "beachball",
365
- "package": "@azure/msal-angular",
366
- "comment": "Bump @azure/msal-browser to v3.24.0",
367
- "commit": "not available"
368
- },
369
- {
370
- "author": "beachball",
371
- "package": "@azure/msal-angular",
372
- "comment": "Bump eslint-config-msal to v0.0.0",
373
- "commit": "not available"
374
- }
375
- ]
376
- }
377
- },
378
- {
379
- "date": "Wed, 28 Aug 2024 23:06:01 GMT",
380
- "version": "3.0.23",
381
- "tag": "@azure/msal-angular_v3.0.23",
382
- "comments": {
383
- "undefined": [
384
- {
385
- "author": "beachball",
386
- "package": "@azure/msal-angular",
387
- "comment": "Bump @azure/msal-browser to v3.22.0",
388
- "commit": "not available"
389
- },
390
- {
391
- "author": "beachball",
392
- "package": "@azure/msal-angular",
393
- "comment": "Bump eslint-config-msal to v0.0.0",
394
- "commit": "not available"
395
- }
396
- ]
397
- }
398
- },
399
- {
400
- "date": "Tue, 13 Aug 2024 23:25:09 GMT",
401
- "version": "3.0.23",
402
- "tag": "@azure/msal-angular_v3.0.23",
403
- "comments": {
404
- "undefined": [
405
- {
406
- "author": "beachball",
407
- "package": "@azure/msal-angular",
408
- "comment": "Bump @azure/msal-browser to v3.21.0",
409
- "commit": "not available"
410
- },
411
- {
412
- "author": "beachball",
413
- "package": "@azure/msal-angular",
414
- "comment": "Bump eslint-config-msal to v0.0.0",
415
- "commit": "not available"
416
- }
417
- ]
418
- }
419
- },
420
- {
421
- "date": "Tue, 23 Jul 2024 14:19:34 GMT",
422
- "version": "3.0.23",
423
- "tag": "@azure/msal-angular_v3.0.23",
424
- "comments": {
425
- "patch": [
426
- {
427
- "author": "beachball",
428
- "package": "@azure/msal-angular",
429
- "comment": "Bump @azure/msal-browser to v3.20.0",
430
- "commit": "not available"
431
- },
432
- {
433
- "author": "beachball",
434
- "package": "@azure/msal-angular",
435
- "comment": "Bump eslint-config-msal to v0.0.0",
436
- "commit": "not available"
437
- }
438
- ]
439
- }
440
- },
441
- {
442
- "date": "Tue, 16 Jul 2024 18:22:27 GMT",
443
- "version": "3.0.22",
444
- "tag": "@azure/msal-angular_v3.0.22",
445
- "comments": {
446
- "patch": [
447
- {
448
- "author": "beachball",
449
- "package": "@azure/msal-angular",
450
- "comment": "Bump @azure/msal-browser to v3.19.1",
451
- "commit": "not available"
452
- },
453
- {
454
- "author": "beachball",
455
- "package": "@azure/msal-angular",
456
- "comment": "Bump eslint-config-msal to v0.0.0",
457
- "commit": "not available"
458
- }
459
- ]
460
- }
461
- },
462
- {
463
- "date": "Mon, 01 Jul 2024 19:18:29 GMT",
464
- "version": "3.0.21",
465
- "tag": "@azure/msal-angular_v3.0.21",
466
- "comments": {
467
- "patch": [
468
- {
469
- "author": "beachball",
470
- "package": "@azure/msal-angular",
471
- "comment": "Bump @azure/msal-browser to v3.18.0",
472
- "commit": "not available"
473
- },
474
- {
475
- "author": "beachball",
476
- "package": "@azure/msal-angular",
477
- "comment": "Bump eslint-config-msal to v0.0.0",
478
- "commit": "not available"
479
- }
480
- ]
481
- }
482
- },
483
- {
484
- "date": "Mon, 10 Jun 2024 22:30:36 GMT",
485
- "version": "3.0.20",
486
- "tag": "@azure/msal-angular_v3.0.20",
487
- "comments": {
488
- "patch": [
489
- {
490
- "author": "beachball",
491
- "package": "@azure/msal-angular",
492
- "comment": "Bump @azure/msal-browser to v3.17.0",
493
- "commit": "not available"
494
- },
495
- {
496
- "author": "beachball",
497
- "package": "@azure/msal-angular",
498
- "comment": "Bump eslint-config-msal to v0.0.0",
499
- "commit": "not available"
500
- }
501
- ]
502
- }
503
- },
504
- {
505
- "date": "Tue, 04 Jun 2024 00:08:57 GMT",
506
- "version": "3.0.19",
507
- "tag": "@azure/msal-angular_v3.0.19",
508
- "comments": {
509
- "patch": [
510
- {
511
- "author": "joarroyo@microsoft.com",
512
- "package": "@azure/msal-angular",
513
- "commit": "8e4b664577672409573431df264307fb4864564d",
514
- "comment": "Fix query string instead of HostNameAndPort bug in MsalInterceptor #7137"
515
- },
516
- {
517
- "author": "beachball",
518
- "package": "@azure/msal-angular",
519
- "comment": "Bump @azure/msal-browser to v3.16.0",
520
- "commit": "not available"
521
- },
522
- {
523
- "author": "beachball",
524
- "package": "@azure/msal-angular",
525
- "comment": "Bump eslint-config-msal to v0.0.0",
526
- "commit": "not available"
527
- }
528
- ]
529
- }
530
- },
531
- {
532
- "date": "Tue, 28 May 2024 21:37:23 GMT",
533
- "version": "3.0.18",
534
- "tag": "@azure/msal-angular_v3.0.18",
535
- "comments": {
536
- "patch": [
537
- {
538
- "author": "beachball",
539
- "package": "@azure/msal-angular",
540
- "comment": "Bump @azure/msal-browser to v3.15.0",
541
- "commit": "not available"
542
- },
543
- {
544
- "author": "beachball",
545
- "package": "@azure/msal-angular",
546
- "comment": "Bump eslint-config-msal to v0.0.0",
547
- "commit": "not available"
548
- }
549
- ]
550
- }
551
- },
552
- {
553
- "date": "Mon, 06 May 2024 23:48:17 GMT",
554
- "version": "3.0.17",
555
- "tag": "@azure/msal-angular_v3.0.17",
556
- "comments": {
557
- "patch": [
558
- {
559
- "author": "beachball",
560
- "package": "@azure/msal-angular",
561
- "comment": "Bump @azure/msal-browser to v3.14.0",
562
- "commit": "not available"
563
- },
564
- {
565
- "author": "beachball",
566
- "package": "@azure/msal-angular",
567
- "comment": "Bump eslint-config-msal to v0.0.0",
568
- "commit": "not available"
569
- }
570
- ]
571
- }
572
- },
573
- {
574
- "date": "Thu, 11 Apr 2024 21:46:57 GMT",
575
- "version": "3.0.16",
576
- "tag": "@azure/msal-angular_v3.0.16",
577
- "comments": {
578
- "none": [
579
- {
580
- "author": "hemoral@microsoft.com",
581
- "package": "@azure/msal-angular",
582
- "commit": "1549ef7bde5a8ffe0c15024bba5169030a422a64",
583
- "comment": "Migrate ADO Pipelines to OneBranch #6992"
584
- }
585
- ],
586
- "patch": [
587
- {
588
- "author": "beachball",
589
- "package": "@azure/msal-angular",
590
- "comment": "Bump @azure/msal-browser to v3.13.0",
591
- "commit": "not available"
592
- },
593
- {
594
- "author": "beachball",
595
- "package": "@azure/msal-angular",
596
- "comment": "Bump eslint-config-msal to v0.0.0",
597
- "commit": "not available"
598
- }
599
- ]
600
- }
601
- },
602
- {
603
- "date": "Wed, 27 Mar 2024 18:41:17 GMT",
604
- "version": "3.0.15",
605
- "tag": "@azure/msal-angular_v3.0.15",
606
- "comments": {
607
- "patch": [
608
- {
609
- "author": "beachball",
610
- "package": "@azure/msal-angular",
611
- "comment": "Bump @azure/msal-browser to v3.11.1",
612
- "commit": "not available"
613
- },
614
- {
615
- "author": "beachball",
616
- "package": "@azure/msal-angular",
617
- "comment": "Bump eslint-config-msal to v0.0.0",
618
- "commit": "not available"
619
- }
620
- ]
621
- }
622
- },
623
- {
624
- "date": "Fri, 22 Mar 2024 20:32:39 GMT",
625
- "version": "3.0.14",
626
- "tag": "@azure/msal-angular_v3.0.14",
627
- "comments": {
628
- "patch": [
629
- {
630
- "author": "beachball",
631
- "package": "@azure/msal-angular",
632
- "comment": "Bump @azure/msal-browser to v3.11.0",
633
- "commit": "not available"
634
- },
635
- {
636
- "author": "beachball",
637
- "package": "@azure/msal-angular",
638
- "comment": "Bump eslint-config-msal to v0.0.0",
639
- "commit": "not available"
640
- }
641
- ]
642
- }
643
- },
644
- {
645
- "date": "Sat, 17 Feb 2024 01:49:06 GMT",
646
- "version": "3.0.13",
647
- "tag": "@azure/msal-angular_v3.0.13",
648
- "comments": {
649
- "patch": [
650
- {
651
- "author": "beachball",
652
- "package": "@azure/msal-angular",
653
- "comment": "Bump @azure/msal-browser to v3.10.0",
654
- "commit": "not available"
655
- },
656
- {
657
- "author": "beachball",
658
- "package": "@azure/msal-angular",
659
- "comment": "Bump eslint-config-msal to v0.0.0",
660
- "commit": "not available"
661
- }
662
- ]
663
- }
664
- },
665
- {
666
- "date": "Wed, 07 Feb 2024 22:00:37 GMT",
667
- "version": "3.0.12",
668
- "tag": "@azure/msal-angular_v3.0.12",
669
- "comments": {
670
- "none": [
671
- {
672
- "author": "hemoral@microsoft.com",
673
- "package": "@azure/msal-angular",
674
- "commit": "d33c817d7501f8509413d78c3df2ea04355972a5",
675
- "comment": "Update shared config version references to use local files #6855"
676
- }
677
- ],
678
- "patch": [
679
- {
680
- "author": "beachball",
681
- "package": "@azure/msal-angular",
682
- "comment": "Bump @azure/msal-browser to v3.9.0",
683
- "commit": "not available"
684
- },
685
- {
686
- "author": "beachball",
687
- "package": "@azure/msal-angular",
688
- "comment": "Bump eslint-config-msal to v0.0.0",
689
- "commit": "not available"
690
- }
691
- ]
692
- }
693
- },
694
- {
695
- "date": "Tue, 23 Jan 2024 00:06:05 GMT",
696
- "version": "3.0.11",
697
- "tag": "@azure/msal-angular_v3.0.11",
698
- "comments": {
699
- "patch": [
700
- {
701
- "author": "beachball",
702
- "package": "@azure/msal-angular",
703
- "comment": "Bump @azure/msal-browser to v3.7.1",
704
- "commit": "not available"
705
- }
706
- ]
707
- }
708
- },
709
- {
710
- "date": "Tue, 09 Jan 2024 00:03:25 GMT",
711
- "version": "3.0.10",
712
- "tag": "@azure/msal-angular_v3.0.10",
713
- "comments": {
714
- "patch": [
715
- {
716
- "author": "beachball",
717
- "package": "@azure/msal-angular",
718
- "comment": "Bump @azure/msal-browser to v3.7.0",
719
- "commit": "not available"
720
- }
721
- ]
722
- }
723
- },
724
- {
725
- "date": "Fri, 01 Dec 2023 18:46:06 GMT",
726
- "version": "3.0.9",
727
- "tag": "@azure/msal-angular_v3.0.9",
728
- "comments": {
729
- "none": [
730
- {
731
- "author": "hemoral@microsoft.com",
732
- "package": "@azure/msal-angular",
733
- "commit": "392020bee299d01d14db2907da0cab681a3fbdc3",
734
- "comment": "Version bump automation enhancements #6725"
735
- }
736
- ],
737
- "patch": [
738
- {
739
- "author": "beachball",
740
- "package": "@azure/msal-angular",
741
- "comment": "Bump @azure/msal-browser to v3.6.0",
742
- "commit": "not available"
743
- }
744
- ]
745
- }
746
- },
747
- {
748
- "date": "Tue, 07 Nov 2023 00:01:51 GMT",
749
- "version": "3.0.8",
750
- "tag": "@azure/msal-angular_v3.0.8",
751
- "comments": {
752
- "patch": [
753
- {
754
- "author": "beachball",
755
- "package": "@azure/msal-angular",
756
- "comment": "Bump @azure/msal-browser to v3.5.0",
757
- "commit": "not available"
758
- }
759
- ]
760
- }
761
- },
762
- {
763
- "date": "Mon, 30 Oct 2023 21:38:25 GMT",
764
- "version": "3.0.7",
765
- "tag": "@azure/msal-angular_v3.0.7",
766
- "comments": {
767
- "patch": [
768
- {
769
- "author": "beachball",
770
- "package": "@azure/msal-angular",
771
- "comment": "Bump @azure/msal-browser to v3.4.0",
772
- "commit": "not available"
773
- }
774
- ]
775
- }
776
- },
777
- {
778
- "date": "Wed, 18 Oct 2023 17:24:19 GMT",
779
- "version": "3.0.6",
780
- "tag": "@azure/msal-angular_v3.0.6",
781
- "comments": {
782
- "patch": [
783
- {
784
- "author": "beachball",
785
- "package": "@azure/msal-angular",
786
- "comment": "Bump @azure/msal-browser to v3.3.0",
787
- "commit": "not available"
788
- }
789
- ]
790
- }
791
- },
792
- {
793
- "date": "Thu, 05 Oct 2023 18:06:44 GMT",
794
- "version": "3.0.5",
795
- "tag": "@azure/msal-angular_v3.0.5",
796
- "comments": {
797
- "patch": [
798
- {
799
- "author": "beachball",
800
- "package": "@azure/msal-angular",
801
- "comment": "Bump @azure/msal-browser to v3.2.0",
802
- "commit": "not available"
803
- }
804
- ]
805
- }
806
- },
807
- {
808
- "date": "Wed, 06 Sep 2023 17:19:21 GMT",
809
- "version": "3.0.4",
810
- "tag": "@azure/msal-angular_v3.0.4",
811
- "comments": {
812
- "patch": [
813
- {
814
- "author": "kshabelko@microsoft.com",
815
- "package": "@azure/msal-angular",
816
- "commit": "a88c48e20021dd4f5aa8535fba21f71a16455ff4",
817
- "comment": "Remove `files` from `package.json` that breaks packaging/deploying #6442"
818
- }
819
- ]
820
- }
821
- },
822
- {
823
- "date": "Tue, 05 Sep 2023 22:13:47 GMT",
824
- "version": "3.0.3",
825
- "tag": "@azure/msal-angular_v3.0.3",
826
- "comments": {
827
- "patch": [
828
- {
829
- "author": "sameera.gajjarapu@microsoft.com",
830
- "package": "@azure/msal-angular",
831
- "commit": "a5a93f9944739924d73917b49ebaab2430b87743",
832
- "comment": "Add a linter rule to avoid floating promises #6421"
833
- },
834
- {
835
- "author": "lalimasharda@microsoft.com",
836
- "package": "@azure/msal-angular",
837
- "commit": "0046b300428f9c0899af70fa30eac02a93b39cc7",
838
- "comment": "Fix for source-map related errors #6398"
839
- },
840
- {
841
- "author": "beachball",
842
- "package": "@azure/msal-angular",
843
- "comment": "Bump @azure/msal-browser to v3.1.0",
844
- "commit": "not available"
845
- }
846
- ],
847
- "none": [
848
- {
849
- "author": "thomas.norling@microsoft.com",
850
- "package": "@azure/msal-angular",
851
- "commit": "7b0c4cbfc05b32145acbbb9308d945eb4dd85d31",
852
- "comment": "Update lint step"
853
- }
854
- ]
855
- }
856
- },
857
- {
858
- "date": "Fri, 18 Aug 2023 18:40:03 GMT",
859
- "tag": "@azure/msal-angular_v3.0.2",
860
- "version": "3.0.2",
861
- "comments": {
862
- "none": [
863
- {
864
- "author": "thomas.norling@microsoft.com",
865
- "package": "@azure/msal-angular",
866
- "commit": "d6bdb1c9987e54a347874537025c17e70b546f36",
867
- "comment": "Typedocs"
868
- }
869
- ],
870
- "patch": [
871
- {
872
- "author": "beachball",
873
- "package": "@azure/msal-angular",
874
- "comment": "Bump @azure/msal-browser to v3.0.2",
875
- "commit": "05b714f7670e8195f9440f8dd2f750ba6896c3bb"
876
- }
877
- ]
878
- }
879
- },
880
- {
881
- "date": "Fri, 11 Aug 2023 19:00:44 GMT",
882
- "tag": "@azure/msal-angular_v3.0.1",
883
- "version": "3.0.1",
884
- "comments": {
885
- "patch": [
886
- {
887
- "author": "hemoral@microsoft.com",
888
- "package": "@azure/msal-angular",
889
- "commit": "33accbe2d7591ad801e927ca10b98a2109109974",
890
- "comment": "Fix Angular deploy #6316"
891
- },
892
- {
893
- "author": "beachball",
894
- "package": "@azure/msal-angular",
895
- "comment": "Bump @azure/msal-browser to v3.0.1",
896
- "commit": "69d1715ac133eb486d94f87ebbb3fc61b4df3910"
897
- }
898
- ]
899
- }
900
- },
901
- {
902
- "date": "Mon, 07 Aug 2023 18:15:15 GMT",
903
- "tag": "@azure/msal-angular_v3.0.0",
904
- "version": "3.0.0",
905
- "comments": {
906
- "none": [
907
- {
908
- "author": "hemoral@microsoft.com",
909
- "package": "@azure/msal-angular",
910
- "commit": "94ee143a36f1cccc72ca0ed41206c10e239637d7",
911
- "comment": "Remove disallowedChangeTypes from package.json files"
912
- },
913
- {
914
- "author": "thomas.norling@microsoft.com",
915
- "package": "@azure/msal-angular",
916
- "commit": "88f49fb55daa60410bbbc126856bdb7d2189817a",
917
- "comment": "Replace lerna with npm workspaces #6136"
918
- },
919
- {
920
- "author": "thomas.norling@microsoft.com",
921
- "package": "@azure/msal-angular",
922
- "commit": "c34e759455a7cbb86cba943923cff34f5b942e28",
923
- "comment": "Fix formatting #6264"
924
- },
925
- {
926
- "author": "joarroyo@microsoft.com",
927
- "package": "@azure/msal-angular",
928
- "commit": "8d60ee28508c67a1aec38d98d4dffe3c6909ce1a",
929
- "comment": "Changes to MSAL Angular docs and comments for v3 #6008"
930
- },
931
- {
932
- "author": "hemoral@microsoft.com",
933
- "package": "@azure/msal-angular",
934
- "commit": "534a2463b8582f8fa745e9d03097c3395c4431dd",
935
- "comment": " Merge LTS changelogs"
936
- },
937
- {
938
- "author": "joarroyo@microsoft.com",
939
- "package": "@azure/msal-angular",
940
- "commit": "4a5ddee140cf8c6090754bf93add33d6835f99a0",
941
- "comment": "Move initialize from MsalRedirectComponent to handleRedirectObservable #5896"
942
- },
943
- {
944
- "author": "joarroyo@microsoft.com",
945
- "package": "@azure/msal-angular",
946
- "commit": "134c0b2202bc3dc43ba392b7196392b386f566ac",
947
- "comment": "Msal Angular v3 address security vulnerabilities #5884"
948
- }
949
- ],
950
- "major": [
951
- {
952
- "author": "joarroyo@microsoft.com",
953
- "package": "@azure/msal-angular",
954
- "commit": "c0c956a1d31ca5fd4218e04616911a96eac37ba6",
955
- "comment": "Update msal-angular to Angular 15"
956
- },
957
- {
958
- "author": "kshabelko@microsoft.com",
959
- "package": "@azure/msal-angular",
960
- "commit": "c0c956a1d31ca5fd4218e04616911a96eac37ba6",
961
- "comment": "Rebase dev onto v3 #5843"
962
- },
963
- {
964
- "author": "beachball",
965
- "package": "@azure/msal-angular",
966
- "comment": "Bump @azure/msal-browser to v3.0.0",
967
- "commit": "534a2463b8582f8fa745e9d03097c3395c4431dd"
968
- }
969
- ],
970
- "minor": [
971
- {
972
- "author": "thomas.norling@microsoft.com",
973
- "package": "@azure/msal-angular",
974
- "commit": "faae9defff0424799bfa540fdb2c2f309b34db3a",
975
- "comment": "Remove unused main field in package.json #6190"
976
- },
977
- {
978
- "author": "joarroyo@microsoft.com",
979
- "package": "@azure/msal-angular",
980
- "commit": "0e1b723cd4a8d59c963fd7a5a5884bebb9e49fbe",
981
- "comment": "Update log to match name change #6036"
982
- },
983
- {
984
- "author": "joarroyo@microsoft.com",
985
- "package": "@azure/msal-angular",
986
- "commit": "3458e0096365c79e6fb4054dfce87ff0b6dd2d41",
987
- "comment": "Update rxjs dev dependency #6004"
988
- },
989
- {
990
- "author": "hemoral@microsoft.com",
991
- "package": "@azure/msal-angular",
992
- "commit": "c0c956a1d31ca5fd4218e04616911a96eac37ba6",
993
- "comment": "Msal v3 final rebase #5859"
994
- },
995
- {
996
- "author": "hemoral@microsoft.com",
997
- "package": "@azure/msal-angular",
998
- "commit": "c0c956a1d31ca5fd4218e04616911a96eac37ba6",
999
- "comment": "Allow major change types for v3 updates #5746"
1000
- }
1001
- ],
1002
- "patch": [
1003
- {
1004
- "author": "beachball",
1005
- "package": "@azure/msal-angular",
1006
- "comment": "Bump @azure/msal-browser to v3.0.0",
1007
- "commit": "94ee143a36f1cccc72ca0ed41206c10e239637d7"
1008
- },
1009
- {
1010
- "author": "kshabelko@microsoft.com",
1011
- "package": "@azure/msal-angular",
1012
- "commit": "c0c956a1d31ca5fd4218e04616911a96eac37ba6",
1013
- "comment": "Fix package-lock.json #5788"
1014
- }
1015
- ]
1016
- }
1017
- },
1018
- {
1019
- "date": "Mon, 01 May 2023 20:47:44 GMT",
1020
- "tag": "@azure/msal-angular_v2.5.7",
1021
- "version": "2.5.7",
1022
- "comments": {
1023
- "patch": [
1024
- {
1025
- "author": "beachball",
1026
- "package": "@azure/msal-angular",
1027
- "comment": "Bump @azure/msal-browser to v2.36.0",
1028
- "commit": "38c29bdb23f75989f9b1efcdd038e28586370fb0"
1029
- }
1030
- ]
1031
- }
1032
- },
1033
- {
1034
- "date": "Mon, 03 Apr 2023 21:29:32 GMT",
1035
- "tag": "@azure/msal-angular_v2.5.5",
1036
- "version": "2.5.5",
1037
- "comments": {
1038
- "patch": [
1039
- {
1040
- "author": "beachball",
1041
- "package": "@azure/msal-angular",
1042
- "comment": "Bump @azure/msal-browser to v2.35.0",
1043
- "commit": "98cb8fce7ff4199e528ffe819dccbf58d28a8c80"
1044
- }
1045
- ]
1046
- }
1047
- },
1048
- {
1049
- "date": "Tue, 07 Mar 2023 16:48:51 GMT",
1050
- "tag": "@azure/msal-angular_v2.5.4",
1051
- "version": "2.5.4",
1052
- "comments": {
1053
- "patch": [
1054
- {
1055
- "author": "ykshtein@gmail.com",
1056
- "package": "@azure/msal-angular",
1057
- "commit": "f73ad6a05ef68f9d9528dafbf702168a4e3fdc28",
1058
- "comment": "Avoid throwing 'Interaction is currently in progress' error in msal interceptor #5146"
1059
- },
1060
- {
1061
- "author": "beachball",
1062
- "package": "@azure/msal-angular",
1063
- "comment": "Bump @azure/msal-browser to v2.34.0",
1064
- "commit": "cbd2c9ddae007b1ca0468a3299aebe0ae053bf80"
1065
- }
1066
- ],
1067
- "none": [
1068
- {
1069
- "author": "hemoral@microsoft.com",
1070
- "package": "@azure/msal-angular",
1071
- "commit": "43cf9c877cf7055670252c115c65157665743475",
1072
- "comment": "Mitigate ua-parser-js vulnerability in msal-angular #5686"
1073
- }
1074
- ]
1075
- }
1076
- },
1077
- {
1078
- "date": "Mon, 06 Feb 2023 18:51:51 GMT",
1079
- "tag": "@azure/msal-angular_v2.5.3",
1080
- "version": "2.5.3",
1081
- "comments": {
1082
- "patch": [
1083
- {
1084
- "author": "milos.buda@hotmail.com",
1085
- "package": "@azure/msal-angular",
1086
- "commit": "aa799b962bba2472b9c7244ec103bfb15212f970",
1087
- "comment": "Update ProtectedResourceScopes type to allow unprotected resource for concrete request type (#5563)"
1088
- },
1089
- {
1090
- "author": "beachball",
1091
- "package": "@azure/msal-angular",
1092
- "comment": "Bump @azure/msal-browser to v2.33.0",
1093
- "commit": "a7d7ecc41dbd3aed621d22a3e3263aee25ce6c10"
1094
- }
1095
- ]
1096
- }
1097
- },
1098
- {
1099
- "date": "Mon, 09 Jan 2023 22:44:57 GMT",
1100
- "tag": "@azure/msal-angular_v2.5.2",
1101
- "version": "2.5.2",
1102
- "comments": {
1103
- "none": [
1104
- {
1105
- "author": "thomas.norling@microsoft.com",
1106
- "package": "@azure/msal-angular",
1107
- "commit": "67a1646f747e9885b0abd8996c91c474ad655ba4",
1108
- "comment": "Address dependabot alerts"
1109
- }
1110
- ],
1111
- "patch": [
1112
- {
1113
- "author": "beachball",
1114
- "package": "@azure/msal-angular",
1115
- "comment": "Bump @azure/msal-browser to v2.32.2",
1116
- "commit": "1c8f7d7e2fde5d0b701f7eb5bd1866177a5f8794"
1117
- }
1118
- ]
1119
- }
1120
- },
1121
- {
1122
- "date": "Wed, 07 Dec 2022 16:53:07 GMT",
1123
- "tag": "@azure/msal-angular_v2.5.1",
1124
- "version": "2.5.1",
1125
- "comments": {
1126
- "patch": [
1127
- {
1128
- "author": "beachball",
1129
- "package": "@azure/msal-angular",
1130
- "comment": "Bump @azure/msal-browser to v2.32.1",
1131
- "commit": "48cb414b1a722dacf5439a1df6bad070cff62aa4"
1132
- }
1133
- ]
1134
- }
1135
- },
1136
- {
1137
- "date": "Mon, 21 Nov 2022 19:14:45 GMT",
1138
- "tag": "@azure/msal-angular_v2.5.0",
1139
- "version": "2.5.0",
1140
- "comments": {
1141
- "minor": [
1142
- {
1143
- "author": "beachball",
1144
- "package": "@azure/msal-angular",
1145
- "comment": "Bump @azure/msal-browser to v2.32.0",
1146
- "commit": "b6454bd1ff556f8d3482689d6a769e5e659a9f7d"
1147
- }
1148
- ]
1149
- }
1150
- },
1151
- {
1152
- "date": "Mon, 07 Nov 2022 22:46:55 GMT",
1153
- "tag": "@azure/msal-angular_v2.4.6",
1154
- "version": "2.4.6",
1155
- "comments": {
1156
- "patch": [
1157
- {
1158
- "author": "beachball",
1159
- "package": "@azure/msal-angular",
1160
- "comment": "Bump @azure/msal-browser to v2.31.0",
1161
- "commit": "ae6f326996be7eec25faa19d3f714b860a424878"
1162
- }
1163
- ]
1164
- }
1165
- },
1166
- {
1167
- "date": "Mon, 10 Oct 2022 22:27:03 GMT",
1168
- "tag": "@azure/msal-angular_v2.4.5",
1169
- "version": "2.4.5",
1170
- "comments": {
1171
- "patch": [
1172
- {
1173
- "author": "beachball",
1174
- "package": "@azure/msal-angular",
1175
- "comment": "Bump @azure/msal-browser to v2.30.0",
1176
- "commit": "1bb8ed44ca44617636fb62199deb005d69341fb7"
1177
- }
1178
- ]
1179
- }
1180
- },
1181
- {
1182
- "date": "Mon, 03 Oct 2022 22:12:26 GMT",
1183
- "tag": "@azure/msal-angular_v2.4.4",
1184
- "version": "2.4.4",
1185
- "comments": {
1186
- "none": [
1187
- {
1188
- "author": "sameera.gajjarapu@microsoft.com",
1189
- "package": "@azure/msal-angular",
1190
- "commit": "64e4116894106694d3f904e5eff885f958fd82ea",
1191
- "comment": "Update package-lock.json for published releases #5213"
1192
- }
1193
- ],
1194
- "patch": [
1195
- {
1196
- "author": "beachball",
1197
- "package": "@azure/msal-angular",
1198
- "comment": "Bump @azure/msal-browser to v2.29.0",
1199
- "commit": "22b4edc74bd5a561ded056cf6451a8371598c76c"
1200
- }
1201
- ]
1202
- }
1203
- },
1204
- {
1205
- "date": "Mon, 12 Sep 2022 18:19:32 GMT",
1206
- "tag": "@azure/msal-angular_v2.4.3",
1207
- "version": "2.4.3",
1208
- "comments": {
1209
- "none": [
1210
- {
1211
- "author": "hemoral@microsoft.com",
1212
- "package": "@azure/msal-angular",
1213
- "commit": "ffde7158aba741b804d5558fc162c1f1c45c28cd",
1214
- "comment": "Post Release September 2022 #5186"
1215
- }
1216
- ],
1217
- "patch": [
1218
- {
1219
- "author": "beachball",
1220
- "package": "@azure/msal-angular",
1221
- "comment": "Bump @azure/msal-browser to v2.28.3",
1222
- "commit": "cf19d12246949f9cb99f4853953cbefb7d27009e"
1223
- }
1224
- ]
1225
- }
1226
- },
1227
- {
1228
- "date": "Fri, 02 Sep 2022 18:06:53 GMT",
1229
- "tag": "@azure/msal-angular_v2.4.2",
1230
- "version": "2.4.2",
1231
- "comments": {
1232
- "patch": [
1233
- {
1234
- "author": "beachball",
1235
- "package": "@azure/msal-angular",
1236
- "comment": "Bump @azure/msal-browser to v2.28.2",
1237
- "commit": "75e3189e8cf3d46497a7587d7f221057a5f0ede6"
1238
- }
1239
- ]
1240
- }
1241
- },
1242
- {
1243
- "date": "Mon, 01 Aug 2022 22:22:35 GMT",
1244
- "tag": "@azure/msal-angular_v2.4.1",
1245
- "version": "2.4.1",
1246
- "comments": {
1247
- "none": [
1248
- {
1249
- "author": "thomas.norling@microsoft.com",
1250
- "package": "@azure/msal-angular",
1251
- "commit": "674ff0c4a543fb2b5b52f3a7aed4fe32b387b7b2",
1252
- "comment": "Update package-lock"
1253
- }
1254
- ],
1255
- "patch": [
1256
- {
1257
- "author": "beachball",
1258
- "package": "@azure/msal-angular",
1259
- "comment": "Bump @azure/msal-browser to v2.28.1",
1260
- "commit": "9ddeaca3f2b983b459cd0b4651aa4a7adc10e18c"
1261
- }
1262
- ]
1263
- }
1264
- },
1265
- {
1266
- "date": "Mon, 18 Jul 2022 23:26:21 GMT",
1267
- "tag": "@azure/msal-angular_v2.4.0",
1268
- "version": "2.4.0",
1269
- "comments": {
1270
- "none": [
1271
- {
1272
- "author": "hemoral@microsoft.com",
1273
- "package": "@azure/msal-angular",
1274
- "commit": "ff3a2452ff8778a56df04065b798ed827589b434",
1275
- "comment": "Update package-locks to fix CI issue #5005"
1276
- }
1277
- ],
1278
- "minor": [
1279
- {
1280
- "author": "joarroyo@microsoft.com",
1281
- "package": "@azure/msal-angular",
1282
- "commit": "9a0b2c0b32c824c549356e29f895672e8439e7e9",
1283
- "comment": "Add MsalBroadcastService configurations, allow replay of past events #4998"
1284
- },
1285
- {
1286
- "author": "beachball",
1287
- "package": "@azure/msal-angular",
1288
- "comment": "Bump @azure/msal-browser to v2.28.0",
1289
- "commit": "1b74296d45864f3721895819733ea5ee39006b6f"
1290
- }
1291
- ]
1292
- }
1293
- },
1294
- {
1295
- "date": "Tue, 05 Jul 2022 22:37:04 GMT",
1296
- "tag": "@azure/msal-angular_v2.3.3",
1297
- "version": "2.3.3",
1298
- "comments": {
1299
- "patch": [
1300
- {
1301
- "author": "beachball",
1302
- "package": "@azure/msal-angular",
1303
- "comment": "Bump @azure/msal-browser to v2.27.0",
1304
- "commit": "bfd3760ce1aca6b4be8ae937606215676a72e5c5"
1305
- }
1306
- ]
1307
- }
1308
- },
1309
- {
1310
- "date": "Mon, 13 Jun 2022 22:28:09 GMT",
1311
- "tag": "@azure/msal-angular_v2.3.2",
1312
- "version": "2.3.2",
1313
- "comments": {
1314
- "patch": [
1315
- {
1316
- "author": "beachball",
1317
- "package": "@azure/msal-angular",
1318
- "comment": "Bump @azure/msal-browser to v2.26.0",
1319
- "commit": "e325d870a211b4ad6fa97bb95b6b224299247940"
1320
- }
1321
- ]
1322
- }
1323
- },
1324
- {
1325
- "date": "Mon, 06 Jun 2022 22:13:00 GMT",
1326
- "tag": "@azure/msal-angular_v2.3.1",
1327
- "version": "2.3.1",
1328
- "comments": {
1329
- "patch": [
1330
- {
1331
- "author": "beachball",
1332
- "package": "@azure/msal-angular",
1333
- "comment": "Bump @azure/msal-browser to v2.25.0",
1334
- "commit": "3b8942d3cf281352236b820c931a89b4dbcbf85b"
1335
- }
1336
- ]
1337
- }
1338
- },
1339
- {
1340
- "date": "Mon, 02 May 2022 22:23:33 GMT",
1341
- "tag": "@azure/msal-angular_v2.3.0",
1342
- "version": "2.3.0",
1343
- "comments": {
1344
- "minor": [
1345
- {
1346
- "author": "thomas.norling@microsoft.com",
1347
- "package": "@azure/msal-angular",
1348
- "commit": "cb93cc7e0deadefac126b23c3326c4b2aa4be142",
1349
- "comment": "Add support for acquiring tokens from the native broker #4531"
1350
- },
1351
- {
1352
- "author": "beachball",
1353
- "package": "@azure/msal-angular",
1354
- "comment": "Bump @azure/msal-browser to v2.24.0",
1355
- "commit": "cbf5e7a6c81d01ce40bfbcbca9be158c5ee395aa"
1356
- }
1357
- ],
1358
- "none": [
1359
- {
1360
- "author": "rginsburg@microsoft.com",
1361
- "package": "@azure/msal-angular",
1362
- "commit": "94372ab043804ccd56334d87f7cfa6306fcb1115",
1363
- "comment": "Created Angular 14 RxJS 6/7 Sample Apps #4642"
1364
- },
1365
- {
1366
- "author": "hemoral@microsoft.com",
1367
- "package": "@azure/msal-angular",
1368
- "commit": "55adbfb3cc8c84aa64a11936da3cdf8602aa490b",
1369
- "comment": "Bump caniuse-lite from 1.0.30001323 to 1.0.30001334 in /lib/msal-angular #4766"
1370
- }
1371
- ]
1372
- }
1373
- },
1374
- {
1375
- "date": "Mon, 04 Apr 2022 21:12:41 GMT",
1376
- "tag": "@azure/msal-angular_v2.2.0",
1377
- "version": "2.2.0",
1378
- "comments": {
1379
- "minor": [
1380
- {
1381
- "author": "rginsburg@microsoft.com",
1382
- "package": "@azure/msal-angular",
1383
- "commit": "0feaf5678cf92abbf649b08565dfd74dba2a5620",
1384
- "comment": "Add support for rxjs v7 and Angular 13 #4605"
1385
- },
1386
- {
1387
- "author": "beachball",
1388
- "package": "@azure/msal-angular",
1389
- "comment": "Bump @azure/msal-browser to v2.23.0",
1390
- "commit": "63c34341780208480edc2f86e623ba12a7f847c3"
1391
- }
1392
- ]
1393
- }
1394
- },
1395
- {
1396
- "date": "Mon, 07 Mar 2022 23:28:43 GMT",
1397
- "tag": "@azure/msal-angular_v2.1.2",
1398
- "version": "2.1.2",
1399
- "comments": {
1400
- "patch": [
1401
- {
1402
- "author": "beachball",
1403
- "package": "@azure/msal-angular",
1404
- "comment": "Bump @azure/msal-browser to v2.22.1",
1405
- "commit": "34ee02434be99db2e03376b5994579df27c4b546"
1406
- }
1407
- ]
1408
- }
1409
- },
1410
- {
1411
- "date": "Tue, 08 Feb 2022 00:41:06 GMT",
1412
- "tag": "@azure/msal-angular_v2.1.1",
1413
- "version": "2.1.1",
1414
- "comments": {
1415
- "none": [
1416
- {
1417
- "author": "thomas.norling@microsoft.com",
1418
- "package": "@azure/msal-angular",
1419
- "commit": "19f76b1d9cd2b0f1a4a7e4765c8ee9e7e17f3d59",
1420
- "comment": "Test changes #4383"
1421
- },
1422
- {
1423
- "author": "kamausamuel11@gmail.com",
1424
- "package": "@azure/msal-angular",
1425
- "commit": "5767008f8ef9f3b05aeba421cc4aa6c6bb616e86",
1426
- "comment": "fix: update package-lock files"
1427
- }
1428
- ],
1429
- "patch": [
1430
- {
1431
- "author": "beachball",
1432
- "package": "@azure/msal-angular",
1433
- "comment": "Bump @azure/msal-browser to v2.22.0",
1434
- "commit": "639253acbc825e1f19ca712bc72dce8da149e3e8"
1435
- }
1436
- ]
1437
- }
1438
- },
1439
- {
1440
- "date": "Tue, 04 Jan 2022 00:20:29 GMT",
1441
- "tag": "@azure/msal-angular_v2.1.0",
1442
- "version": "2.1.0",
1443
- "comments": {
1444
- "none": [
1445
- {
1446
- "author": "hemoral@microsoft.com",
1447
- "package": "@azure/msal-angular",
1448
- "commit": "60e2cfc0e9daa3c24e994617b4ac42aef6880b74",
1449
- "comment": "Add support for requested claims in silent token acquisition #4296"
1450
- }
1451
- ],
1452
- "minor": [
1453
- {
1454
- "author": "beachball",
1455
- "package": "@azure/msal-angular",
1456
- "comment": "Bump @azure/msal-browser to v2.21.0",
1457
- "commit": "bd9b1af91c278926ab2e6943cf90817a7ac4957b"
1458
- }
1459
- ]
1460
- }
1461
- },
1462
- {
1463
- "date": "Tue, 07 Dec 2021 00:17:01 GMT",
1464
- "tag": "@azure/msal-angular_v2.0.6",
1465
- "version": "2.0.6",
1466
- "comments": {
1467
- "none": [
1468
- {
1469
- "author": "thomas.norling@microsoft.com",
1470
- "package": "@azure/msal-angular",
1471
- "commit": "02dbd9172368bfc69e4a47f01a3ada0b96345c81",
1472
- "comment": "Package.json updates"
1473
- },
1474
- {
1475
- "author": "kamausamuel11@gmail.com",
1476
- "package": "@azure/msal-angular",
1477
- "commit": "8259de7520d2940d290332cd03c5b8babeb0966e",
1478
- "comment": "deps: audit fix on msal-angular"
1479
- }
1480
- ],
1481
- "patch": [
1482
- {
1483
- "author": "janutter@microsoft.com",
1484
- "package": "@azure/msal-angular",
1485
- "commit": "13ac4c3dc5a50648b2e462c71d4285b2a320e225",
1486
- "comment": "Fix angular guard /code check to ensure proper length #4249"
1487
- },
1488
- {
1489
- "author": "beachball",
1490
- "package": "@azure/msal-angular",
1491
- "comment": "Bump @azure/msal-browser to v2.20.0",
1492
- "commit": "d7c209f7aa3ae4380a77a31ff1319fbf7201ae45"
1493
- }
1494
- ]
1495
- }
1496
- },
1497
- {
1498
- "date": "Mon, 01 Nov 2021 23:53:22 GMT",
1499
- "tag": "@azure/msal-angular_v2.0.5",
1500
- "version": "2.0.5",
1501
- "comments": {
1502
- "patch": [
1503
- {
1504
- "author": "thomas.norling@microsoft.com",
1505
- "package": "@azure/msal-angular",
1506
- "commit": "4e6070227590e3ce147546718b59026dac988df2",
1507
- "comment": "Fix redirect processing when allowRedirectInIframe: true #4142"
1508
- },
1509
- {
1510
- "author": "janutter@microsoft.com",
1511
- "package": "@azure/msal-angular",
1512
- "commit": "a554867901e8b830de5e55d312da8540117f9823",
1513
- "comment": "Ensure code is in fragment for Angular guard #4190"
1514
- },
1515
- {
1516
- "author": "beachball",
1517
- "package": "@azure/msal-angular",
1518
- "comment": "Bump @azure/msal-browser to v2.19.0",
1519
- "commit": "6ac29855822ce1ba9531a68bcaa6f37443ef16c0"
1520
- }
1521
- ],
1522
- "none": [
1523
- {
1524
- "author": "janutter@microsoft.com",
1525
- "package": "@azure/msal-angular",
1526
- "commit": "c5a8de4a5dc7acb9bdf1759eb3cb9811459c3d82",
1527
- "comment": "Update package-locks to fix dependantbot alerts #4181"
1528
- }
1529
- ]
1530
- }
1531
- },
1532
- {
1533
- "date": "Mon, 04 Oct 2021 23:12:35 GMT",
1534
- "tag": "@azure/msal-angular_v2.0.4",
1535
- "version": "2.0.4",
1536
- "comments": {
1537
- "patch": [
1538
- {
1539
- "author": "thomas.norling@microsoft.com",
1540
- "package": "@azure/msal-angular",
1541
- "comment": "Export library version #4124",
1542
- "commit": "d03c16f09026bac36048241da4635e73d32a6eed"
1543
- },
1544
- {
1545
- "author": "beachball",
1546
- "package": "@azure/msal-angular",
1547
- "comment": "Bump @azure/msal-browser to v2.18.0",
1548
- "commit": "d03c16f09026bac36048241da4635e73d32a6eed"
1549
- }
1550
- ],
1551
- "none": [
1552
- {
1553
- "author": "thomas.norling@microsoft.com",
1554
- "package": "@azure/msal-angular",
1555
- "comment": "Disallow major bumps",
1556
- "commit": "d03c16f09026bac36048241da4635e73d32a6eed"
1557
- },
1558
- {
1559
- "author": "prkanher@microsoft.com",
1560
- "package": "@azure/msal-angular",
1561
- "comment": "docs update for ssoSilent #4123",
1562
- "commit": "d03c16f09026bac36048241da4635e73d32a6eed"
1563
- },
1564
- {
1565
- "author": "kamausamuel11@gmail.com",
1566
- "package": "@azure/msal-angular",
1567
- "comment": "fix: add forked bindings library to node-extensions",
1568
- "commit": "d03c16f09026bac36048241da4635e73d32a6eed"
1569
- },
1570
- {
1571
- "author": "thomas.norling@microsoft.com",
1572
- "package": "@azure/msal-angular",
1573
- "comment": "Docs #3981",
1574
- "commit": "d03c16f09026bac36048241da4635e73d32a6eed"
1575
- }
1576
- ]
1577
- }
1578
- },
1579
- {
1580
- "date": "Tue, 07 Sep 2021 23:22:24 GMT",
1581
- "tag": "@azure/msal-angular_v2.0.3",
1582
- "version": "2.0.3",
1583
- "comments": {
1584
- "patch": [
1585
- {
1586
- "comment": "Fix inProgress state bug when returning from a redirect #4013",
1587
- "author": "thomas.norling@microsoft.com",
1588
- "commit": "e5189470fb0c9b58ceec24769eccbfd478941eee",
1589
- "package": "@azure/msal-angular"
1590
- },
1591
- {
1592
- "comment": "Fix infinite reload on route protected by MsalGuard when '#code=' appears in the url #3995",
1593
- "author": "thomas.norling@microsoft.com",
1594
- "commit": "2964454a86fec796bb01f8a5bc3992b423d47009",
1595
- "package": "@azure/msal-angular"
1596
- }
1597
- ],
1598
- "none": [
1599
- {
1600
- "comment": "Add missing fields to package.json #3977",
1601
- "author": "thomas.norling@microsoft.com",
1602
- "commit": "18a4d771253e1821a3bce77199b632cd8cc0b2a0",
1603
- "package": "@azure/msal-angular"
1604
- },
1605
- {
1606
- "comment": "Update docs with self-service sign up FAQ #3934",
1607
- "author": "joliuac@gmail.com",
1608
- "commit": "323d7eabbbd95c499d2c2a2446cdea4531af71c5",
1609
- "package": "@azure/msal-angular"
1610
- },
1611
- {
1612
- "comment": "patch fix",
1613
- "author": "ellymakuba@microsoft.com",
1614
- "commit": "6f6c1fa9987d62a68583c513c4baabe4041eaf17",
1615
- "package": "@azure/msal-angular"
1616
- }
1617
- ]
1618
- }
1619
- },
1620
- {
1621
- "date": "Thu, 22 Jul 2021 22:50:22 GMT",
1622
- "tag": "@azure/msal-angular_v2.0.2",
1623
- "version": "2.0.2",
1624
- "comments": {
1625
- "patch": [
1626
- {
1627
- "comment": "allow unprotect resources on certain http methods #3878",
1628
- "author": "daniel.vargastr@gmail.com",
1629
- "commit": "2ba05427101893edf907d3469dbce81756577d2f",
1630
- "package": "@azure/msal-angular"
1631
- },
1632
- {
1633
- "comment": "fix: fixing the npm audit issues",
1634
- "author": "samuelkamau@microsoft.com",
1635
- "commit": "9b19470078b65bedf2b69246ba764b32b533a268",
1636
- "package": "@azure/msal-angular"
1637
- }
1638
- ],
1639
- "none": [
1640
- {
1641
- "comment": "Remove note from FAQ about active accounts not persisting",
1642
- "author": "thomas.norling@microsoft.com",
1643
- "commit": "db59cc072e50f201f09e03a09a1b7b8355e10ee1",
1644
- "package": "@azure/msal-angular"
1645
- }
1646
- ]
1647
- }
1648
- },
1649
- {
1650
- "date": "Mon, 28 Jun 2021 23:39:48 GMT",
1651
- "tag": "@azure/msal-angular_v2.0.1",
1652
- "version": "2.0.1",
1653
- "comments": {
1654
- "patch": [
1655
- {
1656
- "comment": "Don't use normalized url in Angular custom nav client #3757",
1657
- "author": "janutter@microsoft.com",
1658
- "commit": "267087aa1443bdd8a1b0208f300f56e9b8b5b8d5",
1659
- "package": "@azure/msal-angular"
1660
- },
1661
- {
1662
- "comment": "MsalInterceptor relative url fix #3729",
1663
- "author": "joarroyo@microsoft.com",
1664
- "commit": "18e0a6e4e96c640216759547c2945da46182e4ea",
1665
- "package": "@azure/msal-angular"
1666
- },
1667
- {
1668
- "comment": "Add window check to msal-guard #3664",
1669
- "author": "joarroyo@microsoft.com",
1670
- "commit": "e4ee6981f042308d44f97590454b548a0197c3f1",
1671
- "package": "@azure/msal-angular"
1672
- }
1673
- ],
1674
- "none": [
1675
- {
1676
- "comment": "Unit test updates",
1677
- "author": "thomas.norling@microsoft.com",
1678
- "commit": "f0c574a8c2ffeb3132703e7e9e17d01e1898abaa",
1679
- "package": "@azure/msal-angular"
1680
- },
1681
- {
1682
- "comment": "Regenerate package-lock #3719",
1683
- "author": "thomas.norling@microsoft.com",
1684
- "commit": "6c34aa5be3ee9536bd2febd2b7781fcdf0d28786",
1685
- "package": "@azure/msal-angular"
1686
- },
1687
- {
1688
- "comment": "fix: update package lock files",
1689
- "author": "samuelkamau@microsoft.com",
1690
- "commit": "0199e41269b79de70f7d0da0fb12448db534f784",
1691
- "package": "@azure/msal-angular"
1692
- },
1693
- {
1694
- "comment": "Component governance dependency updates #3655",
1695
- "author": "joarroyo@microsoft.com",
1696
- "commit": "d06ce5f5f4aa774e447d01e9cbf17d05a730bc47",
1697
- "package": "@azure/msal-angular"
1698
- }
1699
- ]
1700
- }
1701
- },
1702
- {
1703
- "date": "Thu, 13 May 2021 18:34:08 GMT",
1704
- "tag": "@azure/msal-angular_v2.0.0",
1705
- "version": "2.0.0",
1706
- "comments": {
1707
- "none": [
1708
- {
1709
- "comment": "Update docs #3586",
1710
- "author": "joarroyo@microsoft.com",
1711
- "commit": "85224c634353b49064e41202736896c1c12af2e8",
1712
- "package": "@azure/msal-angular"
1713
- },
1714
- {
1715
- "comment": "Update packge locks",
1716
- "author": "janutter@microsoft.com",
1717
- "commit": "a96f88d90512c2f5a0063a05ebe22240001d91be",
1718
- "package": "@azure/msal-angular"
1719
- }
1720
- ],
1721
- "patch": [
1722
- {
1723
- "comment": "Move MSAL Angular v2 and MSAL React to GA",
1724
- "author": "janutter@microsoft.com",
1725
- "commit": "40509896e4820db7ec49093a8afc12b151b85a6a",
1726
- "package": "@azure/msal-angular"
1727
- }
1728
- ]
1729
- }
1730
- },
1731
- {
1732
- "date": "Wed, 12 May 2021 18:35:03 GMT",
1733
- "tag": "@azure/msal-angular_v2.0.0-beta.6",
1734
- "version": "2.0.0-beta.6",
1735
- "comments": {
1736
- "prerelease": [
1737
- {
1738
- "comment": "Fix navigation bug when clearing auth code from hash in msal-angular #3609",
1739
- "author": "hemoral@microsoft.com",
1740
- "commit": "a45a8c65a4261c820604db0c3afbe932928b7ace",
1741
- "package": "@azure/msal-angular"
1742
- },
1743
- {
1744
- "comment": "Update MsalInterceptor to accept HTTP methods in protectedResourceMap #3546",
1745
- "author": "joarroyo@microsoft.com",
1746
- "commit": "2de8256047baee8ca46702b2a470fe2dfd7f0947",
1747
- "package": "@azure/msal-angular"
1748
- },
1749
- {
1750
- "comment": "Properly handle MSAL guard on redirect uri for hash and path routing",
1751
- "author": "janutter@microsoft.com",
1752
- "commit": "ca43850a0a6bac877b7004d3db45d3b28a01625e",
1753
- "package": "@azure/msal-angular"
1754
- },
1755
- {
1756
- "comment": "Update msal-angular tooling to angular v11 #3584",
1757
- "author": "joarroyo@microsoft.com",
1758
- "commit": "ca06366ac7c34e9e48fe67f18fef34dab3fab408",
1759
- "package": "@azure/msal-angular"
1760
- }
1761
- ],
1762
- "none": [
1763
- {
1764
- "comment": "[docs] updates and replacements",
1765
- "author": "dogan.erisen@gmail.com",
1766
- "commit": "56a947b117302218a625d365b63e8ad85859125f",
1767
- "package": "@azure/msal-angular"
1768
- },
1769
- {
1770
- "comment": "Update peer dependencies for msal-angular #3510",
1771
- "author": "joarroyo@microsoft.com",
1772
- "commit": "1799e51fcd930dfd166f1136ebe72aa9bcd5c000",
1773
- "package": "@azure/msal-angular"
1774
- }
1775
- ]
1776
- }
1777
- },
1778
- {
1779
- "date": "Thu, 22 Apr 2021 23:26:08 GMT",
1780
- "tag": "@azure/msal-angular_v2.0.0-beta.5",
1781
- "version": "2.0.0-beta.5",
1782
- "comments": {
1783
- "prerelease": [
1784
- {
1785
- "comment": "Prevent MSAL Guard from navigating app to url with code hash #3506",
1786
- "author": "janutter@microsoft.com",
1787
- "commit": "06904071267f726ecb5501d2b75ec71c751cb097",
1788
- "package": "@azure/msal-angular"
1789
- },
1790
- {
1791
- "comment": "Add .browserslistrc #3471",
1792
- "author": "thomas.norling@microsoft.com",
1793
- "commit": "04c6d659d4dc76183ef9043075d3b6cacc450c9b",
1794
- "package": "@azure/msal-angular"
1795
- }
1796
- ],
1797
- "none": [
1798
- {
1799
- "comment": "Fix msal-angular packge-lock",
1800
- "author": "janutter@microsoft.com",
1801
- "commit": "41483305debd20a1345262bd0167f1bef64dfd65",
1802
- "package": "@azure/msal-angular"
1803
- },
1804
- {
1805
- "comment": "Update and fix eslint rules",
1806
- "author": "janutter@microsoft.com",
1807
- "commit": "70debe58239b6a6fdf4e533a8a1ee057257846a8",
1808
- "package": "@azure/msal-angular"
1809
- },
1810
- {
1811
- "comment": "details added to load dynamic configurations using APP_INITIALIZER",
1812
- "author": "itvinay12@gmail.com",
1813
- "commit": "d22605301e23a65e28513678a10ab8136f149e80",
1814
- "package": "@azure/msal-angular"
1815
- }
1816
- ]
1817
- }
1818
- },
1819
- {
1820
- "date": "Wed, 14 Apr 2021 18:39:53 GMT",
1821
- "tag": "@azure/msal-angular_v2.0.0-beta.4",
1822
- "version": "2.0.0-beta.4",
1823
- "comments": {
1824
- "prerelease": [
1825
- {
1826
- "comment": "fix(Msal-Angular): Dynamic interceptor authority",
1827
- "author": "1292510+svrooij@users.noreply.github.com",
1828
- "commit": "ee6480557de68bb84765097e7b3aa79fb2b5977e",
1829
- "package": "@azure/msal-angular"
1830
- }
1831
- ]
1832
- }
1833
- },
1834
- {
1835
- "date": "Wed, 31 Mar 2021 22:25:57 GMT",
1836
- "tag": "@azure/msal-angular_v2.0.0-beta.3",
1837
- "version": "2.0.0-beta.3",
1838
- "comments": {
1839
- "prerelease": [
1840
- {
1841
- "comment": "Update MsalInterceptor types and getScopesForEndpoint with query and relative paths #3307",
1842
- "author": "joarroyo@microsoft.com",
1843
- "commit": "054804e1c99b9ac58a0e82c917bf0436d73db481",
1844
- "package": "@azure/msal-angular"
1845
- }
1846
- ],
1847
- "none": [
1848
- {
1849
- "comment": "Update samples and docs with event payload typecasting #3360",
1850
- "author": "joarroyo@microsoft.com",
1851
- "commit": "24fda4c133476d87c12ac913f49eb9aff696f68e",
1852
- "package": "@azure/msal-angular"
1853
- }
1854
- ]
1855
- }
1856
- },
1857
- {
1858
- "date": "Wed, 24 Mar 2021 22:55:46 GMT",
1859
- "tag": "@azure/msal-angular_v2.0.0-beta.2",
1860
- "version": "2.0.0-beta.2",
1861
- "comments": {
1862
- "prerelease": [
1863
- {
1864
- "comment": "Add support for logoutPopup API #3044",
1865
- "author": "thomas.norling@microsoft.com",
1866
- "commit": "5b091a8926cad858b1e00c81b9ff863c5fd40fc4",
1867
- "package": "@azure/msal-angular"
1868
- },
1869
- {
1870
- "comment": "Add MsalCustomNavigationClient, updates samples and docs #3174",
1871
- "author": "joarroyo@microsoft.com",
1872
- "commit": "e99568a7060fe53cbea84607e35d2532e9fd605e",
1873
- "package": "@azure/msal-angular"
1874
- },
1875
- {
1876
- "comment": "Update MsalGuard and _inProgress subject #3269",
1877
- "author": "joarroyo@microsoft.com",
1878
- "commit": "2f29cb3f2b9cd36e8503ea45f9cf2a4c1a263801",
1879
- "package": "@azure/msal-angular"
1880
- },
1881
- {
1882
- "comment": "Update MSAL Service handleRedirectObservable hash handling #3243",
1883
- "author": "joarroyo@microsoft.com",
1884
- "commit": "1b389e80505b610f323347e06ab35249d0d0ecb3",
1885
- "package": "@azure/msal-angular"
1886
- }
1887
- ]
1888
- }
1889
- },
1890
- {
1891
- "date": "Mon, 15 Mar 2021 23:45:17 GMT",
1892
- "tag": "@azure/msal-angular_v2.0.0-beta.1",
1893
- "version": "2.0.0-beta.1",
1894
- "comments": {
1895
- "prerelease": [
1896
- {
1897
- "comment": "fix: #3149 - Msal Redirect Component was not part of the Module",
1898
- "author": "rchinnakampalli@worldbankgroup.org",
1899
- "commit": "852fff6690bdb86dec2344b0e01106ebfaf9bc59",
1900
- "package": "@azure/msal-angular"
1901
- }
1902
- ],
1903
- "none": [
1904
- {
1905
- "comment": "Docs update (#3137)",
1906
- "author": "joarroyo@microsoft.com",
1907
- "commit": "9dbd969fd6faf7215887746add05cd370d291674",
1908
- "package": "@azure/msal-angular"
1909
- }
1910
- ]
1911
- }
1912
- },
1913
- {
1914
- "date": "Wed, 03 Mar 2021 21:47:05 GMT",
1915
- "tag": "@azure/msal-angular_v2.0.0-beta.0",
1916
- "version": "2.0.0-beta.0",
1917
- "comments": {
1918
- "prerelease": [
1919
- {
1920
- "comment": "Fix BroadcastService logging to use msal-angular version, update samples versions, profile, and links (#3015)",
1921
- "author": "joarroyo@microsoft.com",
1922
- "commit": "e7f09b6ada9dd8812c5c29263338a4afd41f2006",
1923
- "package": "@azure/msal-angular"
1924
- },
1925
- {
1926
- "comment": "Add FAQ.md and active accounts in sample (#2977)",
1927
- "author": "joarroyo@microsoft.com",
1928
- "commit": "c8561df04cb8d72328803429da37e45399238b53",
1929
- "package": "@azure/msal-angular"
1930
- },
1931
- {
1932
- "comment": "Update msal-angular preinstall script to force npm-force-resolutions version (#3074)",
1933
- "author": "joarroyo@microsoft.com",
1934
- "commit": "65c6b630d97ef5acbfa00e621e2177c7d514009f",
1935
- "package": "@azure/msal-angular"
1936
- }
1937
- ],
1938
- "none": [
1939
- {
1940
- "comment": "Add errors doc to msal-angular, update FAQ and redirect docs (#3093)",
1941
- "author": "joarroyo@microsoft.com",
1942
- "commit": "c26265e6f337cead73979c8da396d09929d963e8",
1943
- "package": "@azure/msal-angular"
1944
- },
1945
- {
1946
- "comment": "Update angular docs and samples with incremental vs. upfront consent of scopes (#3051)",
1947
- "author": "joarroyo@microsoft.com",
1948
- "commit": "ec7b363ce639e15dd4f34049ad9e95e93e26c183",
1949
- "package": "@azure/msal-angular"
1950
- },
1951
- {
1952
- "comment": "Correct spelling mistake for 0.x-1.x-upgrade-guide.md",
1953
- "author": "30316250+wmundev@users.noreply.github.com",
1954
- "commit": "1ffad19b63fc55b899eca850fb165241ad66e589",
1955
- "package": "@azure/msal-angular"
1956
- },
1957
- {
1958
- "comment": "Add docs and sample for angular client-side navigation (#3073)",
1959
- "author": "joarroyo@microsoft.com",
1960
- "commit": "bcf87e1077a1bd75b77d7b700d4197d64c8799a2",
1961
- "package": "@azure/msal-angular"
1962
- }
1963
- ]
1964
- }
1965
- },
1966
- {
1967
- "date": "Thu, 18 Feb 2021 00:34:32 GMT",
1968
- "tag": "@azure/msal-angular_v2.0.0-alpha.6",
1969
- "version": "2.0.0-alpha.6",
1970
- "comments": {
1971
- "prerelease": [
1972
- {
1973
- "comment": "Await loginRedirect in MSAL Guard to prevent race conditions",
1974
- "author": "janutter@microsoft.com",
1975
- "commit": "d33571952cfaf696b5151e46149b2f27cf1dfcdc",
1976
- "package": "@azure/msal-angular"
1977
- }
1978
- ]
1979
- }
1980
- },
1981
- {
1982
- "date": "Tue, 09 Feb 2021 01:48:22 GMT",
1983
- "tag": "@azure/msal-angular_v2.0.0-alpha.5",
1984
- "version": "2.0.0-alpha.5",
1985
- "comments": {
1986
- "prerelease": [
1987
- {
1988
- "comment": "Msal-angular typedocs and instrumentation (#2863)",
1989
- "author": "joarroyo@microsoft.com",
1990
- "commit": "b5815fe4b20a701cd0210bdfb0b16441f1e8dcfb",
1991
- "package": "@azure/msal-angular"
1992
- },
1993
- {
1994
- "comment": "Fix version.json import errors (#2993)",
1995
- "author": "thomas.norling@microsoft.com",
1996
- "commit": "6dc3bc9e2148bc53b181d9f079f6e11e0159620b",
1997
- "package": "@azure/msal-angular"
1998
- },
1999
- {
2000
- "comment": "Update ssoSilent and cors-api documentation (#2971)",
2001
- "author": "joarroyo@microsoft.com",
2002
- "commit": "a41c9f8a2035ed0965a21b2d6036199c955297e7",
2003
- "package": "@azure/msal-angular"
2004
- }
2005
- ]
2006
- }
2007
- },
2008
- {
2009
- "date": "Tue, 02 Feb 2021 01:56:47 GMT",
2010
- "tag": "@azure/msal-angular_v2.0.0-alpha.4",
2011
- "version": "2.0.0-alpha.4",
2012
- "comments": {
2013
- "none": [
2014
- {
2015
- "comment": "Typedocs Updates (#2926)",
2016
- "author": "thomas.norling@microsoft.com",
2017
- "commit": "3fd4a48143ed4fb62b9e3266338b1abda920d68a",
2018
- "package": "@azure/msal-angular"
2019
- },
2020
- {
2021
- "comment": "Add project references (#2930)",
2022
- "author": "thomas.norling@microsoft.com",
2023
- "commit": "a836e77e372f1b4da28195d4ad8c0c75d6794875",
2024
- "package": "@azure/msal-angular"
2025
- }
2026
- ],
2027
- "prerelease": [
2028
- {
2029
- "comment": "Invoke interaction if MSAL Interceptor resolves with null access token, mitigates B2C service not supporting RTs for multiple resources",
2030
- "author": "janutter@microsoft.com",
2031
- "commit": "c701a75f041263aa2c7ce29c6d73f0b1ccc2a379",
2032
- "package": "@azure/msal-angular"
2033
- },
2034
- {
2035
- "comment": "Pass SKU and version to msal-browser (#2845)",
2036
- "author": "joarroyo@microsoft.com",
2037
- "commit": "aaa262bad9a65a6bc391b7a7585504f6ad6ff833",
2038
- "package": "@azure/msal-angular"
2039
- },
2040
- {
2041
- "comment": "Add redirect component, get interactionStatus from msal-browser, add inProgress$, and sample updates (#2885)",
2042
- "author": "joarroyo@microsoft.com",
2043
- "commit": "ebd726a6eea98ef097d6f9ee1dc45a206d184065",
2044
- "package": "@azure/msal-angular"
2045
- },
2046
- {
2047
- "comment": "Get package version from version.json (#2915)",
2048
- "author": "thomas.norling@microsoft.com",
2049
- "commit": "a6f4702f9439e318a8cb6dc65d1def16351a84fd",
2050
- "package": "@azure/msal-angular"
2051
- },
2052
- {
2053
- "comment": "Add version detection to msal guard for canLoad interface (#2948)",
2054
- "author": "joarroyo@microsoft.com",
2055
- "commit": "f0dba5aeb3e0e88ca8816ada5323972e362f9d75",
2056
- "package": "@azure/msal-angular"
2057
- }
2058
- ]
2059
- }
2060
- },
2061
- {
2062
- "date": "Thu, 21 Jan 2021 21:48:01 GMT",
2063
- "tag": "@azure/msal-angular_v2.0.0-alpha.3",
2064
- "version": "2.0.0-alpha.3",
2065
- "comments": {
2066
- "none": [
2067
- {
2068
- "comment": "Update configuration.md with platformBrowserDynamic (#2879)",
2069
- "author": "joarroyo@microsoft.com",
2070
- "commit": "04fbd99cab9807919584d065b34e3a342ff88f3e",
2071
- "package": "@azure/msal-angular"
2072
- }
2073
- ]
2074
- }
2075
- },
2076
- {
2077
- "date": "Tue, 12 Jan 2021 00:51:26 GMT",
2078
- "tag": "@azure/msal-angular_v2.0.0-alpha.3",
2079
- "version": "2.0.0-alpha.3",
2080
- "comments": {
2081
- "none": [
2082
- {
2083
- "comment": "Temporarily use npm-force-resolutions to get update transitive deps for MSAL Angular",
2084
- "author": "janutter@microsoft.com",
2085
- "commit": "088541486482acf904b8b8d2461fad9f9bddd645",
2086
- "package": "@azure/msal-angular"
2087
- },
2088
- {
2089
- "comment": "Update docs and samples (#2764)",
2090
- "author": "joarroyo@microsoft.com",
2091
- "commit": "0fce9aa83fe0f215a73fda80831c5bbd871d59fc",
2092
- "package": "@azure/msal-angular"
2093
- },
2094
- {
2095
- "comment": "Merge angular-v2 to dev (#2709)",
2096
- "author": "joarroyo@microsoft.com",
2097
- "commit": "76a88f98fbab73fd6c0ad6d04b294814c169fc10",
2098
- "package": "@azure/msal-angular"
2099
- },
2100
- {
2101
- "comment": "package-lock update",
2102
- "author": "prkanher@microsoft.com",
2103
- "commit": "c092667cd997935625eafbc491ede54417d4b657",
2104
- "package": "@azure/msal-angular"
2105
- },
2106
- {
2107
- "comment": "Add docs for Angular Universal SSR (#2746)",
2108
- "author": "joarroyo@microsoft.com",
2109
- "commit": "4a90d46733b197b578955d6d54a7fad606bc4f05",
2110
- "package": "@azure/msal-angular"
2111
- },
2112
- {
2113
- "comment": "package.lock changes",
2114
- "author": "samuel.kamau@microsoft.com",
2115
- "commit": "0d8e60f38340cb7b9a49dc3e0be28503105b5857",
2116
- "package": "@azure/msal-angular"
2117
- },
2118
- {
2119
- "comment": "package.lock change",
2120
- "author": "samuel.kamau@microsoft.com",
2121
- "commit": "4e50ca592f5a17578072be9e4ac28e05b3e6d594",
2122
- "package": "@azure/msal-angular"
2123
- }
2124
- ],
2125
- "prerelease": [
2126
- {
2127
- "comment": "Make scopes optional for msal-guard config (#2829)",
2128
- "author": "joarroyo@microsoft.com",
2129
- "commit": "b2f0bf9b492fa691b373612a7ac20b7763acd65a",
2130
- "package": "@azure/msal-angular"
2131
- },
2132
- {
2133
- "comment": "Interceptor, guard, and samples to use active account (#2784)",
2134
- "author": "joarroyo@microsoft.com",
2135
- "commit": "7d2b1014e36bb3234b8a48618a5805a44d7a5dc8",
2136
- "package": "@azure/msal-angular"
2137
- },
2138
- {
2139
- "comment": "Msal guard supports angular routes for login failure (#2803)",
2140
- "author": "joarroyo@microsoft.com",
2141
- "commit": "984098e18ac9af4fcdda46d87d7f5503d135f580",
2142
- "package": "@azure/msal-angular"
2143
- },
2144
- {
2145
- "comment": "Add additional interfaces to msal-guard (#2759)",
2146
- "author": "joarroyo@microsoft.com",
2147
- "commit": "70888a7b0dde9d2d7fa9e344ad21ad9de6bae39a",
2148
- "package": "@azure/msal-angular"
2149
- }
2150
- ]
2151
- }
2152
- },
2153
- {
2154
- "date": "Mon, 07 Dec 2020 23:02:52 GMT",
2155
- "tag": "@azure/msal-angular_v2.0.0-alpha.1",
2156
- "version": "2.0.0-alpha.1",
2157
- "comments": {
2158
- "none": [
2159
- {
2160
- "comment": "Update readme and docs (#2638)",
2161
- "author": "joarroyo@microsoft.com",
2162
- "commit": "ce8c0a1f8e0843d6be7a5dff9985bc38f4ca09a5",
2163
- "package": "@azure/msal-angular"
2164
- }
2165
- ],
2166
- "prerelease": [
2167
- {
2168
- "comment": "MSAL Angular v2 alpha.1 changes",
2169
- "author": "janutter@microsoft.com",
2170
- "commit": "ad26bb58337d762e1ab60432ad7989b642c4a59c",
2171
- "package": "@azure/msal-angular"
2172
- }
2173
- ]
2174
- }
2175
- },
2176
- {
2177
- "date": "Thu, 12 Nov 2020 00:45:30 GMT",
2178
- "tag": "@azure/msal-angular_v2.0.0-alpha.0",
2179
- "version": "2.0.0-alpha.0",
2180
- "comments": {
2181
- "prerelease": [
2182
- {
2183
- "comment": "Add msal-angular-v2-alpha-0 (#2463)",
2184
- "author": "joarroyo@microsoft.com",
2185
- "commit": "31127561c00ce7d24e9a3059399140ab7984eb31",
2186
- "package": "@azure/msal-angular"
2187
- }
2188
- ]
2189
- }
2190
- },
2191
- {
2192
- "date": "Wed, 11 Nov 2020 23:33:20 GMT",
2193
- "tag": "@azure/msal-angular_v1.1.2",
2194
- "version": "1.1.2",
2195
- "comments": {
2196
- "patch": [
2197
- {
2198
- "comment": "Pass generic to ModuleWithProviders for MsalModule v1, set supported Angular versions to 6-9 (#2577)",
2199
- "author": "janutter@microsoft.com",
2200
- "commit": "8cf918d4dc99fe5c09d0b20b138fe71fd3ddb3a1",
2201
- "package": "@azure/msal-angular"
2202
- }
2203
- ]
2204
- }
2205
- },
2206
- {
2207
- "date": "Sat, 07 Nov 2020 01:50:14 GMT",
2208
- "tag": "@azure/msal-angular_v1.1.1",
2209
- "version": "1.1.1",
2210
- "comments": {
2211
- "none": [
2212
- {
2213
- "comment": "Build Pipeline Changes (#2406)",
2214
- "author": "thomas.norling@microsoft.com",
2215
- "commit": "af8459c0d53a4dc2bf495017608c0bb03004d006",
2216
- "package": "@azure/msal-angular"
2217
- }
2218
- ]
2219
- }
2220
- },
2221
- {
2222
- "date": "Tue, 20 Oct 2020 23:47:28 GMT",
2223
- "tag": "@azure/msal-angular_v1.1.1",
2224
- "version": "1.1.1",
2225
- "comments": {
2226
- "none": [
2227
- {
2228
- "comment": "Add eslint rules for imports, unused variables, and copyright header (#2345)",
2229
- "author": "janutter@microsoft.com",
2230
- "commit": "64a4f9e868e63346dfd711dec717abe7fd14d949",
2231
- "package": "@azure/msal-angular"
2232
- }
2233
- ]
2234
- }
2235
- },
2236
- {
2237
- "date": "Fri, 02 Oct 2020 17:42:35 GMT",
2238
- "tag": "@azure/msal-angular_v1.1.1",
2239
- "version": "1.1.1",
2240
- "comments": {
2241
- "none": [
2242
- {
2243
- "comment": "Updating package-lock.json",
2244
- "author": "prkanher@microsoft.com",
2245
- "commit": "3cffbc99730532bbd0b35f2e3a9df17f032c0675",
2246
- "package": "@azure/msal-angular"
2247
- }
2248
- ]
2249
- }
2250
- },
2251
- {
2252
- "date": "Thu, 17 Sep 2020 23:16:22 GMT",
2253
- "tag": "@azure/msal-angular_v1.1.1",
2254
- "version": "1.1.1",
2255
- "comments": {
2256
- "none": [
2257
- {
2258
- "comment": "Update MSAL Angular to use central lint configuration",
2259
- "author": "janutter@microsoft.com",
2260
- "commit": "fc49c6f16b3f7a62a67d249107fc484272133305",
2261
- "package": "@azure/msal-angular"
2262
- },
2263
- {
2264
- "comment": "update package-lock.json",
2265
- "author": "prkanher@microsoft.com",
2266
- "commit": "0b296f957303031552a8b768f56310488a9e63d2",
2267
- "package": "@azure/msal-angular"
2268
- },
2269
- {
2270
- "comment": "package.lock changes",
2271
- "author": "sameera.gajjarapu@microsoft.com",
2272
- "commit": "9760b6ff6c0ad403ac1b26968cb10d3d7e72a6fd",
2273
- "package": "@azure/msal-angular"
2274
- }
2275
- ]
2276
- }
2277
- },
2278
- {
2279
- "date": "Tue, 25 Aug 2020 00:40:45 GMT",
2280
- "tag": "@azure/msal-angular_v1.1.0",
2281
- "version": "1.1.0",
2282
- "comments": {
2283
- "minor": [
2284
- {
2285
- "comment": "Update protectedResources with wildcard, remove unprotectedResources from msal-angular (#2029)",
2286
- "author": "joarroyo@microsoft.com",
2287
- "commit": "1485f29f10687f05aca3d8cbe8185de47e08a40a",
2288
- "package": "@azure/msal-angular"
2289
- }
2290
- ]
2291
- }
2292
- },
2293
- {
2294
- "date": "Thu, 13 Aug 2020 02:20:48 GMT",
2295
- "tag": "@azure/msal-angular_v1.0.0",
2296
- "version": "1.0.0",
2297
- "comments": {
2298
- "none": [
2299
- {
2300
- "comment": "Improved documentation of handleRedirectCallback in msal-angular (#2032)",
2301
- "author": "jamckenn@microsoft.com",
2302
- "commit": "7868d2f99313d1ffe943c28f3516dd0a92fa33ba",
2303
- "package": "@azure/msal-angular"
2304
- },
2305
- {
2306
- "comment": "updating files for automated release steps",
2307
- "author": "prkanher@microsoft.com",
2308
- "commit": "2c937a52cef36cbc84231f8868b4251529fa38c9",
2309
- "package": "@azure/msal-angular"
2310
- }
2311
- ]
2312
- }
2313
- }
2314
- ]
2315
- }