Release Notes
Below is a complete list of changes for each release of the React Native 2.x library.
2.2.2 (September 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
2.2.1 (July 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
2.2.0 (February 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
- 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 (August 2021)
- Kotlin Dependency updates
- Added support for
Expiry.UntilRestart
- TimeCollector now added by default in-line with Swift implementation
- Better customVisitorId support
- Added support for
2.1.2 (August 2021)
- Android support for customVisitorId
- Added support to get session ID - use getSessionId()
2.1.1 (June 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
2.1.0 (April 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.
2.0.3 (March 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
2.0.2 (February 2021)
Low Impact Changes
- Bug Fix: Removed the
deinit
from the React Native Module in order to prevent theEventEmitter
event names being cleared out on hot reload.
2.0.1 (February 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
2.0.0 (January 2021)
Initial Release
This page was last updated: January 7, 2023