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