Skip to content

Releases: segmentio/analytics-react-native

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

v2.1.0-beta

01 Feb 18:45
Compare
Choose a tag to compare
  • New public interface to streamline access/observability to settings, context, events, and user info on global scope

  • An entirely new state management framework @segment/sovran-react-native

    • Provides a State management for TS/JS projects with little overhead and boilerplate.
    • Provides observability events over watched objects in the scope of a React Native app
    • Provides a bridge for sending state actions from native code (Kotlin, Java, Swift or Objective C) to RN (TS/JS)
  • General bug fixes, updates, and improvements

2.0.0-pilot

26 Oct 18:04
Compare
Choose a tag to compare
  • adds an entirely new analytics-react-native SDK. Refer to the readme for a detailed overview and the migration guide for migration details.

1.5.0

15 Jul 19:51
032c67a
Compare
Choose a tag to compare

bump Amplitude deployment target to address build error

1.4.9

21 Jun 21:32
1cf7fcf
Compare
Choose a tag to compare

Bumps Mixpanel and Facebook IOS integrations to resolve build issues. #335