@azure/msal-react 1.2.0 → 1.3.2

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/CHANGELOG.md DELETED
@@ -1,152 +0,0 @@
1
- # Change Log - @azure/msal-react
2
-
3
- This log was last generated on Tue, 04 Jan 2022 00:20:29 GMT and should not be manually modified.
4
-
5
- <!-- Start content -->
6
-
7
- ## 1.2.0
8
-
9
- Tue, 04 Jan 2022 00:20:29 GMT
10
-
11
- ### Minor changes
12
-
13
- - Bump @azure/msal-browser to v2.21.0
14
-
15
- ## 1.1.2
16
-
17
- Tue, 07 Dec 2021 00:17:01 GMT
18
-
19
- ### Patches
20
-
21
- - Fix inProgress stuck in startup state #4302 (thomas.norling@microsoft.com)
22
- - Bump @azure/msal-browser to v2.20.0
23
-
24
- ## 1.1.1
25
-
26
- Mon, 01 Nov 2021 23:53:22 GMT
27
-
28
- ### Patches
29
-
30
- - Support React version 16.8.0+ (thomas.norling@microsoft.com)
31
- - Bump @azure/msal-browser to v2.19.0
32
-
33
- ## 1.1.0
34
-
35
- Mon, 04 Oct 2021 23:12:35 GMT
36
-
37
- ### Minor changes
38
-
39
- - Update account state when user logs in or out from a different tab or window #3981 (thomas.norling@microsoft.com)
40
- - Bump @azure/msal-browser to v2.18.0
41
-
42
- ### Patches
43
-
44
- - Export library version #4124 (thomas.norling@microsoft.com)
45
-
46
- ## 1.0.2
47
-
48
- Tue, 07 Sep 2021 23:22:24 GMT
49
-
50
- ### Patches
51
-
52
- - Fix inProgress state bug when returning from a redirect #4013 (thomas.norling@microsoft.com)
53
-
54
- ## 1.0.1
55
-
56
- Mon, 28 Jun 2021 23:39:48 GMT
57
-
58
- ### Patches
59
-
60
- - Change accounts context type to AccountInfo[] #3677 (thomas.norling@microsoft.com)
61
-
62
- ## 1.0.0
63
-
64
- Thu, 13 May 2021 18:34:08 GMT
65
-
66
- ### Patches
67
-
68
- - Move MSAL Angular v2 and MSAL React to GA (janutter@microsoft.com)
69
-
70
- ## 1.0.0-beta.3
71
-
72
- Wed, 12 May 2021 18:35:03 GMT
73
-
74
- ### Changes
75
-
76
- - Fix extra state update in useAccount hook #3527 (thomas.norling@microsoft.com)
77
- - Prevent UnauthenticatedTemplate from rendering children while processing redirect response #3552 (thomas.norling@microsoft.com)
78
-
79
- ## 1.0.0-beta.2
80
-
81
- Thu, 22 Apr 2021 23:26:08 GMT
82
-
83
- ### Changes
84
-
85
- - Add .browserslistrc #3471 (thomas.norling@microsoft.com)
86
-
87
- ## 1.0.0-beta.1
88
-
89
- Wed, 24 Mar 2021 22:55:46 GMT
90
-
91
- ### Changes
92
-
93
- - Add support for logoutPopup #3044 (thomas.norling@microsoft.com)
94
-
95
- ## 1.0.0-beta.0
96
-
97
- Wed, 03 Mar 2021 21:47:05 GMT
98
-
99
- ### Changes
100
-
101
- - Remove InteractionStatus export (#3048) (thomas.norling@microsoft.com)
102
-
103
- ## 1.0.0-alpha.5
104
-
105
- Tue, 09 Feb 2021 01:48:22 GMT
106
-
107
- ### Changes
108
-
109
- - Check InteractionStatus in Authenticated/UnauthenticatedTemplate (#2996) (thomas.norling@microsoft.com)
110
- - Fix version.json import errors (#2993) (thomas.norling@microsoft.com)
111
-
112
- ## 1.0.0-alpha.4
113
-
114
- Tue, 02 Feb 2021 01:56:47 GMT
115
-
116
- ### Changes
117
-
118
- - Get package version from version.json (#2915) (thomas.norling@microsoft.com)
119
- - Use interactionStatus and inProgress from msal-browser (#2885) (joarroyo@microsoft.com)
120
- - Pass SKU and version to msal-browser (#2845) (thomas.norling@microsoft.com)
121
-
122
- ## 1.0.0-alpha.3
123
-
124
- Thu, 21 Jan 2021 21:48:01 GMT
125
-
126
- ### Changes
127
-
128
- - Fix initial state values (#2865) (thomas.norling@microsoft.com)
129
- - Add missing license files (janutter@microsoft.com)
130
-
131
- ## 1.0.0-alpha.2
132
-
133
- Tue, 12 Jan 2021 00:51:26 GMT
134
-
135
- ### Changes
136
-
137
- - Add logger (#2727) (thomas.norling@microsoft.com)
138
- - Fix redirect loop when service returns error (#2762) (thomas.norling@microsoft.com)
139
-
140
- ## 1.0.0-alpha.1
141
-
142
- Mon, 07 Dec 2020 22:19:03 GMT
143
-
144
- ### Changes
145
-
146
- - Prevent unnecessary context updates (#2671) (thomas.norling@microsoft.com)
147
- - Updating TestConstants.ts (prkanher@microsoft.com)
148
- - Readme Updates (thomas.norling@microsoft.com)
149
- - Fix Server/Client mismatch when using SSR (#2646) (thomas.norling@microsoft.com)
150
- - useMsalAuthentication consumes response from login callback (#2610) (thomas.norling@microsoft.com)
151
- - Update msal-react ssoSilent example (janutter@microsoft.com)
152
- - Readme updates (#2592) (thomas.norling@microsoft.com)