Tealium for React Native release notes (By Date)
November 1, 2023
- Updated Android
build.gradle
files to allow the use of Kotlin version from parent project.
June 1, 2023
- Android-Kotlin dependencies updated including several fixes listed below.
- Core 1.5.3, Visitor Service 1.2.0 and Lifecycle 1.2.0
- Fix: Some event sending delayed by Visitor Service updates
- Fix: Lifecycle negative values
- Fix: ModuleManager crashes caused by concurrent modification
December 1, 2022
- Visitor Switching support
- Kotlin/Swift SDK dependencies updated
September 1, 2022
- Added React 18 to supported versions for all packages
- All remote command and location modules updated to support React 18
- Upgraded Kotlin version to 1.6.0
July 1, 2022
- Kotlin dependency upgraded to 1.4.1
- Swift dependency upgraded to 2.6.4
- Added
overrideCollectProfile
,overrideCollectDomain
andsessionCountingEnabled
keys to the config - Added
gatherTrackData
method to Tealium instance
February 1, 2022
- Support added up to React Native 0.67.1 + gradle 7
- Added support for additional Optional Modules, as well as packaged Remote Commands
- Tealium Kotlin 1.3.0 and Tealium Swift 2.6.0 dependency increase
- Added Location Module 1.0.0
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.
August 1, 2021
- Android support for customVisitorId
- Added support to get session ID - use getSessionId()
June 1, 2021
- Tealium Android dependencies updated to the latest
- Android launch event fix + tests
- iOS VisitorProfile arraysOfStrings update
- Update tealium-react-native.podspec to support 0.64+ and Hermes
- Update the index.d.ts
- Update example app
April 1, 2021
- New optional initialization callback to support methods that are required to be accessed after the Tealium instance is ready
- New
remoteCommands
config property to permit passingRemoteCommand
objects in during configuration.
March 1, 2021
Low Impact Changes
- Bug Fixes:
safeGet
extension methods added in Kotlin to check key safety on earlier React Native versions earlier than 0.63.3- React module imports added to the bridging header in order to accomodate React Native versions earlier than 0.63.3
- SDK dependency and
package.json
increments
February 1, 2021
Low Impact Changes
- Bug Fixes:
- Included all
.ts
files in package directory (thecommon.ts
file was missing) - Updated the path to source files in the
.podspec
- Included all
January 1, 2021
Initial Release