@capacitor/core 4.7.1-nightly-20230315T150554.0 → 4.7.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +601 -0
  2. package/package.json +2 -2
package/CHANGELOG.md ADDED
@@ -0,0 +1,601 @@
1
+ # Change Log
2
+
3
+ All notable changes to this project will be documented in this file.
4
+ See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
+
6
+ ## [4.7.1](https://github.com/ionic-team/capacitor/compare/4.7.0...4.7.1) (2023-03-16)
7
+
8
+ **Note:** Version bump only for package @capacitor/core
9
+
10
+
11
+
12
+
13
+
14
+ # [4.7.0](https://github.com/ionic-team/capacitor/compare/4.6.3...4.7.0) (2023-02-22)
15
+
16
+
17
+ ### Bug Fixes
18
+
19
+ * handle fetch headers that are Headers objects ([#6320](https://github.com/ionic-team/capacitor/issues/6320)) ([cb00e49](https://github.com/ionic-team/capacitor/commit/cb00e4952acca8e877555f30b2190f6685d25934))
20
+ * **ios:** Correctly Attach Headers to Request ([#6303](https://github.com/ionic-team/capacitor/issues/6303)) ([a3f875c](https://github.com/ionic-team/capacitor/commit/a3f875cf42e111fde07d6e87643264b19ed77573))
21
+
22
+
23
+
24
+
25
+
26
+ ## [4.6.3](https://github.com/ionic-team/capacitor/compare/4.6.2...4.6.3) (2023-02-03)
27
+
28
+
29
+ ### Bug Fixes
30
+
31
+ * **ios:** crash when http headers contain numbers ([#6251](https://github.com/ionic-team/capacitor/issues/6251)) ([028c556](https://github.com/ionic-team/capacitor/commit/028c556a50b41ee99fe8f4f1aa2f42d3fd57f92d))
32
+
33
+
34
+
35
+
36
+
37
+ ## [4.6.2](https://github.com/ionic-team/capacitor/compare/4.6.1...4.6.2) (2023-01-17)
38
+
39
+ **Note:** Version bump only for package @capacitor/core
40
+
41
+
42
+
43
+
44
+
45
+ ## [4.6.1](https://github.com/ionic-team/capacitor/compare/4.6.0...4.6.1) (2022-12-05)
46
+
47
+ **Note:** Version bump only for package @capacitor/core
48
+
49
+
50
+
51
+
52
+
53
+ # [4.6.0](https://github.com/ionic-team/capacitor/compare/4.5.0...4.6.0) (2022-12-01)
54
+
55
+
56
+ ### Bug Fixes
57
+
58
+ * **cookies:** Use Set-Cookie headers to persist cookies ([57f8b39](https://github.com/ionic-team/capacitor/commit/57f8b39d7f4c5ee0e5e5cb316913e9450a81d22b))
59
+
60
+
61
+
62
+
63
+
64
+ # [4.5.0](https://github.com/ionic-team/capacitor/compare/4.4.0...4.5.0) (2022-11-16)
65
+
66
+
67
+ ### Features
68
+
69
+ * **cookies:** add get cookies plugin method ([ba1e770](https://github.com/ionic-team/capacitor/commit/ba1e7702a3338714aee24388c0afea39706c9341))
70
+
71
+
72
+
73
+
74
+
75
+ # [4.4.0](https://github.com/ionic-team/capacitor/compare/4.3.0...4.4.0) (2022-10-21)
76
+
77
+
78
+ ### Bug Fixes
79
+
80
+ * **cookies:** make document.cookie setter synchronous ([2272abf](https://github.com/ionic-team/capacitor/commit/2272abf3d3d9dc82d9ca0d03b17e2b78f11f61fc))
81
+ * **http:** fix local http requests on native platforms ([c4e040a](https://github.com/ionic-team/capacitor/commit/c4e040a6f8c6b54bac6ae320e5f0f008604fe50f))
82
+
83
+
84
+
85
+
86
+
87
+ # [4.3.0](https://github.com/ionic-team/capacitor/compare/4.2.0...4.3.0) (2022-09-21)
88
+
89
+
90
+ ### Bug Fixes
91
+
92
+ * **core:** Exception object was not set on Cap ([#5917](https://github.com/ionic-team/capacitor/issues/5917)) ([9ca27a4](https://github.com/ionic-team/capacitor/commit/9ca27a4f8441b368f8bf9d97dda57b1a55ac0e4e))
93
+
94
+
95
+ ### Features
96
+
97
+ * Capacitor Cookies & Capacitor Http core plugins ([d4047cf](https://github.com/ionic-team/capacitor/commit/d4047cfa947676777f400389a8d65defae140b45))
98
+
99
+
100
+
101
+
102
+
103
+ # [4.2.0](https://github.com/ionic-team/capacitor/compare/4.1.0...4.2.0) (2022-09-08)
104
+
105
+ **Note:** Version bump only for package @capacitor/core
106
+
107
+
108
+
109
+
110
+
111
+ # [4.1.0](https://github.com/ionic-team/capacitor/compare/4.0.1...4.1.0) (2022-08-18)
112
+
113
+ **Note:** Version bump only for package @capacitor/core
114
+
115
+
116
+
117
+
118
+
119
+ ## [4.0.1](https://github.com/ionic-team/capacitor/compare/4.0.0...4.0.1) (2022-07-28)
120
+
121
+ **Note:** Version bump only for package @capacitor/core
122
+
123
+
124
+
125
+
126
+
127
+ # [4.0.0](https://github.com/ionic-team/capacitor/compare/4.0.0-beta.2...4.0.0) (2022-07-27)
128
+
129
+
130
+ ### Features
131
+
132
+ * **android:** Add Optional Data Param for Error Object ([#5719](https://github.com/ionic-team/capacitor/issues/5719)) ([174172b](https://github.com/ionic-team/capacitor/commit/174172b6c64dc9117c48ed0e20c25e0b6c2fb625))
133
+ * **android:** Use addWebMessageListener where available ([#5427](https://github.com/ionic-team/capacitor/issues/5427)) ([c2dfe80](https://github.com/ionic-team/capacitor/commit/c2dfe808446717412b35e82713d123b7a052f264))
134
+
135
+
136
+
137
+
138
+
139
+ # [4.0.0-beta.2](https://github.com/ionic-team/capacitor/compare/4.0.0-beta.1...4.0.0-beta.2) (2022-07-08)
140
+
141
+ **Note:** Version bump only for package @capacitor/core
142
+
143
+
144
+
145
+
146
+
147
+ # [4.0.0-beta.1](https://github.com/ionic-team/capacitor/compare/4.0.0-beta.0...4.0.0-beta.1) (2022-06-27)
148
+
149
+ **Note:** Version bump only for package @capacitor/core
150
+
151
+
152
+
153
+
154
+
155
+ # [4.0.0-beta.0](https://github.com/ionic-team/capacitor/compare/3.6.0...4.0.0-beta.0) (2022-06-17)
156
+
157
+ **Note:** Version bump only for package @capacitor/core
158
+
159
+
160
+
161
+
162
+
163
+ # [3.6.0](https://github.com/ionic-team/capacitor/compare/3.5.1...3.6.0) (2022-06-17)
164
+
165
+ **Note:** Version bump only for package @capacitor/core
166
+
167
+
168
+
169
+
170
+
171
+ # [4.0.0-alpha.2](https://github.com/ionic-team/capacitor/compare/3.4.1...4.0.0-alpha.2) (2022-05-12)
172
+
173
+ **Note:** Version bump only for package @capacitor/core
174
+
175
+
176
+
177
+
178
+ ## [3.5.1](https://github.com/ionic-team/capacitor/compare/3.5.0...3.5.1) (2022-05-04)
179
+
180
+
181
+ ### Bug Fixes
182
+
183
+ * **core:** Make cordova bridge use Promise instead of setTimeout ([#5586](https://github.com/ionic-team/capacitor/issues/5586)) ([f35d96b](https://github.com/ionic-team/capacitor/commit/f35d96b185f5890600a64b78e6bf939c336cbb2d))
184
+
185
+
186
+
187
+
188
+
189
+ # [3.5.0](https://github.com/ionic-team/capacitor/compare/3.4.3...3.5.0) (2022-04-22)
190
+
191
+ **Note:** Version bump only for package @capacitor/core
192
+
193
+
194
+
195
+
196
+
197
+
198
+ # [4.0.0-alpha.1](https://github.com/ionic-team/capacitor/compare/3.4.1...4.0.0-alpha.1) (2022-03-25)
199
+
200
+ **Note:** Version bump only for package @capacitor/core
201
+
202
+
203
+
204
+
205
+
206
+ ## [3.4.3](https://github.com/ionic-team/capacitor/compare/3.4.2...3.4.3) (2022-03-04)
207
+
208
+ **Note:** Version bump only for package @capacitor/core
209
+
210
+
211
+
212
+
213
+
214
+ ## [3.4.2](https://github.com/ionic-team/capacitor/compare/3.4.1...3.4.2) (2022-03-03)
215
+
216
+ **Note:** Version bump only for package @capacitor/core
217
+
218
+
219
+
220
+
221
+
222
+ ## [3.4.1](https://github.com/ionic-team/capacitor/compare/3.4.0...3.4.1) (2022-02-09)
223
+
224
+ **Note:** Version bump only for package @capacitor/core
225
+
226
+
227
+
228
+
229
+
230
+ # [3.4.0](https://github.com/ionic-team/capacitor/compare/3.3.4...3.4.0) (2022-01-19)
231
+
232
+ **Note:** Version bump only for package @capacitor/core
233
+
234
+
235
+
236
+
237
+
238
+ ## [3.3.4](https://github.com/ionic-team/capacitor/compare/3.3.3...3.3.4) (2022-01-05)
239
+
240
+ **Note:** Version bump only for package @capacitor/core
241
+
242
+
243
+
244
+
245
+
246
+ ## [3.3.3](https://github.com/ionic-team/capacitor/compare/3.3.2...3.3.3) (2021-12-08)
247
+
248
+ **Note:** Version bump only for package @capacitor/core
249
+
250
+
251
+
252
+
253
+
254
+ ## [3.3.2](https://github.com/ionic-team/capacitor/compare/3.3.1...3.3.2) (2021-11-17)
255
+
256
+ **Note:** Version bump only for package @capacitor/core
257
+
258
+
259
+
260
+
261
+
262
+ ## [3.3.1](https://github.com/ionic-team/capacitor/compare/3.3.0...3.3.1) (2021-11-05)
263
+
264
+ **Note:** Version bump only for package @capacitor/core
265
+
266
+
267
+
268
+
269
+
270
+ # [3.3.0](https://github.com/ionic-team/capacitor/compare/3.2.5...3.3.0) (2021-11-03)
271
+
272
+
273
+ ### Bug Fixes
274
+
275
+ * **core:** avoid crash on logging circular objects ([#5186](https://github.com/ionic-team/capacitor/issues/5186)) ([1451ec8](https://github.com/ionic-team/capacitor/commit/1451ec850a9ef73267a032638e73f1fc440647b9))
276
+
277
+
278
+
279
+
280
+
281
+ ## [3.2.5](https://github.com/ionic-team/capacitor/compare/3.2.4...3.2.5) (2021-10-13)
282
+
283
+ **Note:** Version bump only for package @capacitor/core
284
+
285
+
286
+
287
+
288
+
289
+ ## [3.2.4](https://github.com/ionic-team/capacitor/compare/3.2.3...3.2.4) (2021-09-27)
290
+
291
+
292
+ ### Bug Fixes
293
+
294
+ * **ios:** show correct line number on console logs ([#5073](https://github.com/ionic-team/capacitor/issues/5073)) ([ec41e74](https://github.com/ionic-team/capacitor/commit/ec41e743aa4ba81e791ad446fac461b7f43b46ed))
295
+
296
+
297
+
298
+
299
+
300
+ ## [3.2.3](https://github.com/ionic-team/capacitor/compare/3.2.2...3.2.3) (2021-09-15)
301
+
302
+ **Note:** Version bump only for package @capacitor/core
303
+
304
+
305
+
306
+
307
+
308
+ ## [3.2.2](https://github.com/ionic-team/capacitor/compare/3.2.1...3.2.2) (2021-09-02)
309
+
310
+ **Note:** Version bump only for package @capacitor/core
311
+
312
+
313
+
314
+
315
+
316
+ ## [3.2.1](https://github.com/ionic-team/capacitor/compare/3.2.0...3.2.1) (2021-09-01)
317
+
318
+ **Note:** Version bump only for package @capacitor/core
319
+
320
+
321
+
322
+
323
+
324
+ # [3.2.0](https://github.com/ionic-team/capacitor/compare/3.1.2...3.2.0) (2021-08-18)
325
+
326
+
327
+ ### Features
328
+
329
+ * **core:** implement CapacitorCustomPlatform for 3rd party platforms ([#4771](https://github.com/ionic-team/capacitor/issues/4771)) ([12c6294](https://github.com/ionic-team/capacitor/commit/12c6294b9eb82976b1322f00da9ba5a6004f7977))
330
+
331
+
332
+
333
+
334
+
335
+ ## [3.1.2](https://github.com/ionic-team/capacitor/compare/3.1.1...3.1.2) (2021-07-21)
336
+
337
+
338
+ ### Bug Fixes
339
+
340
+ * **core:** handle toJSON() in plugin objects ([#4823](https://github.com/ionic-team/capacitor/issues/4823)) ([0479822](https://github.com/ionic-team/capacitor/commit/04798221666437408f22947253a18ccb4f9e409e))
341
+ * **core:** Modify safeStringify to allow multiple null values ([#4853](https://github.com/ionic-team/capacitor/issues/4853)) ([854539b](https://github.com/ionic-team/capacitor/commit/854539b62a658e484954edbe38b25eea1b0b6f10))
342
+
343
+
344
+
345
+
346
+
347
+ ## [3.1.1](https://github.com/ionic-team/capacitor/compare/3.1.0...3.1.1) (2021-07-07)
348
+
349
+ **Note:** Version bump only for package @capacitor/core
350
+
351
+
352
+
353
+
354
+
355
+ # [3.1.0](https://github.com/ionic-team/capacitor/compare/3.0.2...3.1.0) (2021-07-07)
356
+
357
+ **Note:** Version bump only for package @capacitor/core
358
+
359
+
360
+
361
+
362
+
363
+ ## [3.0.2](https://github.com/ionic-team/capacitor/compare/3.0.1...3.0.2) (2021-06-23)
364
+
365
+
366
+ ### Bug Fixes
367
+
368
+ * **core:** cordova events not firing ([#4712](https://github.com/ionic-team/capacitor/issues/4712)) ([ca4e3b6](https://github.com/ionic-team/capacitor/commit/ca4e3b62dba6a40e593a1404ba2fe2b416a4ac14))
369
+
370
+
371
+
372
+
373
+
374
+ ## [3.0.1](https://github.com/ionic-team/capacitor/compare/3.0.0...3.0.1) (2021-06-09)
375
+
376
+
377
+ ### Bug Fixes
378
+
379
+ * Make isPluginAvailable available on bridge ([#4589](https://github.com/ionic-team/capacitor/issues/4589)) ([151e7a8](https://github.com/ionic-team/capacitor/commit/151e7a899d9646dbd5625a2539fd3f2297349bc5))
380
+
381
+
382
+
383
+
384
+
385
+ # [3.0.0](https://github.com/ionic-team/capacitor/compare/3.0.0-rc.4...3.0.0) (2021-05-18)
386
+
387
+ **Note:** Version bump only for package @capacitor/core
388
+
389
+
390
+
391
+
392
+
393
+ # [3.0.0-rc.4](https://github.com/ionic-team/capacitor/compare/3.0.0-rc.3...3.0.0-rc.4) (2021-05-18)
394
+
395
+ **Note:** Version bump only for package @capacitor/core
396
+
397
+
398
+
399
+
400
+
401
+ # [3.0.0-rc.3](https://github.com/ionic-team/capacitor/compare/3.0.0-rc.2...3.0.0-rc.3) (2021-05-11)
402
+
403
+ **Note:** Version bump only for package @capacitor/core
404
+
405
+
406
+
407
+
408
+
409
+ # [3.0.0-rc.2](https://github.com/ionic-team/capacitor/compare/3.0.0-rc.1...3.0.0-rc.2) (2021-05-07)
410
+
411
+
412
+ ### Bug Fixes
413
+
414
+ * **bridge:** Fix type errors with new Platforms API ([#4524](https://github.com/ionic-team/capacitor/issues/4524)) ([7bbaea8](https://github.com/ionic-team/capacitor/commit/7bbaea85494c53a950abab40bb77f37087e22abe))
415
+ * **bridge:** Safely JSON.Stringify circular json on log ([#4507](https://github.com/ionic-team/capacitor/issues/4507)) ([e4c8fe4](https://github.com/ionic-team/capacitor/commit/e4c8fe41ec3992df5c20e4d0d3b69240ce672e44)), closes [#4506](https://github.com/ionic-team/capacitor/issues/4506)
416
+
417
+
418
+ ### Features
419
+
420
+ * **core:** platforms api ([#4255](https://github.com/ionic-team/capacitor/issues/4255)) ([7d62713](https://github.com/ionic-team/capacitor/commit/7d6271369cb15eeab07c0bc7f606de6447a17cd4))
421
+
422
+
423
+
424
+
425
+
426
+ # [3.0.0-rc.1](https://github.com/ionic-team/capacitor/compare/3.0.0-rc.0...3.0.0-rc.1) (2021-04-29)
427
+
428
+
429
+ ### Bug Fixes
430
+
431
+ * **core:** Call native implementation before web implementation ([#4493](https://github.com/ionic-team/capacitor/issues/4493)) ([febd606](https://github.com/ionic-team/capacitor/commit/febd60617ab60a3b34132f68f212e9a867d1b434))
432
+ * **core:** Use web listener if there is no native implementation ([#4488](https://github.com/ionic-team/capacitor/issues/4488)) ([196d843](https://github.com/ionic-team/capacitor/commit/196d843a3c9442c5dc6cf61bfe3494fa399dec4f))
433
+
434
+
435
+ ### Features
436
+
437
+ * Unify logging behavior across environments ([#4416](https://github.com/ionic-team/capacitor/issues/4416)) ([bae0f3d](https://github.com/ionic-team/capacitor/commit/bae0f3d2cee84978636d0f589bc7e2f745671baf))
438
+
439
+
440
+
441
+
442
+
443
+ # [3.0.0-rc.0](https://github.com/ionic-team/capacitor/compare/3.0.0-beta.6...3.0.0-rc.0) (2021-03-10)
444
+
445
+ **Note:** Version bump only for package @capacitor/core
446
+
447
+
448
+
449
+
450
+
451
+ # [3.0.0-beta.6](https://github.com/ionic-team/capacitor/compare/3.0.0-beta.5...3.0.0-beta.6) (2021-02-27)
452
+
453
+ **Note:** Version bump only for package @capacitor/core
454
+
455
+
456
+
457
+
458
+
459
+ # [3.0.0-beta.5](https://github.com/ionic-team/capacitor/compare/3.0.0-beta.4...3.0.0-beta.5) (2021-02-27)
460
+
461
+ **Note:** Version bump only for package @capacitor/core
462
+
463
+
464
+
465
+
466
+
467
+ # [3.0.0-beta.3](https://github.com/ionic-team/capacitor/compare/3.0.0-beta.2...3.0.0-beta.3) (2021-02-18)
468
+
469
+
470
+ ### Bug Fixes
471
+
472
+ * **core:** do not add window.cordova on web apps ([#4214](https://github.com/ionic-team/capacitor/issues/4214)) ([6d673ef](https://github.com/ionic-team/capacitor/commit/6d673ef7076f00c37eac0f801c4c487415df6d4d))
473
+
474
+
475
+
476
+
477
+
478
+ # [3.0.0-beta.2](https://github.com/ionic-team/capacitor/compare/3.0.0-beta.1...3.0.0-beta.2) (2021-02-08)
479
+
480
+
481
+ ### Bug Fixes
482
+
483
+ * **core:** handle js.error messages to fix window error handler ([#4124](https://github.com/ionic-team/capacitor/issues/4124)) ([c0deb1d](https://github.com/ionic-team/capacitor/commit/c0deb1de349f5631af08eecbffc0ea4dea97c60d))
484
+ * address bug in `isPluginAvailable()` for web and native ([#4114](https://github.com/ionic-team/capacitor/issues/4114)) ([2fbd954](https://github.com/ionic-team/capacitor/commit/2fbd95465a321b8f4c50d4daf22a63d8043cee9b))
485
+ * **core:** fix another $$typeof issue ([#4113](https://github.com/ionic-team/capacitor/issues/4113)) ([4cbae41](https://github.com/ionic-team/capacitor/commit/4cbae41908670ab843bea5850da7a2cf1082afdb))
486
+
487
+
488
+
489
+
490
+
491
+ # [3.0.0-beta.1](https://github.com/ionic-team/capacitor/compare/3.0.0-beta.0...3.0.0-beta.1) (2021-01-14)
492
+
493
+ **Note:** Version bump only for package @capacitor/core
494
+
495
+
496
+
497
+
498
+
499
+ # [3.0.0-beta.0](https://github.com/ionic-team/capacitor/compare/3.0.0-alpha.14...3.0.0-beta.0) (2021-01-13)
500
+
501
+
502
+ ### Features
503
+
504
+ * **core:** add commonjs output format ([#4064](https://github.com/ionic-team/capacitor/issues/4064)) ([74b7be8](https://github.com/ionic-team/capacitor/commit/74b7be89ef1bbf13ccd103410037cfe81c8fc124))
505
+
506
+
507
+
508
+
509
+
510
+ # [3.0.0-alpha.12](https://github.com/ionic-team/capacitor/compare/3.0.0-alpha.11...3.0.0-alpha.12) (2021-01-08)
511
+
512
+
513
+ ### Bug Fixes
514
+
515
+ * **core:** fix $$typeof() not implemented error ([#4013](https://github.com/ionic-team/capacitor/issues/4013)) ([c7f80b5](https://github.com/ionic-team/capacitor/commit/c7f80b577c1de60cd0a105f3aaf0d1c314f3150d))
516
+
517
+
518
+
519
+
520
+
521
+ # [3.0.0-alpha.9](https://github.com/ionic-team/capacitor/compare/3.0.0-alpha.8...3.0.0-alpha.9) (2020-12-15)
522
+
523
+ **Note:** Version bump only for package @capacitor/core
524
+
525
+
526
+
527
+
528
+
529
+ # [3.0.0-alpha.8](https://github.com/ionic-team/capacitor/compare/3.0.0-alpha.7...3.0.0-alpha.8) (2020-12-15)
530
+
531
+ **Note:** Version bump only for package @capacitor/core
532
+
533
+
534
+
535
+ # [3.0.0-alpha.7](https://github.com/ionic-team/capacitor/compare/3.0.0-alpha.6...3.0.0-alpha.7) (2020-12-02)
536
+
537
+
538
+ ### Bug Fixes
539
+
540
+ * **core:** export PermissionState ([#3775](https://github.com/ionic-team/capacitor/issues/3775)) ([2d5ac96](https://github.com/ionic-team/capacitor/commit/2d5ac963d131a704628f8a421be8429b9f63cf61))
541
+
542
+
543
+
544
+ # [3.0.0-alpha.6](https://github.com/ionic-team/capacitor/compare/3.0.0-alpha.5...3.0.0-alpha.6) (2020-10-30)
545
+
546
+
547
+ ### Features
548
+
549
+ * improve permissions ([eec61a6](https://github.com/ionic-team/capacitor/commit/eec61a6d8d8edfe94aea1a361787d1e6c736e20d))
550
+ * unified errors and error codes ([#3673](https://github.com/ionic-team/capacitor/issues/3673)) ([f9e0803](https://github.com/ionic-team/capacitor/commit/f9e08038aa88f7453e8235f380d2767a12a7a073))
551
+
552
+
553
+
554
+
555
+
556
+ # [3.0.0-alpha.5](https://github.com/ionic-team/capacitor/compare/3.0.0-alpha.4...3.0.0-alpha.5) (2020-10-06)
557
+
558
+ **Note:** Version bump only for package @capacitor/core
559
+
560
+
561
+
562
+ # [3.0.0-alpha.4](https://github.com/ionic-team/capacitor/compare/3.0.0-alpha.3...3.0.0-alpha.4) (2020-09-23)
563
+
564
+ **Note:** Version bump only for package @capacitor/core
565
+
566
+
567
+
568
+ # [3.0.0-alpha.3](https://github.com/ionic-team/capacitor/compare/3.0.0-alpha.2...3.0.0-alpha.3) (2020-09-15)
569
+
570
+ **Note:** Version bump only for package @capacitor/core
571
+
572
+
573
+
574
+ # [3.0.0-alpha.2](https://github.com/ionic-team/capacitor/compare/3.0.0-alpha.1...3.0.0-alpha.2) (2020-08-31)
575
+
576
+ **Note:** Version bump only for package @capacitor/core
577
+
578
+
579
+
580
+ # [3.0.0-alpha.1](https://github.com/ionic-team/capacitor/compare/2.4.0...3.0.0-alpha.1) (2020-08-21)
581
+
582
+
583
+ ### Bug Fixes
584
+
585
+ * **core:** provide mock implementation for unimplemented platforms ([#3352](https://github.com/ionic-team/capacitor/issues/3352)) ([befe230](https://github.com/ionic-team/capacitor/commit/befe2300435dbd54b22882fb6586c722f5ef466d))
586
+ * **core:** use more explicit result for Browser plugin events ([#3349](https://github.com/ionic-team/capacitor/issues/3349)) ([75f99d4](https://github.com/ionic-team/capacitor/commit/75f99d4de62a6afb2da0ff876ed3b0d351040184))
587
+ * **core:** use own type for backButton event result ([#3348](https://github.com/ionic-team/capacitor/issues/3348)) ([05d0e45](https://github.com/ionic-team/capacitor/commit/05d0e457eb69d5d39c8bb1d0117bc3d31afdca93))
588
+
589
+
590
+ ### Features
591
+
592
+ * **core:** add unsupported browser exception ([#3389](https://github.com/ionic-team/capacitor/issues/3389)) ([c51e8f8](https://github.com/ionic-team/capacitor/commit/c51e8f8960c795421b35ad1fdd1cd6afbd7a7dfc))
593
+
594
+
595
+
596
+ # [3.0.0-alpha.0](https://github.com/ionic-team/capacitor/compare/2.3.0...3.0.0-alpha.0) (2020-07-23)
597
+
598
+
599
+ ### Features
600
+
601
+ * **core:** add `registerPlugin` for importing from plugin packages ([#3305](https://github.com/ionic-team/capacitor/issues/3305)) ([95475cc](https://github.com/ionic-team/capacitor/commit/95475cceb4cbd5be2cc7e18f2cf3045eb6c6f7fd))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@capacitor/core",
3
- "version": "4.7.1-nightly-20230315T150554.0",
3
+ "version": "4.7.1",
4
4
  "description": "Capacitor: Cross-platform apps with JavaScript and the web",
5
5
  "homepage": "https://capacitorjs.com",
6
6
  "author": "Ionic Team <hi@ionic.io> (https://ionic.io)",
@@ -51,5 +51,5 @@
51
51
  "publishConfig": {
52
52
  "access": "public"
53
53
  },
54
- "gitHead": "f71b6bdcfbfb5c2b681b64c7a2c91cc514f7bba8"
54
+ "gitHead": "5dc164d02094b03ccea79a3efa97f958feb7eda6"
55
55
  }