Releases: Tealium/tealium-react-native
Releases · Tealium/tealium-react-native
2.2.0
- Support added up to React Native 0.67.1 + gradle 7
- Support for additional Optional Modules, as well as packaged Remote Commands
- Tealium Kotlin 1.3.0 and Tealium Swift 2.6.0 dependency increases.
- Location Module 1.0.0 added
- Note. for iOS, the podspec has been split so you should now add
pod "tealium-react-native-swift", :path => '../node_modules/tealium-react-native/tealium-react-native-swift.podspec'
to yourPodfile
.
2.1.3
- Kotlin Dependency updates
- Support for
Expiry.UntilRestart
TimeCollector
now added by default in-line with Swift implementation- Better
customVisitorId
support
- Support for
2.1.2
2.1.1
- Android launch event fix + tests
- Tealium Android dependencies updated to the latest
- iOS VisitorProfile arraysOfStrings update
- Update
tealium-react-native.podspec
to support 0.64+ and Hermes - Update the
index.d.ts
from this PR - Update example app
2.1.0
- New optional
callback
parameter for theinitialize()
to support methods that should be called once the Tealium instance is ready. - New
remoteCommands
property on theTealiumConfig
object to allow passing RemoteCommands at config time.
2.0.3
Release/2.0.3 (#76) * Updated import statements (#74) * Updated import statements * Update gitignore * Bug/key checks (#75) * safeGet * gitignore android build * version increments * Add to one more place * Commit file * module/test fixes * Update Changelog Co-authored-by: christinasund <[email protected]> Co-authored-by: James Keith <[email protected]>
2.0.2
- Bug Fix
- Removed
deinit
in TealiumReactNative.swift that was clearing event names
- Removed
2.0.1
- Bug fixes
- Add all
.ts
files in the package - Syntax and path updates in
.podspec
- Add all
2.0.0
Updated the module to use the Kotlin and Swift libraries.
1.1.0
- Added ability to enable ad identifier (ADID/IDFA) collection in the
initializeCustom
method - Improved multiple instance handling