Releases: segmentio/analytics-react-native
Releases · segmentio/analytics-react-native
v2.2.1
What's Changed
- feat: add attribution callbacks to appsflyer by @alanjcharles in #528
- chore: prepare for release by @alanjcharles in #530
- feat: new onContextLoad events and awaitable context updates by @oscb in #532
- fix: match identify and reset client methods arguments, add token to context by @oscb in #533
- chore: release packages/core minor by @github-actions in #534
- fix: deepmerge device context on update by @oscb in #543
- chore: add links to each plugin docs, update FBSDK instructions by @oscb in #546
- fix: appsflyer attribution by @Asgaroth in #547
- fix: fix crash on android caused by FBSDK by @oscb in #548
- feat: createClient "storePersistor" option by @509dave16 in #549
- chore: release packages/plugins/plugin-appsflyer patch by @github-actions in #550
New Contributors
- @Asgaroth made their first contribution in #547
- @509dave16 made their first contribution in #549
Full Changelog: v2.1.12...v2.2.1
v2.1.12
What's Changed
- feat: add mixpanel plugin by @alanjcharles in #498
- fix: fix callback conditional by @alanjcharles in #518
- Endpoint fix by @alanjcharles in #519
- fix: fix bundle unbundled logic by @alanjcharles in #521
New Contributors
- @brentvatne made their first contribution in #517
Full Changelog: v2.1.10...v2.1.12
v2.1.11
What's Changed
- docs: add Taplytics under Example Plugins by @chungchantal in #500
- chore(deps): bump moment from 2.29.1 to 2.29.2 in /example by @dependabot in #501
New Contributors
- @chungchantal made their first contribution in #500
Full Changelog: v2.1.10...v2.1.11
v2.1.10
What's Changed
- chore: release packages/plugins/plugin-adjust patch by @github-actions in #481
- chore(deps): bump minimist from 1.2.5 to 1.2.6 in /example by @dependabot in #485
- chore(deps): bump minimist from 1.2.5 to 1.2.6 by @dependabot in #486
- feat: add reset to plugins by @alanjcharles in #490
- fix: merge context to preserve plugin injected properties by @oscb in #487
- chore: add dependencies to install instructions on plugins by @oscb in #488
- chore(deps): bump ansi-regex from 4.1.0 to 4.1.1 by @dependabot in #494
- chore(deps): bump plist from 3.0.4 to 3.0.5 by @dependabot in #493
- chore(deps): bump ansi-regex from 4.1.0 to 4.1.1 in /example by @dependabot in #492
- chore(deps): bump plist from 3.0.4 to 3.0.5 in /example by @dependabot in #491
- chore(deps): bump cocoapods-downloader from 1.5.1 to 1.6.3 in /example/ios by @dependabot in #495
- feat: plugins can now disable integrations by marking them as false in the event.integrations by @oscb in #496
Full Changelog: v2.1.9...v2.1.10
v2.1.9
v2.1.8-beta
- Updates
@segment/sovran-react-native
resolves #468
v2.1.7-beta
What's Changed
- Fixes an issue with the
flushInterval
not working properly and causing frequent 1 sec flushes if there where events waiting for retry. - Deprecates
retryInterval
andmaxRetryEvents
options in the client configuration. UseflushInterval
andmaxBatchSize
instead. - Adds support for deeplink tracking with
referral_application
data. Please review the instructions to set it up on iOS, no changes required on Android.
V2.1.6-beta
- Fix imports and types in npm package
v2.1.5-beta
v2.1.3-beta
- Fixes
anonymousID
not being generated on startup