@azure/msal-react 1.1.2 → 1.3.1

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