@azure/msal-react 1.0.0 → 1.1.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.json +148 -0
- package/CHANGELOG.md +135 -97
- package/LICENSE +21 -21
- package/README.md +143 -133
- package/dist/MsalContext.d.ts +2 -3
- package/dist/index.d.ts +1 -0
- package/dist/msal-react.cjs.development.js +10 -4
- 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 +11 -6
- package/dist/msal-react.esm.js.map +1 -1
- package/dist/packageMetadata.d.ts +1 -1
- package/package.json +11 -6
package/CHANGELOG.json
CHANGED
|
@@ -1,6 +1,154 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@azure/msal-react",
|
|
3
3
|
"entries": [
|
|
4
|
+
{
|
|
5
|
+
"date": "Mon, 01 Nov 2021 23:53:22 GMT",
|
|
6
|
+
"tag": "@azure/msal-react_v1.1.1",
|
|
7
|
+
"version": "1.1.1",
|
|
8
|
+
"comments": {
|
|
9
|
+
"patch": [
|
|
10
|
+
{
|
|
11
|
+
"author": "thomas.norling@microsoft.com",
|
|
12
|
+
"package": "@azure/msal-react",
|
|
13
|
+
"commit": "0d7e8c7b131d94c365bc114b69e3ca21f5300d41",
|
|
14
|
+
"comment": "Support React version 16.8.0+"
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"author": "beachball",
|
|
18
|
+
"package": "@azure/msal-react",
|
|
19
|
+
"comment": "Bump @azure/msal-browser to v2.19.0",
|
|
20
|
+
"commit": "6ac29855822ce1ba9531a68bcaa6f37443ef16c0"
|
|
21
|
+
}
|
|
22
|
+
],
|
|
23
|
+
"none": [
|
|
24
|
+
{
|
|
25
|
+
"author": "janutter@microsoft.com",
|
|
26
|
+
"package": "@azure/msal-react",
|
|
27
|
+
"commit": "c5a8de4a5dc7acb9bdf1759eb3cb9811459c3d82",
|
|
28
|
+
"comment": "Update package-locks to fix dependantbot alerts #4181"
|
|
29
|
+
}
|
|
30
|
+
]
|
|
31
|
+
}
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
"date": "Mon, 04 Oct 2021 23:12:35 GMT",
|
|
35
|
+
"tag": "@azure/msal-react_v1.1.0",
|
|
36
|
+
"version": "1.1.0",
|
|
37
|
+
"comments": {
|
|
38
|
+
"minor": [
|
|
39
|
+
{
|
|
40
|
+
"author": "thomas.norling@microsoft.com",
|
|
41
|
+
"package": "@azure/msal-react",
|
|
42
|
+
"comment": "Update account state when user logs in or out from a different tab or window #3981",
|
|
43
|
+
"commit": "d03c16f09026bac36048241da4635e73d32a6eed"
|
|
44
|
+
},
|
|
45
|
+
{
|
|
46
|
+
"author": "beachball",
|
|
47
|
+
"package": "@azure/msal-react",
|
|
48
|
+
"comment": "Bump @azure/msal-browser to v2.18.0",
|
|
49
|
+
"commit": "d03c16f09026bac36048241da4635e73d32a6eed"
|
|
50
|
+
}
|
|
51
|
+
],
|
|
52
|
+
"none": [
|
|
53
|
+
{
|
|
54
|
+
"author": "kamausamuel11@gmail.com",
|
|
55
|
+
"package": "@azure/msal-react",
|
|
56
|
+
"comment": "fix: add forked bindings library to node-extensins",
|
|
57
|
+
"commit": "d03c16f09026bac36048241da4635e73d32a6eed"
|
|
58
|
+
},
|
|
59
|
+
{
|
|
60
|
+
"author": "thomas.norling@microsoft.com",
|
|
61
|
+
"package": "@azure/msal-react",
|
|
62
|
+
"comment": "Disallow major bumps",
|
|
63
|
+
"commit": "d03c16f09026bac36048241da4635e73d32a6eed"
|
|
64
|
+
},
|
|
65
|
+
{
|
|
66
|
+
"author": "prkanher@microsoft.com",
|
|
67
|
+
"package": "@azure/msal-react",
|
|
68
|
+
"comment": "docs update for ssoSilent #4123",
|
|
69
|
+
"commit": "d03c16f09026bac36048241da4635e73d32a6eed"
|
|
70
|
+
}
|
|
71
|
+
],
|
|
72
|
+
"patch": [
|
|
73
|
+
{
|
|
74
|
+
"author": "thomas.norling@microsoft.com",
|
|
75
|
+
"package": "@azure/msal-react",
|
|
76
|
+
"comment": "Export library version #4124",
|
|
77
|
+
"commit": "d03c16f09026bac36048241da4635e73d32a6eed"
|
|
78
|
+
}
|
|
79
|
+
]
|
|
80
|
+
}
|
|
81
|
+
},
|
|
82
|
+
{
|
|
83
|
+
"date": "Tue, 07 Sep 2021 23:22:24 GMT",
|
|
84
|
+
"tag": "@azure/msal-react_v1.0.2",
|
|
85
|
+
"version": "1.0.2",
|
|
86
|
+
"comments": {
|
|
87
|
+
"none": [
|
|
88
|
+
{
|
|
89
|
+
"comment": "Unit test updates #3947",
|
|
90
|
+
"author": "thomas.norling@microsoft.com",
|
|
91
|
+
"commit": "75dbe00f7982abf5734698b7ab35fd55b1b8e030",
|
|
92
|
+
"package": "@azure/msal-react"
|
|
93
|
+
},
|
|
94
|
+
{
|
|
95
|
+
"comment": "patch fix",
|
|
96
|
+
"author": "ellymakuba@microsoft.com",
|
|
97
|
+
"commit": "6f6c1fa9987d62a68583c513c4baabe4041eaf17",
|
|
98
|
+
"package": "@azure/msal-react"
|
|
99
|
+
},
|
|
100
|
+
{
|
|
101
|
+
"comment": "Update docs with self-service sign-up FAQ #3934",
|
|
102
|
+
"author": "joliuac@gmail.com",
|
|
103
|
+
"commit": "323d7eabbbd95c499d2c2a2446cdea4531af71c5",
|
|
104
|
+
"package": "@azure/msal-react"
|
|
105
|
+
}
|
|
106
|
+
],
|
|
107
|
+
"patch": [
|
|
108
|
+
{
|
|
109
|
+
"comment": "Fix inProgress state bug when returning from a redirect #4013",
|
|
110
|
+
"author": "thomas.norling@microsoft.com",
|
|
111
|
+
"commit": "09f8cece289c07dd9c5681a31ec285e4111db4ae",
|
|
112
|
+
"package": "@azure/msal-react"
|
|
113
|
+
}
|
|
114
|
+
]
|
|
115
|
+
}
|
|
116
|
+
},
|
|
117
|
+
{
|
|
118
|
+
"date": "Mon, 28 Jun 2021 23:39:48 GMT",
|
|
119
|
+
"tag": "@azure/msal-react_v1.0.1",
|
|
120
|
+
"version": "1.0.1",
|
|
121
|
+
"comments": {
|
|
122
|
+
"none": [
|
|
123
|
+
{
|
|
124
|
+
"comment": "Component governance dependency updates #3655",
|
|
125
|
+
"author": "joarroyo@microsoft.com",
|
|
126
|
+
"commit": "d06ce5f5f4aa774e447d01e9cbf17d05a730bc47",
|
|
127
|
+
"package": "@azure/msal-react"
|
|
128
|
+
},
|
|
129
|
+
{
|
|
130
|
+
"comment": "fix: update package lock files",
|
|
131
|
+
"author": "samuelkamau@microsoft.com",
|
|
132
|
+
"commit": "0199e41269b79de70f7d0da0fb12448db534f784",
|
|
133
|
+
"package": "@azure/msal-react"
|
|
134
|
+
},
|
|
135
|
+
{
|
|
136
|
+
"comment": "Upgrade Jest to v27 #3719",
|
|
137
|
+
"author": "thomas.norling@microsoft.com",
|
|
138
|
+
"commit": "6c34aa5be3ee9536bd2febd2b7781fcdf0d28786",
|
|
139
|
+
"package": "@azure/msal-react"
|
|
140
|
+
}
|
|
141
|
+
],
|
|
142
|
+
"patch": [
|
|
143
|
+
{
|
|
144
|
+
"comment": "Change accounts context type to AccountInfo[] #3677",
|
|
145
|
+
"author": "thomas.norling@microsoft.com",
|
|
146
|
+
"commit": "5ba1ef16fac7b8f7c88505f86cef63f35044c817",
|
|
147
|
+
"package": "@azure/msal-react"
|
|
148
|
+
}
|
|
149
|
+
]
|
|
150
|
+
}
|
|
151
|
+
},
|
|
4
152
|
{
|
|
5
153
|
"date": "Thu, 13 May 2021 18:34:08 GMT",
|
|
6
154
|
"tag": "@azure/msal-react_v1.0.0",
|
package/CHANGELOG.md
CHANGED
|
@@ -1,97 +1,135 @@
|
|
|
1
|
-
# Change Log - @azure/msal-react
|
|
2
|
-
|
|
3
|
-
This log was last generated on
|
|
4
|
-
|
|
5
|
-
<!-- Start content -->
|
|
6
|
-
|
|
7
|
-
## 1.
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
### Patches
|
|
12
|
-
|
|
13
|
-
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
-
|
|
93
|
-
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
1
|
+
# Change Log - @azure/msal-react
|
|
2
|
+
|
|
3
|
+
This log was last generated on Mon, 01 Nov 2021 23:53:22 GMT and should not be manually modified.
|
|
4
|
+
|
|
5
|
+
<!-- Start content -->
|
|
6
|
+
|
|
7
|
+
## 1.1.1
|
|
8
|
+
|
|
9
|
+
Mon, 01 Nov 2021 23:53:22 GMT
|
|
10
|
+
|
|
11
|
+
### Patches
|
|
12
|
+
|
|
13
|
+
- Support React version 16.8.0+ (thomas.norling@microsoft.com)
|
|
14
|
+
- Bump @azure/msal-browser to v2.19.0
|
|
15
|
+
|
|
16
|
+
## 1.1.0
|
|
17
|
+
|
|
18
|
+
Mon, 04 Oct 2021 23:12:35 GMT
|
|
19
|
+
|
|
20
|
+
### Minor changes
|
|
21
|
+
|
|
22
|
+
- Update account state when user logs in or out from a different tab or window #3981 (thomas.norling@microsoft.com)
|
|
23
|
+
- Bump @azure/msal-browser to v2.18.0
|
|
24
|
+
|
|
25
|
+
### Patches
|
|
26
|
+
|
|
27
|
+
- Export library version #4124 (thomas.norling@microsoft.com)
|
|
28
|
+
|
|
29
|
+
## 1.0.2
|
|
30
|
+
|
|
31
|
+
Tue, 07 Sep 2021 23:22:24 GMT
|
|
32
|
+
|
|
33
|
+
### Patches
|
|
34
|
+
|
|
35
|
+
- Fix inProgress state bug when returning from a redirect #4013 (thomas.norling@microsoft.com)
|
|
36
|
+
|
|
37
|
+
## 1.0.1
|
|
38
|
+
|
|
39
|
+
Mon, 28 Jun 2021 23:39:48 GMT
|
|
40
|
+
|
|
41
|
+
### Patches
|
|
42
|
+
|
|
43
|
+
- Change accounts context type to AccountInfo[] #3677 (thomas.norling@microsoft.com)
|
|
44
|
+
|
|
45
|
+
## 1.0.0
|
|
46
|
+
|
|
47
|
+
Thu, 13 May 2021 18:34:08 GMT
|
|
48
|
+
|
|
49
|
+
### Patches
|
|
50
|
+
|
|
51
|
+
- Move MSAL Angular v2 and MSAL React to GA (janutter@microsoft.com)
|
|
52
|
+
|
|
53
|
+
## 1.0.0-beta.3
|
|
54
|
+
|
|
55
|
+
Wed, 12 May 2021 18:35:03 GMT
|
|
56
|
+
|
|
57
|
+
### Changes
|
|
58
|
+
|
|
59
|
+
- Fix extra state update in useAccount hook #3527 (thomas.norling@microsoft.com)
|
|
60
|
+
- Prevent UnauthenticatedTemplate from rendering children while processing redirect response #3552 (thomas.norling@microsoft.com)
|
|
61
|
+
|
|
62
|
+
## 1.0.0-beta.2
|
|
63
|
+
|
|
64
|
+
Thu, 22 Apr 2021 23:26:08 GMT
|
|
65
|
+
|
|
66
|
+
### Changes
|
|
67
|
+
|
|
68
|
+
- Add .browserslistrc #3471 (thomas.norling@microsoft.com)
|
|
69
|
+
|
|
70
|
+
## 1.0.0-beta.1
|
|
71
|
+
|
|
72
|
+
Wed, 24 Mar 2021 22:55:46 GMT
|
|
73
|
+
|
|
74
|
+
### Changes
|
|
75
|
+
|
|
76
|
+
- Add support for logoutPopup #3044 (thomas.norling@microsoft.com)
|
|
77
|
+
|
|
78
|
+
## 1.0.0-beta.0
|
|
79
|
+
|
|
80
|
+
Wed, 03 Mar 2021 21:47:05 GMT
|
|
81
|
+
|
|
82
|
+
### Changes
|
|
83
|
+
|
|
84
|
+
- Remove InteractionStatus export (#3048) (thomas.norling@microsoft.com)
|
|
85
|
+
|
|
86
|
+
## 1.0.0-alpha.5
|
|
87
|
+
|
|
88
|
+
Tue, 09 Feb 2021 01:48:22 GMT
|
|
89
|
+
|
|
90
|
+
### Changes
|
|
91
|
+
|
|
92
|
+
- Check InteractionStatus in Authenticated/UnauthenticatedTemplate (#2996) (thomas.norling@microsoft.com)
|
|
93
|
+
- Fix version.json import errors (#2993) (thomas.norling@microsoft.com)
|
|
94
|
+
|
|
95
|
+
## 1.0.0-alpha.4
|
|
96
|
+
|
|
97
|
+
Tue, 02 Feb 2021 01:56:47 GMT
|
|
98
|
+
|
|
99
|
+
### Changes
|
|
100
|
+
|
|
101
|
+
- Get package version from version.json (#2915) (thomas.norling@microsoft.com)
|
|
102
|
+
- Use interactionStatus and inProgress from msal-browser (#2885) (joarroyo@microsoft.com)
|
|
103
|
+
- Pass SKU and version to msal-browser (#2845) (thomas.norling@microsoft.com)
|
|
104
|
+
|
|
105
|
+
## 1.0.0-alpha.3
|
|
106
|
+
|
|
107
|
+
Thu, 21 Jan 2021 21:48:01 GMT
|
|
108
|
+
|
|
109
|
+
### Changes
|
|
110
|
+
|
|
111
|
+
- Fix initial state values (#2865) (thomas.norling@microsoft.com)
|
|
112
|
+
- Add missing license files (janutter@microsoft.com)
|
|
113
|
+
|
|
114
|
+
## 1.0.0-alpha.2
|
|
115
|
+
|
|
116
|
+
Tue, 12 Jan 2021 00:51:26 GMT
|
|
117
|
+
|
|
118
|
+
### Changes
|
|
119
|
+
|
|
120
|
+
- Add logger (#2727) (thomas.norling@microsoft.com)
|
|
121
|
+
- Fix redirect loop when service returns error (#2762) (thomas.norling@microsoft.com)
|
|
122
|
+
|
|
123
|
+
## 1.0.0-alpha.1
|
|
124
|
+
|
|
125
|
+
Mon, 07 Dec 2020 22:19:03 GMT
|
|
126
|
+
|
|
127
|
+
### Changes
|
|
128
|
+
|
|
129
|
+
- Prevent unnecessary context updates (#2671) (thomas.norling@microsoft.com)
|
|
130
|
+
- Updating TestConstants.ts (prkanher@microsoft.com)
|
|
131
|
+
- Readme Updates (thomas.norling@microsoft.com)
|
|
132
|
+
- Fix Server/Client mismatch when using SSR (#2646) (thomas.norling@microsoft.com)
|
|
133
|
+
- useMsalAuthentication consumes response from login callback (#2610) (thomas.norling@microsoft.com)
|
|
134
|
+
- Update msal-react ssoSilent example (janutter@microsoft.com)
|
|
135
|
+
- Readme updates (#2592) (thomas.norling@microsoft.com)
|
package/LICENSE
CHANGED
|
@@ -1,21 +1,21 @@
|
|
|
1
|
-
MIT License
|
|
2
|
-
|
|
3
|
-
Copyright (c) Microsoft Corporation. All rights reserved.
|
|
4
|
-
|
|
5
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
-
in the Software without restriction, including without limitation the rights
|
|
8
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
-
furnished to do so, subject to the following conditions:
|
|
11
|
-
|
|
12
|
-
The above copyright notice and this permission notice shall be included in all
|
|
13
|
-
copies or substantial portions of the Software.
|
|
14
|
-
|
|
15
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
-
SOFTWARE
|
|
1
|
+
MIT License
|
|
2
|
+
|
|
3
|
+
Copyright (c) Microsoft Corporation. All rights reserved.
|
|
4
|
+
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
+
in the Software without restriction, including without limitation the rights
|
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
+
furnished to do so, subject to the following conditions:
|
|
11
|
+
|
|
12
|
+
The above copyright notice and this permission notice shall be included in all
|
|
13
|
+
copies or substantial portions of the Software.
|
|
14
|
+
|
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
+
SOFTWARE
|