Skip to content

Releases: taplytics/taplytics-react-native

3.1.2 Release

14 Jul 15:11
c5dae7c
Compare
Choose a tag to compare
  • removed removeEventListener and use .remove on the returned object of addEventListener

Taplytics 3.0.0-rc.1 Release

20 Oct 18:05
Compare
Choose a tag to compare
  • updated android version to use version that calls new session listener on set user attribute

Taplytics 3.0.0-rc.0 Release

23 Apr 19:25
Compare
Choose a tag to compare

Breaking Changes

  • We've switched away from default exports and now export each method/hook individually for improved discoverability and autocompletion. Read more about migrating from v2.x to v3.x here.

Features

  • We've introduced hooks that can be utilized for easier usage of the core Taplytics React Native SDK. Check out the docs here.
  • The core SDK methods were also completely re-written from the ground up natively in TypeScript.
  • Added more comprehensive JSDocs.

Taplytics 2.1.4 Release

16 Mar 14:42
Compare
Choose a tag to compare
  • Fixed newAsyncVariable not returning a number variable on Android
  • Fixed newAsyncVariable not returning a variable of JSON type on iOS.
  • The callback function within propertiesLoadedCallback now provides a boolean type argument indicating if the properties were loaded on Android, similar to iOS
  • propertiesLoadedCallback now returns a subscriber object. subscriber.remove() can be called to clean up the event listener when a component is unmounted.

Taplytics 2.1.3 Release

11 Nov 21:06
c96a860
Compare
Choose a tag to compare
  • Fixed newAsyncVariable crashing the app when a new session is created on iOS

Taplytics 2.1.2 Release

16 Oct 01:01
19def3b
Compare
Choose a tag to compare
  • Fixed propertiesLoadedCallback on Android

Taplytics 2.1.1 Release

28 Sep 20:51
88dc016
Compare
Choose a tag to compare
  • Fixed issue where propertiesLoadedCallback crashes when getting called more than once

Taplytics React Native Release 2.1.0

16 Mar 14:50
Compare
Choose a tag to compare
  • Added support for React Native 0.60.0

Taplytics React Native Release 1.4.1

11 Oct 21:08
Compare
Choose a tag to compare
  1. Add typings for core and experiment features of SDK (Thanks @tomauty !)

Taplytics React Native Release 1.4.0

19 Jul 20:30
Compare
Choose a tag to compare
  • Added call registerPushNotifications for iOS