Skip to content

Releases: Tealium/tealium-react-native

2.2.0

04 Feb 17:23
93e1ad1
Compare
Choose a tag to compare
  • 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 your Podfile.

2.1.3

31 Aug 14:33
a3c7a57
Compare
Choose a tag to compare
  • Kotlin Dependency updates
    • Support for Expiry.UntilRestart
    • TimeCollector now added by default in-line with Swift implementation
    • Better customVisitorId support

2.1.2

09 Aug 15:19
1d5c06e
Compare
Choose a tag to compare
  • Android support for customVisitorId
  • Added support to get session ID - use getSessionId()

2.1.1

09 Jun 22:27
489e10b
Compare
Choose a tag to compare
  • 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

28 Apr 14:47
75994ef
Compare
Choose a tag to compare
  • New optional callback parameter for the initialize() to support methods that should be called once the Tealium instance is ready.
  • New remoteCommands property on the TealiumConfig object to allow passing RemoteCommands at config time.

2.0.3

08 Mar 22:23
7d9b883
Compare
Choose a tag to compare
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

23 Feb 14:45
417298d
Compare
Choose a tag to compare
  • Bug Fix
    • Removed deinit in TealiumReactNative.swift that was clearing event names

2.0.1

11 Feb 15:44
f0532f5
Compare
Choose a tag to compare
  • Bug fixes
    • Add all .ts files in the package
    • Syntax and path updates in .podspec

2.0.0

27 Jan 23:14
21461a0
Compare
Choose a tag to compare

Updated the module to use the Kotlin and Swift libraries.

Full documentation

1.1.0

21 Jul 16:28
Compare
Choose a tag to compare
  • Added ability to enable ad identifier (ADID/IDFA) collection in the initializeCustom method
  • Improved multiple instance handling