Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- iOS sample CI: pin `Rokt-Widget` to `5.2.0` and `DcuiSchema` to `2.7.0` (avoids `2.8.x` schema floating under Rokt’s `~> 2.6` and breaking `RoktUXHelper` Swift compile); GitHub Actions stays on Xcode 16.x
- Android: raise the `com.mparticle:android-core` / `android-rokt-kit` dependency floor to `[5.79.2, 6.0)` (Expo plugin kit injection and bridge `android/build.gradle`), and bump the sample app to `5.79.2`. This guarantees consumers resolve a Rokt kit built against `com.rokt:roktsdk` `4.14.5`, which observes the Activity lifecycle from process start so overlay/bottom-sheet placements display even when `Rokt.init()` runs after the host Activity has resumed (deferred / late RN initialisation)

## [3.1.5] - 2026-06-22

### Changed

- Bump mParticle core/rokt-kit floor to 5.79.2 (carries roktsdk 4.14.5 deferred-init fix) ([#344](https://github.com/mParticle/react-native-mparticle/pull/344))
- Add opt-in deferred-init edge-case example (Android) ([#341](https://github.com/mParticle/react-native-mparticle/pull/341))
- Add iOS Integration Style Unit Tests ([#338](https://github.com/mParticle/react-native-mparticle/pull/338))

## [3.1.4] - 2026-06-05

### Added
Expand Down Expand Up @@ -426,7 +434,8 @@ Initial rewrite as a React Native module.

- Initial release with core mParticle SDK integration

[unreleased]: https://github.com/mParticle/react-native-mparticle/compare/3.1.4...HEAD
[unreleased]: https://github.com/mParticle/react-native-mparticle/compare/3.1.5...HEAD
[3.1.5]: https://github.com/mParticle/react-native-mparticle/compare/3.1.4...3.1.5
[3.1.4]: https://github.com/mParticle/react-native-mparticle/compare/3.1.3...3.1.4
[3.1.3]: https://github.com/mParticle/react-native-mparticle/compare/3.1.2...3.1.3
[3.1.2]: https://github.com/mParticle/react-native-mparticle/compare/3.1.1...3.1.2
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.1.4
3.1.5
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"homepage": "https://www.mparticle.com",
"license": "Apache-2.0",
"repository": "mParticle/react-native-mparticle",
"version": "3.1.4",
"version": "3.1.5",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"react-native": "js/index",
Expand Down
Loading