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