Skip to content

Document v13 removals missing from the changelog and migration guide - #942

Merged
phoenixy1 merged 2 commits into
masterfrom
adh-document-destroy-removal
Jul 9, 2026
Merged

Document v13 removals missing from the changelog and migration guide#942
phoenixy1 merged 2 commits into
masterfrom
adh-document-destroy-removal

Conversation

@phoenixy1

@phoenixy1 phoenixy1 commented Jul 8, 2026

Copy link
Copy Markdown
Collaborator

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 / LinkLogLevel and noLoadingState — removed configuration options; noLoadingState is superseded by createPlaidHeadlessSession.

🤖 Generated with Claude Code

phoenixy1 and others added 2 commits July 8, 2026 14:27
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>
@phoenixy1 phoenixy1 changed the title Document the v13 removal of the global destroy function Document v13 removals missing from the changelog and migration guide Jul 8, 2026
@github-actions

github-actions Bot commented Jul 8, 2026

Copy link
Copy Markdown

Coverage after merging adh-document-destroy-removal into master will be

100.00%

Coverage Report
FileStmtsBranchesFuncsLinesUncovered Lines
src
   ReactNativePlaidLinkSdkModule.ts100%100%100%100%
   index.ts100%100%100%100%

@phoenixy1
phoenixy1 marked this pull request as ready for review July 8, 2026 21:49
@phoenixy1
phoenixy1 requested a review from dtroupe-plaid July 8, 2026 21:49

@dtroupe-plaid dtroupe-plaid left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🙏

@phoenixy1
phoenixy1 merged commit 1b0765a into master Jul 9, 2026
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants