Skip to content

Releases: segmentio/analytics-react-native

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

v2.1.2-beta

09 Feb 23:05
Compare
Choose a tag to compare

Fixes React Native and React showing as strong dependencies on @segment/analytics-react-native, they are now peerDependencies

v2.1.1-beta

03 Feb 01:21
Compare
Choose a tag to compare
  • Fixes issues with dependencies and Android builds