Releases: taplytics/taplytics-react-native
Releases · taplytics/taplytics-react-native
3.1.2 Release
Taplytics 3.0.0-rc.1 Release
- updated android version to use version that calls new session listener on set user attribute
Taplytics 3.0.0-rc.0 Release
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
tov3.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
- Fixed
newAsyncVariable
not returning anumber
variable on Android - Fixed
newAsyncVariable
not returning a variable ofJSON
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 asubscriber
object.subscriber.remove()
can be called to clean up the event listener when a component is unmounted.
Taplytics 2.1.3 Release
- Fixed newAsyncVariable crashing the app when a new session is created on iOS
Taplytics 2.1.2 Release
- Fixed
propertiesLoadedCallback
on Android
Taplytics 2.1.1 Release
- Fixed issue where
propertiesLoadedCallback
crashes when getting called more than once
Taplytics React Native Release 2.1.0
- Added support for React Native 0.60.0
Taplytics React Native Release 1.4.1
- Add typings for core and experiment features of SDK (Thanks @tomauty !)
Taplytics React Native Release 1.4.0
- Added call
registerPushNotifications
for iOS