Document v13 removals missing from the changelog and migration guide - #942
Merged
Conversation
The v13.0.0 changelog and migration guide list the globals replaced by the session APIs (create/open/submit/openLink/PlaidLink/usePlaidEmitter) but omit destroy, which was also removed in v13 — v12 exported it, and v13 has no destroy export and no session-object replacement. Document the removal in the changelog and add a migration-guide subsection with the create-a-new-session migration path. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
…te options dismissLink (an iOS-only global), the logLevel option and its LinkLogLevel enum, and noLoadingState were all removed in v13 but weren't called out in the changelog or migration guide. Document them alongside the destroy removal; noLoadingState is superseded by createPlaidHeadlessSession. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
destroy function|
Coverage after merging adh-document-destroy-removal into master will be
Coverage Report
|
|||||||||||||||||||||||||
phoenixy1
marked this pull request as ready for review
July 8, 2026 21:49
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.
Several v12 APIs were removed in v13 but weren't documented in the v13.0.0 changelog or the migration guide, so a v12 integration hits them with no callout. This adds them to both:
destroy(global) — removed with no session replacement; create a new session per flow.dismissLink(iOS-only global) — removed with no equivalent; Link is dismissed when the user completes or exits the flow.logLevel/LinkLogLevelandnoLoadingState— removed configuration options;noLoadingStateis superseded bycreatePlaidHeadlessSession.🤖 Generated with Claude Code