@magic-sdk/react-native-bare 23.0.0 β 23.0.1-canary.703.7755925479.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/README.md +1 -1
- package/package.json +5 -5
- package/CHANGELOG.md +0 -949
package/README.md
CHANGED
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@magic-sdk/react-native-bare",
|
3
|
-
"version": "23.0.0",
|
3
|
+
"version": "23.0.1-canary.703.7755925479.0",
|
4
4
|
"description": "Passwordless authentication for React Native (Bare).",
|
5
5
|
"author": "Magic Labs <team@magic.link> (https://magic.link/)",
|
6
6
|
"license": "MIT",
|
@@ -18,9 +18,9 @@
|
|
18
18
|
"types": "./dist/types/index.d.ts",
|
19
19
|
"dependencies": {
|
20
20
|
"@aveq-research/localforage-asyncstorage-driver": "^3.0.1",
|
21
|
-
"@magic-sdk/commons": "
|
22
|
-
"@magic-sdk/provider": "
|
23
|
-
"@magic-sdk/types": "
|
21
|
+
"@magic-sdk/commons": "18.0.1-canary.703.7755925479.0",
|
22
|
+
"@magic-sdk/provider": "22.0.1-canary.703.7755925479.0",
|
23
|
+
"@magic-sdk/types": "18.0.1-canary.703.7755925479.0",
|
24
24
|
"@react-native-async-storage/async-storage": "^1.15.5",
|
25
25
|
"@types/lodash": "^4.14.158",
|
26
26
|
"buffer": "~5.6.0",
|
@@ -56,5 +56,5 @@
|
|
56
56
|
"react-native-safe-area-context": ">=4.4.1",
|
57
57
|
"react-native-webview": ">=12.4.0"
|
58
58
|
},
|
59
|
-
"gitHead": "
|
59
|
+
"gitHead": "b0b3f3ba306dab4994cbd21e628015a7e587cad2"
|
60
60
|
}
|
package/CHANGELOG.md
DELETED
@@ -1,949 +0,0 @@
|
|
1
|
-
# v22.5.0 (Tue Jan 02 2024)
|
2
|
-
|
3
|
-
#### π Bug Fix
|
4
|
-
|
5
|
-
- Revert changes to react-native-bare ([@romin-halltari](https://github.com/romin-halltari))
|
6
|
-
- Merge remote-tracking branch 'origin/master' into rominhalltari-sc-91336-look-into-faster-calls-to-isloggedin-and ([@romin-halltari](https://github.com/romin-halltari))
|
7
|
-
- Revert "[react-native-bare] Use storage for faster calls to isLoggedIn" ([@romin-halltari](https://github.com/romin-halltari))
|
8
|
-
- [react-native-bare] Use storage for faster calls to isLoggedIn ([@romin-halltari](https://github.com/romin-halltari))
|
9
|
-
- Fix: add options argument to createMagicSDK ([@romin-halltari](https://github.com/romin-halltari))
|
10
|
-
|
11
|
-
#### Authors: 1
|
12
|
-
|
13
|
-
- [@romin-halltari](https://github.com/romin-halltari)
|
14
|
-
|
15
|
-
---
|
16
|
-
|
17
|
-
# v22.4.1 (Fri Dec 15 2023)
|
18
|
-
|
19
|
-
#### π Bug Fix
|
20
|
-
|
21
|
-
- Fix multiple network setups for React Native SDKs [#687](https://github.com/magiclabs/magic-js/pull/687) ([@romin-halltari](https://github.com/romin-halltari))
|
22
|
-
- Merge branch 'master' into rominhalltari-sc-91530-investigate-and-provide-solution-for-issue ([@romin-halltari](https://github.com/romin-halltari))
|
23
|
-
- Reset isReadyForRequest to false when webview is unmounted on React Native SDKs ([@romin-halltari](https://github.com/romin-halltari))
|
24
|
-
|
25
|
-
#### Authors: 1
|
26
|
-
|
27
|
-
- [@romin-halltari](https://github.com/romin-halltari)
|
28
|
-
|
29
|
-
---
|
30
|
-
|
31
|
-
# v22.4.0 (Thu Dec 14 2023)
|
32
|
-
|
33
|
-
#### π Bug Fix
|
34
|
-
|
35
|
-
- Merge branch 'master' into split-key-device-share ([@Dizigen](https://github.com/Dizigen))
|
36
|
-
|
37
|
-
#### Authors: 1
|
38
|
-
|
39
|
-
- David He ([@Dizigen](https://github.com/Dizigen))
|
40
|
-
|
41
|
-
---
|
42
|
-
|
43
|
-
# v22.3.4 (Wed Nov 29 2023)
|
44
|
-
|
45
|
-
#### π Bug Fix
|
46
|
-
|
47
|
-
- Fix: increase netinfo version range [#677](https://github.com/magiclabs/magic-js/pull/677) ([@romin-halltari](https://github.com/romin-halltari))
|
48
|
-
- bump patch version for react native SDKs ([@romin-halltari](https://github.com/romin-halltari))
|
49
|
-
- Increase version range for "@react-native-community/netinfo" ([@romin-halltari](https://github.com/romin-halltari))
|
50
|
-
|
51
|
-
#### Authors: 1
|
52
|
-
|
53
|
-
- [@romin-halltari](https://github.com/romin-halltari)
|
54
|
-
|
55
|
-
---
|
56
|
-
|
57
|
-
# v22.3.2 (Tue Nov 28 2023)
|
58
|
-
|
59
|
-
#### π Bug Fix
|
60
|
-
|
61
|
-
- Fix: Allow implementers of `view-controller`Β to set if it's connected to the internet, and reject requests when `isConnectedToInternet` is `false` [#673](https://github.com/magiclabs/magic-js/pull/673) ([@romin-halltari](https://github.com/romin-halltari))
|
62
|
-
- Bump patch versions ([@romin-halltari](https://github.com/romin-halltari))
|
63
|
-
- Set isConnectedToInternet with value coming from @react-native-community/netinfo ([@romin-halltari](https://github.com/romin-halltari))
|
64
|
-
|
65
|
-
#### Authors: 1
|
66
|
-
|
67
|
-
- [@romin-halltari](https://github.com/romin-halltari)
|
68
|
-
|
69
|
-
---
|
70
|
-
|
71
|
-
# v22.3.0 (Mon Nov 20 2023)
|
72
|
-
|
73
|
-
#### π Enhancement
|
74
|
-
|
75
|
-
- Add `useInternetConnection` hook to track internet connectivity changes [#665](https://github.com/magiclabs/magic-js/pull/665) ([@romin-halltari](https://github.com/romin-halltari))
|
76
|
-
|
77
|
-
#### π Bug Fix
|
78
|
-
|
79
|
-
- Use createModalNotReadyError() when modal is not ready on react native ([@romin-halltari](https://github.com/romin-halltari))
|
80
|
-
- Update readme ([@romin-halltari](https://github.com/romin-halltari))
|
81
|
-
- Merge branch 'master' into rominhalltari-sc-75722-react-native-sdk-add-support-for-general ([@romin-halltari](https://github.com/romin-halltari))
|
82
|
-
- Remove unnecessary comments ([@romin-halltari](https://github.com/romin-halltari))
|
83
|
-
- Setup hook testing on @magic/sdk/react-native-bare ([@romin-halltari](https://github.com/romin-halltari))
|
84
|
-
- Update readme with installation step for @react-native-community/netinfo ([@romin-halltari](https://github.com/romin-halltari))
|
85
|
-
- Add `useInternetConnection` hook to track internet connectivity changes ([@romin-halltari](https://github.com/romin-halltari))
|
86
|
-
|
87
|
-
#### Authors: 1
|
88
|
-
|
89
|
-
- [@romin-halltari](https://github.com/romin-halltari)
|
90
|
-
|
91
|
-
---
|
92
|
-
|
93
|
-
# v22.2.2 (Tue Nov 14 2023)
|
94
|
-
|
95
|
-
#### π Bug Fix
|
96
|
-
|
97
|
-
- Merge branch 'master' into injectable-webcrypto-jwt-for-session-persistence ([@Dizigen](https://github.com/Dizigen))
|
98
|
-
|
99
|
-
#### Authors: 1
|
100
|
-
|
101
|
-
- David He ([@Dizigen](https://github.com/Dizigen))
|
102
|
-
|
103
|
-
---
|
104
|
-
|
105
|
-
# v22.2.1 (Wed Nov 08 2023)
|
106
|
-
|
107
|
-
#### π Bug Fix
|
108
|
-
|
109
|
-
- Adds optional backgroundColor prop to Relayer component [#661](https://github.com/magiclabs/magic-js/pull/661) ([@romin-halltari](https://github.com/romin-halltari))
|
110
|
-
- Merge branch 'master' into rominhalltari-sc-70361-react-native-sdks-react-native-safeareaview ([@romin-halltari](https://github.com/romin-halltari))
|
111
|
-
- Fix: add optional backgroundColor prop to relayer to fix issue with SafeAreaView showing background because it is transparent. ([@romin-halltari](https://github.com/romin-halltari))
|
112
|
-
|
113
|
-
#### Authors: 1
|
114
|
-
|
115
|
-
- [@romin-halltari](https://github.com/romin-halltari)
|
116
|
-
|
117
|
-
---
|
118
|
-
|
119
|
-
# v22.2.0 (Tue Oct 24 2023)
|
120
|
-
|
121
|
-
#### π Bug Fix
|
122
|
-
|
123
|
-
- Merge branch 'master' into hcote-support-sepolia-natively ([@hcote](https://github.com/hcote))
|
124
|
-
|
125
|
-
#### Authors: 1
|
126
|
-
|
127
|
-
- Hunter Cote ([@hcote](https://github.com/hcote))
|
128
|
-
|
129
|
-
---
|
130
|
-
|
131
|
-
# v22.0.0 (Fri Oct 13 2023)
|
132
|
-
|
133
|
-
#### π Bug Fix
|
134
|
-
|
135
|
-
- Merge branch 'master' into force-ctor-preload-iframe ([@Dizigen](https://github.com/Dizigen))
|
136
|
-
|
137
|
-
#### Authors: 1
|
138
|
-
|
139
|
-
- David He ([@Dizigen](https://github.com/Dizigen))
|
140
|
-
|
141
|
-
---
|
142
|
-
|
143
|
-
# v21.1.1 (Mon Oct 02 2023)
|
144
|
-
|
145
|
-
#### π Bug Fix
|
146
|
-
|
147
|
-
- Merge branch 'master' into patjacobs-sc-83016-ux-optimization-expired-email-otps ([@patjacobs-magic](https://github.com/patjacobs-magic))
|
148
|
-
|
149
|
-
#### Authors: 1
|
150
|
-
|
151
|
-
- [@patjacobs-magic](https://github.com/patjacobs-magic)
|
152
|
-
|
153
|
-
---
|
154
|
-
|
155
|
-
# v21.1.0 (Fri Sep 29 2023)
|
156
|
-
|
157
|
-
#### π Bug Fix
|
158
|
-
|
159
|
-
- Merge remote-tracking branch 'origin/master' into jerryliu-sc-87830-optimize-webcrypto-implementation-to-generate ([@Ethella](https://github.com/Ethella))
|
160
|
-
|
161
|
-
#### Authors: 1
|
162
|
-
|
163
|
-
- Jerry Liu ([@Ethella](https://github.com/Ethella))
|
164
|
-
|
165
|
-
---
|
166
|
-
|
167
|
-
# v20.4.0 (Thu Sep 14 2023)
|
168
|
-
|
169
|
-
#### π Enhancement
|
170
|
-
|
171
|
-
- Jayhwang sc 86422 implement magic wallet sendgaslesstxn [#622](https://github.com/magiclabs/magic-js/pull/622) ([@octave08](https://github.com/octave08))
|
172
|
-
|
173
|
-
#### π Bug Fix
|
174
|
-
|
175
|
-
- Remove gasEndpoint and nftEndpoint ([@octave08](https://github.com/octave08))
|
176
|
-
- Add sendGaslessTransaction api ([@octave08](https://github.com/octave08))
|
177
|
-
|
178
|
-
#### Authors: 1
|
179
|
-
|
180
|
-
- Jay Hwang ([@octave08](https://github.com/octave08))
|
181
|
-
|
182
|
-
---
|
183
|
-
|
184
|
-
# v20.3.0 (Wed Aug 16 2023)
|
185
|
-
|
186
|
-
#### π Bug Fix
|
187
|
-
|
188
|
-
- Merge branch 'master' into josh-sc-75022-standalone-update-email-v2 ([@joshuascan](https://github.com/joshuascan))
|
189
|
-
|
190
|
-
#### Authors: 1
|
191
|
-
|
192
|
-
- Josh Scanlan ([@joshuascan](https://github.com/joshuascan))
|
193
|
-
|
194
|
-
---
|
195
|
-
|
196
|
-
# v20.1.0 (Tue Aug 08 2023)
|
197
|
-
|
198
|
-
#### π Bug Fix
|
199
|
-
|
200
|
-
- Merge remote-tracking branch 'origin/master' into jerryliu-sc-81984-update-loginwithemailotp-interface-with-new ([@Ethella](https://github.com/Ethella))
|
201
|
-
- Merge remote-tracking branch 'origin/master' ([@Ethella](https://github.com/Ethella))
|
202
|
-
|
203
|
-
#### Authors: 1
|
204
|
-
|
205
|
-
- Jerry Liu ([@Ethella](https://github.com/Ethella))
|
206
|
-
|
207
|
-
---
|
208
|
-
|
209
|
-
# v20.0.0 (Thu Jul 27 2023)
|
210
|
-
|
211
|
-
#### π₯ Breaking Change
|
212
|
-
|
213
|
-
- Magic SDK Node version bump [#538](https://github.com/magiclabs/magic-js/pull/538) ([@makrandgupta](https://github.com/makrandgupta))
|
214
|
-
|
215
|
-
#### π Bug Fix
|
216
|
-
|
217
|
-
- force canary build for all packages. ([@makrandgupta](https://github.com/makrandgupta))
|
218
|
-
|
219
|
-
#### Authors: 1
|
220
|
-
|
221
|
-
- Makrand Gupta ([@makrandgupta](https://github.com/makrandgupta))
|
222
|
-
|
223
|
-
---
|
224
|
-
|
225
|
-
# v19.5.0 (Mon Jul 24 2023)
|
226
|
-
|
227
|
-
#### π Enhancement
|
228
|
-
|
229
|
-
- Add optional nftEndpoint param [#586](https://github.com/magiclabs/magic-js/pull/586) ([@octave08](https://github.com/octave08))
|
230
|
-
|
231
|
-
#### π Bug Fix
|
232
|
-
|
233
|
-
- Fix Publish GHA Workflow [#593](https://github.com/magiclabs/magic-js/pull/593) ([@Ariflo](https://github.com/Ariflo))
|
234
|
-
- Update RN SDK Package version numbers ([@Ariflo](https://github.com/Ariflo))
|
235
|
-
- Merge branch 'master' into jayhwang-sc-81912-add-optional-nftendpoint-param ([@octave08](https://github.com/octave08))
|
236
|
-
- Enables WebView Inspection for RN SDKs [#587](https://github.com/magiclabs/magic-js/pull/587) ([@Ariflo](https://github.com/Ariflo))
|
237
|
-
- Add optional nftEndPoint param ([@octave08](https://github.com/octave08))
|
238
|
-
- Enables WebView Inspection for RN SDKs ([@Ariflo](https://github.com/Ariflo))
|
239
|
-
|
240
|
-
#### Authors: 2
|
241
|
-
|
242
|
-
- Arian Flores ([@Ariflo](https://github.com/Ariflo))
|
243
|
-
- Jay Hwang ([@octave08](https://github.com/octave08))
|
244
|
-
|
245
|
-
---
|
246
|
-
|
247
|
-
# v19.3.0 (Fri Jul 07 2023)
|
248
|
-
|
249
|
-
#### β οΈ Pushed to `master`
|
250
|
-
|
251
|
-
- Merge remote-tracking branch 'origin/master' ([@Ethella](https://github.com/Ethella))
|
252
|
-
|
253
|
-
#### Authors: 1
|
254
|
-
|
255
|
-
- Jerry Liu ([@Ethella](https://github.com/Ethella))
|
256
|
-
|
257
|
-
---
|
258
|
-
|
259
|
-
# v19.2.0 (Fri Jun 23 2023)
|
260
|
-
|
261
|
-
#### π Enhancement
|
262
|
-
|
263
|
-
- Auto version bumping [#557](https://github.com/magiclabs/magic-js/pull/557) ([@Ethella](https://github.com/Ethella) [@Ariflo](https://github.com/Ariflo))
|
264
|
-
- Updates License to Apache 2.0 [#551](https://github.com/magiclabs/magic-js/pull/551) ([@Ariflo](https://github.com/Ariflo))
|
265
|
-
|
266
|
-
#### π Bug Fix
|
267
|
-
|
268
|
-
- Match NPM Version ([@Ariflo](https://github.com/Ariflo))
|
269
|
-
- Update CHANGELOG.md \[skip ci\] ([@Ethella](https://github.com/Ethella))
|
270
|
-
- Replace `magic-sdk` w/ `@magic-sdk/commons` for `@magic-ext/oidc` Package [#550](https://github.com/magiclabs/magic-js/pull/550) ([@Ariflo](https://github.com/Ariflo))
|
271
|
-
- White space bump ([@Ariflo](https://github.com/Ariflo))
|
272
|
-
|
273
|
-
#### Authors: 2
|
274
|
-
|
275
|
-
- Arian Flores ([@Ariflo](https://github.com/Ariflo))
|
276
|
-
- Jerry Liu ([@Ethella](https://github.com/Ethella))
|
277
|
-
|
278
|
-
---
|
279
|
-
|
280
|
-
# v19.1.0 (Fri Jun 23 2023)
|
281
|
-
|
282
|
-
#### π Enhancement
|
283
|
-
|
284
|
-
- Updates License to Apache 2.0 [#551](https://github.com/magiclabs/magic-js/pull/551) ([@Ariflo](https://github.com/Ariflo))
|
285
|
-
|
286
|
-
#### π Bug Fix
|
287
|
-
|
288
|
-
- Replace `magic-sdk` w/ `@magic-sdk/commons` for `@magic-ext/oidc` Package [#550](https://github.com/magiclabs/magic-js/pull/550) ([@Ariflo](https://github.com/Ariflo))
|
289
|
-
- White space bump ([@Ariflo](https://github.com/Ariflo))
|
290
|
-
|
291
|
-
#### Authors: 1
|
292
|
-
|
293
|
-
- Arian Flores ([@Ariflo](https://github.com/Ariflo))
|
294
|
-
|
295
|
-
---
|
296
|
-
|
297
|
-
# v19.0.0 (Tue Jun 20 2023)
|
298
|
-
|
299
|
-
#### π₯ Breaking Change
|
300
|
-
|
301
|
-
- Removes Magic link Method [#516](https://github.com/magiclabs/magic-js/pull/516) ([@Ariflo](https://github.com/Ariflo))
|
302
|
-
|
303
|
-
#### π Bug Fix
|
304
|
-
|
305
|
-
- Update READMEs ([@Ariflo](https://github.com/Ariflo))
|
306
|
-
|
307
|
-
#### Authors: 1
|
308
|
-
|
309
|
-
- Arian Flores ([@Ariflo](https://github.com/Ariflo))
|
310
|
-
|
311
|
-
---
|
312
|
-
|
313
|
-
# v18.4.0 (Fri May 26 2023)
|
314
|
-
|
315
|
-
#### π Bug Fix
|
316
|
-
|
317
|
-
- Merge remote-tracking branch 'origin/master' into jerryliu_hotfix_gdkms ([@Ethella](https://github.com/Ethella))
|
318
|
-
|
319
|
-
#### Authors: 1
|
320
|
-
|
321
|
-
- Jerry Liu ([@Ethella](https://github.com/Ethella))
|
322
|
-
|
323
|
-
---
|
324
|
-
|
325
|
-
# v18.2.3 (Fri May 19 2023)
|
326
|
-
|
327
|
-
#### π Bug Fix
|
328
|
-
|
329
|
-
- Merge remote-tracking branch 'origin/master' into jerryliu-sc-77755-kresus-hotfix ([@Ethella](https://github.com/Ethella))
|
330
|
-
|
331
|
-
#### Authors: 1
|
332
|
-
|
333
|
-
- Jerry Liu ([@Ethella](https://github.com/Ethella))
|
334
|
-
|
335
|
-
---
|
336
|
-
|
337
|
-
# v18.2.0 (Tue May 09 2023)
|
338
|
-
|
339
|
-
#### π Enhancement
|
340
|
-
|
341
|
-
- React Native Bare SDK WebView Url Tap Navigate to Device Browser when `open_in_device_browser` is True [#507](https://github.com/magiclabs/magic-js/pull/507) ([@Ariflo](https://github.com/Ariflo))
|
342
|
-
|
343
|
-
#### π Bug Fix
|
344
|
-
|
345
|
-
- Code clean up: use MAGIC_PAYLOAD_FLAG_TYPED_ARRAY constant ([@Ariflo](https://github.com/Ariflo))
|
346
|
-
- Open URL in Mobile Browser if `open_in_device_browser` Flag Is True ([@Ariflo](https://github.com/Ariflo))
|
347
|
-
|
348
|
-
#### Authors: 1
|
349
|
-
|
350
|
-
- Arian Flores ([@Ariflo](https://github.com/Ariflo))
|
351
|
-
|
352
|
-
---
|
353
|
-
|
354
|
-
# v18.1.2 (Tue Apr 25 2023)
|
355
|
-
|
356
|
-
#### π Bug Fix
|
357
|
-
|
358
|
-
- update MIT license to apache [#500](https://github.com/magiclabs/magic-js/pull/500) ([@Dizigen](https://github.com/Dizigen))
|
359
|
-
|
360
|
-
#### Authors: 1
|
361
|
-
|
362
|
-
- David He ([@Dizigen](https://github.com/Dizigen))
|
363
|
-
|
364
|
-
---
|
365
|
-
|
366
|
-
# v18.1.1 (Fri Apr 21 2023)
|
367
|
-
|
368
|
-
#### π Bug Fix
|
369
|
-
|
370
|
-
- Merge remote-tracking branch 'origin/master' into jerryliu-sc-75641-lazer-request-showsettings-page-mfa ([@Ethella](https://github.com/Ethella))
|
371
|
-
|
372
|
-
#### Authors: 1
|
373
|
-
|
374
|
-
- Jerry Liu ([@Ethella](https://github.com/Ethella))
|
375
|
-
|
376
|
-
---
|
377
|
-
|
378
|
-
# v18.1.0 (Thu Apr 20 2023)
|
379
|
-
|
380
|
-
#### π Bug Fix
|
381
|
-
|
382
|
-
- Merge branch 'master' into jerryliu-sc-75641-lazer-request-showsettings-page-mfa ([@Ethella](https://github.com/Ethella))
|
383
|
-
|
384
|
-
#### Authors: 1
|
385
|
-
|
386
|
-
- Jerry Liu ([@Ethella](https://github.com/Ethella))
|
387
|
-
|
388
|
-
---
|
389
|
-
|
390
|
-
# v17.2.0 (Fri Apr 07 2023)
|
391
|
-
|
392
|
-
#### π Enhancement
|
393
|
-
|
394
|
-
- Remove Beta Warning from RN packages [#491](https://github.com/magiclabs/magic-js/pull/491) ([@Ariflo](https://github.com/Ariflo))
|
395
|
-
|
396
|
-
#### π Bug Fix
|
397
|
-
|
398
|
-
- Remove Beta Warning from RN packages ([@Ariflo](https://github.com/Ariflo))
|
399
|
-
|
400
|
-
#### Authors: 1
|
401
|
-
|
402
|
-
- Arian Flores ([@Ariflo](https://github.com/Ariflo))
|
403
|
-
|
404
|
-
---
|
405
|
-
|
406
|
-
# v17.1.0 (Tue Apr 04 2023)
|
407
|
-
|
408
|
-
#### π Bug Fix
|
409
|
-
|
410
|
-
- Merge branch 'master' into briancleary7114-sc-73967-auto-publish-canary-version-for-magic-sdk ([@bcleary06](https://github.com/bcleary06))
|
411
|
-
|
412
|
-
#### Authors: 1
|
413
|
-
|
414
|
-
- Brian Cleary ([@bcleary06](https://github.com/bcleary06))
|
415
|
-
|
416
|
-
---
|
417
|
-
|
418
|
-
# v17.0.0 (Fri Mar 31 2023)
|
419
|
-
|
420
|
-
#### π Bug Fix
|
421
|
-
|
422
|
-
- Merge remote-tracking branch 'origin/master' into jerryliu-sc-74424-email-otp-login-invalid-email-otp-event ([@Ethella](https://github.com/Ethella))
|
423
|
-
|
424
|
-
#### Authors: 1
|
425
|
-
|
426
|
-
- Jerry Liu ([@Ethella](https://github.com/Ethella))
|
427
|
-
|
428
|
-
---
|
429
|
-
|
430
|
-
# v15.0.1 (Fri Mar 24 2023)
|
431
|
-
|
432
|
-
#### π Bug Fix
|
433
|
-
|
434
|
-
- `@react-native-community/async-storage` => `@react-native-async-storage/async-storage` in RN Bare Package [#479](https://github.com/magiclabs/magic-js/pull/479) ([@Ariflo](https://github.com/Ariflo))
|
435
|
-
- @react-native-community/async-storage => @react-native-async-storage/async-storage ([@Ariflo](https://github.com/Ariflo))
|
436
|
-
|
437
|
-
#### Authors: 1
|
438
|
-
|
439
|
-
- Arian Flores ([@Ariflo](https://github.com/Ariflo))
|
440
|
-
|
441
|
-
---
|
442
|
-
|
443
|
-
# v14.6.2 (Tue Mar 21 2023)
|
444
|
-
|
445
|
-
#### π Bug Fix
|
446
|
-
|
447
|
-
- Merge branch 'master' into briancleary7114-sc-71135-add-checkout-sdk-method ([@bcleary06](https://github.com/bcleary06))
|
448
|
-
|
449
|
-
#### Authors: 1
|
450
|
-
|
451
|
-
- Brian Cleary ([@bcleary06](https://github.com/bcleary06))
|
452
|
-
|
453
|
-
---
|
454
|
-
|
455
|
-
# v14.5.0 (Tue Feb 28 2023)
|
456
|
-
|
457
|
-
#### π Bug Fix
|
458
|
-
|
459
|
-
- Merge branch 'master' of github.com:magiclabs/magic-js into mushfichowdhury-login-with-email-otp-whitelabel ([@mushfichowdhury-magic](https://github.com/mushfichowdhury-magic))
|
460
|
-
|
461
|
-
#### Authors: 1
|
462
|
-
|
463
|
-
- Mushfi Chowdhury ([@mushfichowdhury-magic](https://github.com/mushfichowdhury-magic))
|
464
|
-
|
465
|
-
---
|
466
|
-
|
467
|
-
# v14.1.0 (Wed Jan 25 2023)
|
468
|
-
|
469
|
-
#### π Enhancement
|
470
|
-
|
471
|
-
- Bump Version of @magic-sdk/connect to 6.2.0, Again [#441](https://github.com/magiclabs/magic-js/pull/441) ([@Ariflo](https://github.com/Ariflo))
|
472
|
-
|
473
|
-
#### π Bug Fix
|
474
|
-
|
475
|
-
- Release RN packages ([@Ariflo](https://github.com/Ariflo))
|
476
|
-
- Bumps `react-native-webview` peer dependency Requirement to `>=11.0.0` [#440](https://github.com/magiclabs/magic-js/pull/440) ([@Ariflo](https://github.com/Ariflo))
|
477
|
-
- sets react-native-webview peer to >=11.0.0 ([@Ariflo](https://github.com/Ariflo))
|
478
|
-
- Prevents Relayer from Overriding Status Bar Color [#436](https://github.com/magiclabs/magic-js/pull/436) ([@Ariflo](https://github.com/Ariflo))
|
479
|
-
- Sets autoManageStatusBarEnabled to false ([@Ariflo](https://github.com/Ariflo))
|
480
|
-
- Upgrades react-native-webview to latest ([@Ariflo](https://github.com/Ariflo))
|
481
|
-
- Add link to RN Demo Apps to READMEs ([@Ariflo](https://github.com/Ariflo))
|
482
|
-
|
483
|
-
#### π Documentation
|
484
|
-
|
485
|
-
- Add link to RN Demo Apps to READMEs [#435](https://github.com/magiclabs/magic-js/pull/435) ([@Ariflo](https://github.com/Ariflo))
|
486
|
-
|
487
|
-
#### Authors: 1
|
488
|
-
|
489
|
-
- Arian Flores ([@Ariflo](https://github.com/Ariflo))
|
490
|
-
|
491
|
-
---
|
492
|
-
|
493
|
-
# v14.0.0 (Thu Jan 19 2023)
|
494
|
-
|
495
|
-
#### π₯ Breaking Change
|
496
|
-
|
497
|
-
- Replaces WebView View wrapper with SafeAreaView [#431](https://github.com/magiclabs/magic-js/pull/431) ([@Ariflo](https://github.com/Ariflo))
|
498
|
-
|
499
|
-
#### π Bug Fix
|
500
|
-
|
501
|
-
- Update Yarn.lock ([@Ariflo](https://github.com/Ariflo))
|
502
|
-
- Adds react-native-safe-area-context as peer and updates README ([@Ariflo](https://github.com/Ariflo))
|
503
|
-
- Fix tests ([@Ariflo](https://github.com/Ariflo))
|
504
|
-
- Replaces WebView wrapper with SafeAreaView ([@Ariflo](https://github.com/Ariflo))
|
505
|
-
|
506
|
-
#### Authors: 1
|
507
|
-
|
508
|
-
- Arian Flores ([@Ariflo](https://github.com/Ariflo))
|
509
|
-
|
510
|
-
---
|
511
|
-
|
512
|
-
# v13.1.1 (Wed Jan 18 2023)
|
513
|
-
|
514
|
-
#### π Bug Fix
|
515
|
-
|
516
|
-
- Adds react-native-inappbrowser-reborn as peer to Bare RN OAuth [#432](https://github.com/magiclabs/magic-js/pull/432) ([@Ariflo](https://github.com/Ariflo))
|
517
|
-
- README Updates ([@Ariflo](https://github.com/Ariflo))
|
518
|
-
- [CHORE] Clean up magic-js Deployment Stages [#429](https://github.com/magiclabs/magic-js/pull/429) ([@kgrubb](https://github.com/kgrubb))
|
519
|
-
- sync with master branch ([@kgrubb](https://github.com/kgrubb))
|
520
|
-
|
521
|
-
#### π© Dependency Updates
|
522
|
-
|
523
|
-
- Bump qs from 6.5.2 to 6.5.3 [#400](https://github.com/magiclabs/magic-js/pull/400) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
524
|
-
- Bump decode-uri-component from 0.2.0 to 0.2.2 [#399](https://github.com/magiclabs/magic-js/pull/399) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
525
|
-
|
526
|
-
#### Authors: 3
|
527
|
-
|
528
|
-
- [@dependabot[bot]](https://github.com/dependabot[bot])
|
529
|
-
- Arian Flores ([@Ariflo](https://github.com/Ariflo))
|
530
|
-
- Keli (Madison) Grubb ([@kgrubb](https://github.com/kgrubb))
|
531
|
-
|
532
|
-
---
|
533
|
-
|
534
|
-
# v13.1.0 (Fri Jan 06 2023)
|
535
|
-
|
536
|
-
#### π Enhancement
|
537
|
-
|
538
|
-
- Bare React Native / Expo React Native Package Split [#412](https://github.com/magiclabs/magic-js/pull/412) ([@Ariflo](https://github.com/Ariflo))
|
539
|
-
|
540
|
-
#### π Bug Fix
|
541
|
-
|
542
|
-
- Update core package versions ([@Ariflo](https://github.com/Ariflo))
|
543
|
-
- Fix Tests ([@Ariflo](https://github.com/Ariflo))
|
544
|
-
- Updates react-native-bare package README ([@Ariflo](https://github.com/Ariflo))
|
545
|
-
- Adds version patch to new SDKs ([@Ariflo](https://github.com/Ariflo))
|
546
|
-
- Updates @magic-sdk/types SDK ([@Ariflo](https://github.com/Ariflo))
|
547
|
-
- Create @magic-sdk/react-native-bare SDK ([@Ariflo](https://github.com/Ariflo))
|
548
|
-
|
549
|
-
#### Authors: 1
|
550
|
-
|
551
|
-
- Arian Flores ([@Ariflo](https://github.com/Ariflo))
|
552
|
-
|
553
|
-
---
|
554
|
-
|
555
|
-
# v12.0.0 (Tue Dec 20 2022)
|
556
|
-
|
557
|
-
#### π Bug Fix
|
558
|
-
|
559
|
-
- Merge branch 'master' into mushfichowdhury-sc-61149-implement-event-emitting-in-magic-sdk-based ([@mushfichowdhury-magic](https://github.com/mushfichowdhury-magic))
|
560
|
-
- Adds more Context about Expo dependency in `@magic-ext/react-native-oauth` to README [#386](https://github.com/magiclabs/magic-js/pull/386) ([@Ariflo](https://github.com/Ariflo))
|
561
|
-
|
562
|
-
#### π Documentation
|
563
|
-
|
564
|
-
- Adds advice for fixing symlink error in RN projects inside of Monorepos to README [#395](https://github.com/magiclabs/magic-js/pull/395) ([@Ariflo](https://github.com/Ariflo))
|
565
|
-
|
566
|
-
#### Authors: 2
|
567
|
-
|
568
|
-
- Arian Flores ([@Ariflo](https://github.com/Ariflo))
|
569
|
-
- Mushfi Chowdhury ([@mushfichowdhury-magic](https://github.com/mushfichowdhury-magic))
|
570
|
-
|
571
|
-
---
|
572
|
-
|
573
|
-
# v10.0.1 (Fri Sep 09 2022)
|
574
|
-
|
575
|
-
#### π Bug Fix
|
576
|
-
|
577
|
-
- Add RN TypedArray stringify conversion logic [#357](https://github.com/magiclabs/magic-js/pull/357) ([@Ethella](https://github.com/Ethella))
|
578
|
-
|
579
|
-
#### Authors: 1
|
580
|
-
|
581
|
-
- Jerry Liu ([@Ethella](https://github.com/Ethella))
|
582
|
-
|
583
|
-
---
|
584
|
-
|
585
|
-
# v10.0.0 (Fri Aug 05 2022)
|
586
|
-
|
587
|
-
#### π₯ Breaking Change
|
588
|
-
|
589
|
-
- Revert "Revert "Enable bundle Id in Expo"" [#338](https://github.com/magiclabs/magic-js/pull/338) ([@Ethella](https://github.com/Ethella))
|
590
|
-
- Enable bundle Id in Expo [#335](https://github.com/magiclabs/magic-js/pull/335) ([@Ethella](https://github.com/Ethella))
|
591
|
-
|
592
|
-
#### π Bug Fix
|
593
|
-
|
594
|
-
- Merge branch 'master' into early-access ([@bcleary06](https://github.com/bcleary06))
|
595
|
-
- Update Readme and manual version bump for releases [#339](https://github.com/magiclabs/magic-js/pull/339) ([@Ethella](https://github.com/Ethella))
|
596
|
-
- Revert "Enable bundle Id in Expo" [#337](https://github.com/magiclabs/magic-js/pull/337) ([@Ethella](https://github.com/Ethella))
|
597
|
-
|
598
|
-
#### Authors: 2
|
599
|
-
|
600
|
-
- Brian Cleary ([@bcleary06](https://github.com/bcleary06))
|
601
|
-
- Jerry Liu ([@Ethella](https://github.com/Ethella))
|
602
|
-
|
603
|
-
---
|
604
|
-
|
605
|
-
# v8.2.0 (Mon Mar 07 2022)
|
606
|
-
|
607
|
-
#### π Bug Fix
|
608
|
-
|
609
|
-
- Update READMEs with outdated context/hyperlinks ([@smithki](https://github.com/smithki))
|
610
|
-
- Merge branch 'master' into smithki/better-build-system-documentation ([@smithki](https://github.com/smithki))
|
611
|
-
|
612
|
-
#### π Internal
|
613
|
-
|
614
|
-
- Internal documentation updates (`BUILD_SYSTEM.md`) [#283](https://github.com/magiclabs/magic-js/pull/283) ([@smithki](https://github.com/smithki))
|
615
|
-
|
616
|
-
#### Authors: 1
|
617
|
-
|
618
|
-
- Ian K Smith ([@smithki](https://github.com/smithki))
|
619
|
-
|
620
|
-
---
|
621
|
-
|
622
|
-
# v8.1.0 (Mon Jan 31 2022)
|
623
|
-
|
624
|
-
#### π Enhancement
|
625
|
-
|
626
|
-
- Add special parsing logic to handle typed array in payload [#275](https://github.com/magiclabs/magic-js/pull/275) ([@Ethella](https://github.com/Ethella))
|
627
|
-
|
628
|
-
#### Authors: 1
|
629
|
-
|
630
|
-
- Jerry Liu ([@Ethella](https://github.com/Ethella))
|
631
|
-
|
632
|
-
---
|
633
|
-
|
634
|
-
# v8.0.0 (Tue Jan 25 2022)
|
635
|
-
|
636
|
-
#### π₯ Breaking Change
|
637
|
-
|
638
|
-
- Switch from `microbundle` to `esbuild` [#220](https://github.com/magiclabs/magic-js/pull/220) ([@smithki](https://github.com/smithki))
|
639
|
-
|
640
|
-
#### π Bug Fix
|
641
|
-
|
642
|
-
- Merge with master ([@smithki](https://github.com/smithki))
|
643
|
-
- Merge branch 'master' into feat/faster-builds ([@smithki](https://github.com/smithki))
|
644
|
-
- Remove comments from README files ([@smithki](https://github.com/smithki))
|
645
|
-
|
646
|
-
#### Authors: 1
|
647
|
-
|
648
|
-
- Ian K Smith ([@smithki](https://github.com/smithki))
|
649
|
-
|
650
|
-
---
|
651
|
-
|
652
|
-
# v6.1.4 (Thu Oct 21 2021)
|
653
|
-
|
654
|
-
#### π Bug Fix
|
655
|
-
|
656
|
-
- Revert to `.js` extension for ES module builds targeting webpack/CRA [#232](https://github.com/magiclabs/magic-js/pull/232) ([@smithki](https://github.com/smithki))
|
657
|
-
|
658
|
-
#### Authors: 1
|
659
|
-
|
660
|
-
- Ian K Smith ([@smithki](https://github.com/smithki))
|
661
|
-
|
662
|
-
---
|
663
|
-
|
664
|
-
# v6.1.3 (Wed Oct 20 2021)
|
665
|
-
|
666
|
-
#### β οΈ Pushed to `master`
|
667
|
-
|
668
|
-
- Fix dist files glob in package.json ([@smithki](https://github.com/smithki))
|
669
|
-
- Merge branch 'master' of github.com:magiclabs/magic-js ([@smithki](https://github.com/smithki))
|
670
|
-
- Force re-publish ([@smithki](https://github.com/smithki))
|
671
|
-
|
672
|
-
#### Authors: 1
|
673
|
-
|
674
|
-
- Ian K Smith ([@smithki](https://github.com/smithki))
|
675
|
-
|
676
|
-
---
|
677
|
-
|
678
|
-
# v6.1.2 (Wed Oct 20 2021)
|
679
|
-
|
680
|
-
#### π Bug Fix
|
681
|
-
|
682
|
-
- Use '.mjs' extension for ESM build files [#230](https://github.com/magiclabs/magic-js/pull/230) ([@smithki](https://github.com/smithki))
|
683
|
-
|
684
|
-
#### Authors: 1
|
685
|
-
|
686
|
-
- Ian K Smith ([@smithki](https://github.com/smithki))
|
687
|
-
|
688
|
-
---
|
689
|
-
|
690
|
-
# v6.0.6 (Thu Sep 23 2021)
|
691
|
-
|
692
|
-
#### π Bug Fix
|
693
|
-
|
694
|
-
- Port `@magic-ext/oauth`, `@magic-ext/react-native-oauth`, `@magic-ext/webauthn` extensions to Magic SDK monorepo [#218](https://github.com/magiclabs/magic-js/pull/218) ([@smithki](https://github.com/smithki))
|
695
|
-
- Add `@magic-sdk/pnp` package for out-of-the-box login page UIs [#217](https://github.com/magiclabs/magic-js/pull/217) ([@smithki](https://github.com/smithki))
|
696
|
-
|
697
|
-
#### Authors: 1
|
698
|
-
|
699
|
-
- Ian K Smith ([@smithki](https://github.com/smithki))
|
700
|
-
|
701
|
-
---
|
702
|
-
|
703
|
-
# v6.0.2 (Tue Sep 14 2021)
|
704
|
-
|
705
|
-
#### π Bug Fix
|
706
|
-
|
707
|
-
- Import regeneratorRuntime in Magic JS (non-CDN version) [#210](https://github.com/magiclabs/magic-js/pull/210) ([@smithki](https://github.com/smithki))
|
708
|
-
|
709
|
-
#### Authors: 1
|
710
|
-
|
711
|
-
- Ian K Smith ([@smithki](https://github.com/smithki))
|
712
|
-
|
713
|
-
---
|
714
|
-
|
715
|
-
# v6.0.1 (Tue Sep 14 2021)
|
716
|
-
|
717
|
-
#### π Bug Fix
|
718
|
-
|
719
|
-
- Fix SemVer cyclic dependency issues with some hacks [#209](https://github.com/magiclabs/magic-js/pull/209) ([@smithki](https://github.com/smithki))
|
720
|
-
|
721
|
-
#### Authors: 1
|
722
|
-
|
723
|
-
- Ian K Smith ([@smithki](https://github.com/smithki))
|
724
|
-
|
725
|
-
---
|
726
|
-
|
727
|
-
# v6.0.0 (Tue Sep 14 2021)
|
728
|
-
|
729
|
-
#### π₯ Breaking Change
|
730
|
-
|
731
|
-
- v6.0.0 [#208](https://github.com/magiclabs/magic-js/pull/208) ([@smithki](https://github.com/smithki))
|
732
|
-
|
733
|
-
#### Authors: 1
|
734
|
-
|
735
|
-
- Ian K Smith ([@smithki](https://github.com/smithki))
|
736
|
-
|
737
|
-
---
|
738
|
-
|
739
|
-
# v4.4.2 (Mon Aug 16 2021)
|
740
|
-
|
741
|
-
#### π Bug Fix
|
742
|
-
|
743
|
-
- Migrate unit tests to Jest [#194](https://github.com/magiclabs/magic-js/pull/194) ([@smithki](https://github.com/smithki))
|
744
|
-
|
745
|
-
#### Authors: 1
|
746
|
-
|
747
|
-
- Ian K Smith ([@smithki](https://github.com/smithki))
|
748
|
-
|
749
|
-
---
|
750
|
-
|
751
|
-
# v4.4.0 (Wed Jul 28 2021)
|
752
|
-
|
753
|
-
#### π Enhancement
|
754
|
-
|
755
|
-
- Add explicit JSDelivr entry-point for `magic-sdk` [#191](https://github.com/magiclabs/magic-js/pull/191) ([@smithki](https://github.com/smithki))
|
756
|
-
|
757
|
-
#### Authors: 1
|
758
|
-
|
759
|
-
- Ian K Smith ([@smithki](https://github.com/smithki))
|
760
|
-
|
761
|
-
---
|
762
|
-
|
763
|
-
# v4.3.1 (Fri Jun 11 2021)
|
764
|
-
|
765
|
-
#### π Bug Fix
|
766
|
-
|
767
|
-
- Upgrade @aveq-research/localforage-asyncstorage-driver [#183](https://github.com/magiclabs/magic-js/pull/183) ([@Ethella](https://github.com/Ethella))
|
768
|
-
|
769
|
-
#### Authors: 1
|
770
|
-
|
771
|
-
- Jerry Liu ([@Ethella](https://github.com/Ethella))
|
772
|
-
|
773
|
-
---
|
774
|
-
|
775
|
-
# v4.0.1 (Tue Dec 01 2020)
|
776
|
-
|
777
|
-
#### π Bug Fix
|
778
|
-
|
779
|
-
- Add 'importHelpers: true' to base tsconfig.json [#152](https://github.com/magiclabs/magic-js/pull/152) ([@smithki](https://github.com/smithki))
|
780
|
-
|
781
|
-
#### π Documentation
|
782
|
-
|
783
|
-
- Fix incorrect TypeScript project references and update READMEs with changelog links [#151](https://github.com/magiclabs/magic-js/pull/151) ([@smithki](https://github.com/smithki))
|
784
|
-
|
785
|
-
#### Authors: 1
|
786
|
-
|
787
|
-
- Ian K Smith ([@smithki](https://github.com/smithki))
|
788
|
-
|
789
|
-
---
|
790
|
-
|
791
|
-
# v4.0.0 (Tue Nov 17 2020)
|
792
|
-
|
793
|
-
#### π₯ Breaking Change
|
794
|
-
|
795
|
-
- [All packages] Internal API changes & Cleanups [#149](https://github.com/magiclabs/magic-js/pull/149) ([@smithki](https://github.com/smithki))
|
796
|
-
|
797
|
-
#### π Bug Fix
|
798
|
-
|
799
|
-
- Update CHANGELOGs and CONTRIBUTING guide [#146](https://github.com/magiclabs/magic-js/pull/146) ([@smithki](https://github.com/smithki))
|
800
|
-
|
801
|
-
#### π Internal
|
802
|
-
|
803
|
-
- Simplify scripts [#147](https://github.com/magiclabs/magic-js/pull/147) ([@smithki](https://github.com/smithki))
|
804
|
-
|
805
|
-
#### Authors: 1
|
806
|
-
|
807
|
-
- Ian K Smith ([@smithki](https://github.com/smithki))
|
808
|
-
|
809
|
-
---
|
810
|
-
|
811
|
-
## `3.0.1` - 10/21/2020
|
812
|
-
|
813
|
-
#### Changed
|
814
|
-
|
815
|
-
- Removed the following public methods and functions
|
816
|
-
- `BaseExtension.utils.encodeQueryParameters`
|
817
|
-
- `BaseExtension.utils.decodeQueryParameters`
|
818
|
-
|
819
|
-
## `2.8.0` - 09/24/2020
|
820
|
-
|
821
|
-
#### Added
|
822
|
-
|
823
|
-
- Adds a Magic SDK extensions runtime compatibility check, ensuring you're version of Magic SDK is designed for the extensions you have in use.
|
824
|
-
|
825
|
-
## `2.7.1` - 09/18/2020
|
826
|
-
|
827
|
-
#### Fixed
|
828
|
-
|
829
|
-
- Fix missing BigInt dependency #131
|
830
|
-
|
831
|
-
## `2.7.0` - 09/15/2020
|
832
|
-
|
833
|
-
#### Added
|
834
|
-
|
835
|
-
- New, optional `redirectURI` parameter for the `loginWithMagicLink` method
|
836
|
-
- New `loginWithCredential` method for completing a magic link login with redirect: `await magic.auth.loginWithCredential()`
|
837
|
-
|
838
|
-
## `2.6.0` - 08/24/2020
|
839
|
-
|
840
|
-
#### Added
|
841
|
-
|
842
|
-
- New optional `locale` parameter to SDK constructor
|
843
|
-
|
844
|
-
## `2.5.1` - 08/20/2020
|
845
|
-
|
846
|
-
#### Added
|
847
|
-
|
848
|
-
- New RPC error code for the `loginWithMagicLink` method: `-10005`
|
849
|
-
|
850
|
-
## `2.4.6` - 07/22/2020
|
851
|
-
|
852
|
-
#### Added
|
853
|
-
|
854
|
-
- Export `PromiEvent` type and `isPromiEvent` utility from SDK entry-points (`magic-sdk` and `@magic-sdk/react-native`).
|
855
|
-
|
856
|
-
## `2.4.1` through `2.4.5` - 07/13/2020
|
857
|
-
|
858
|
-
#### Fixed
|
859
|
-
|
860
|
-
- Bug preventing NPM tarball from containing `/dist` files.
|
861
|
-
|
862
|
-
## `2.4.0` - 07/13/2020
|
863
|
-
|
864
|
-
#### Changed
|
865
|
-
|
866
|
-
- Updated build system to use TypeScript project references instead of Microbundle.
|
867
|
-
- Pass `targetOrigin` parameter to `postMessage` calls.
|
868
|
-
|
869
|
-
## `2.3.1` - 07/08/2020
|
870
|
-
|
871
|
-
#### Fixed
|
872
|
-
|
873
|
-
- Bug affecting `localforage` type imports causing compilation failure in TypeScript.
|
874
|
-
|
875
|
-
## `2.3.0` - 07/08/2020
|
876
|
-
|
877
|
-
#### Added
|
878
|
-
|
879
|
-
- WebAuthn support.
|
880
|
-
- `localforage` APIs for Magic SDK Extensions.
|
881
|
-
|
882
|
-
## `2.1.0` - 06/25/2020
|
883
|
-
|
884
|
-
#### Changed
|
885
|
-
|
886
|
-
- Update dependencies.
|
887
|
-
|
888
|
-
#### Added
|
889
|
-
|
890
|
-
- Add `ExtensionWarning` class.
|
891
|
-
|
892
|
-
## `2.0.5` - 06/23/2020
|
893
|
-
|
894
|
-
#### Changed
|
895
|
-
|
896
|
-
- Update dependencies.
|
897
|
-
|
898
|
-
## `2.0.4` - 06/23/2020
|
899
|
-
|
900
|
-
#### Changed
|
901
|
-
|
902
|
-
- Update dependencies.
|
903
|
-
|
904
|
-
## `2.0.3` - 06/23/2020
|
905
|
-
|
906
|
-
#### Changed
|
907
|
-
|
908
|
-
- Update dependencies.
|
909
|
-
|
910
|
-
## `2.0.2` - 06/22/2020
|
911
|
-
|
912
|
-
#### Changed
|
913
|
-
|
914
|
-
- Update dependencies.
|
915
|
-
|
916
|
-
## `2.0.1` - 06/16/2020
|
917
|
-
|
918
|
-
#### Added
|
919
|
-
|
920
|
-
- Introduce the `ExtensionError` type to ease handling of errors rising from Magic SDK Extensions.
|
921
|
-
|
922
|
-
## `2.0.0` - 06/12/2020
|
923
|
-
|
924
|
-
#### Changed
|
925
|
-
|
926
|
-
- Move "react-native-webivew" to peer dependencies
|
927
|
-
|
928
|
-
## `1.0.1` - 06/11/2020
|
929
|
-
|
930
|
-
#### Changed
|
931
|
-
|
932
|
-
- Update dependencies.
|
933
|
-
- Circle CI tag in readme is broken after namechange from MagicHQ to MagicLabs
|
934
|
-
|
935
|
-
## `1.0.0` - 06/02/2020
|
936
|
-
|
937
|
-
This is the first release our changelog records. Future updates will be logged in the following format:
|
938
|
-
|
939
|
-
#### Fixed
|
940
|
-
|
941
|
-
- Bug fixes and patches will be described here.
|
942
|
-
|
943
|
-
#### Changed
|
944
|
-
|
945
|
-
- Changes (breaking or otherwise) to current APIs will be described here.
|
946
|
-
|
947
|
-
#### Added
|
948
|
-
|
949
|
-
- New features or APIs will be described here.
|