Skip to content

Releases: segmentio/analytics-react-native

v2.2.1

02 Jun 22:10
Compare
Choose a tag to compare

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

Full Changelog: v2.1.12...v2.2.1

v2.1.12

29 Apr 21:01
d48b7f9
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.1.10...v2.1.12

v2.1.11

23 May 16:56
Compare
Choose a tag to compare

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

07 Apr 00:58
Compare
Choose a tag to compare

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

23 Mar 16:08
Compare
Choose a tag to compare

Publishing to General Availability  🥳

v2.1.8-beta

03 Mar 00:46
de434cd
Compare
Choose a tag to compare
  • Updates @segment/sovran-react-native resolves #468

v2.1.7-beta

28 Feb 22:48
Compare
Choose a tag to compare

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 and maxRetryEvents options in the client configuration. Use flushInterval and maxBatchSize 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

24 Feb 18:25
a3feab8
Compare
Choose a tag to compare
  • Fix imports and types in npm package

v2.1.5-beta

23 Feb 19:03
9e7d62d
Compare
Choose a tag to compare
  • Fixes malformed integrations object #450
  • Fixes context properties in Application Lifecycle Events #451

v2.1.3-beta

16 Feb 19:25
64005cf
Compare
Choose a tag to compare
  • Fixes anonymousID not being generated on startup