docs: Add 2.0.0 migration guide and changelog entry#70
Merged
denischilik merged 1 commit intomainfrom Apr 17, 2026
Merged
Conversation
Document upcoming 2.0.0 breaking changes for consumers upgrading from 1.x: iOS 15.6 deployment target, mParticle-Apple-SDK 9 CocoaPods dependency (subspecs removed), new Rokt event-channel event types, and the new iOS-only selectShoppableAds Dart API.
PR SummaryLow Risk Overview The docs call out iOS breaking changes (minimum deployment target raised to Reviewed by Cursor Bugbot for commit f6a4865. Bugbot is set up for automated code reviews on this repo. Configure here. |
thomson-t
reviewed
Apr 17, 2026
thomson-t
approved these changes
Apr 17, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Background
Prepares docs for the upcoming 2.0.0 release: an
[Unreleased]entry inCHANGELOG.mdand a standaloneMIGRATING.mdcovering the Apple SDK 9 upgrade on iOS. Docs-only — no code changes.What Has Changed
MIGRATING.mdwith 1.x → 2.0.0 upgrade steps: iOS 15.6 deployment target, CocoaPods dependency change (mParticle-Apple-SDK/mParticle ~> 8.5→mParticle-Apple-SDK ~> 9.0; subspecs removed in SDK 9), newMPRoktEventsevent types, and the new iOS-onlyRokt.selectShoppableAdsDart API.[Unreleased]block toCHANGELOG.mdlisting the breaking changes and new Rokt features.AppDelegateProxyremoval, ATS / regional routing, Obj-C/Swift-level Rokt renames), the guide links to the Apple SDK migration document instead of duplicating it.Screenshots/Video
N/A — docs only.
Checklist
Additional Notes
No Dart source changes.
flutter analyzeandflutter testwere run locally after the changes and are unchanged frommain.