Skip to content

chore: version packages#28

Open
github-actions[bot] wants to merge 1 commit intomainfrom
changeset-release/main
Open

chore: version packages#28
github-actions[bot] wants to merge 1 commit intomainfrom
changeset-release/main

Conversation

@github-actions
Copy link
Contributor

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@simplepdf/react-embed-pdf@2.0.0

Major Changes

  • 9069558: Replaces createField with detectFields for automatic form field detection. This is a breaking change: the createField action and CreateFieldOptions type have been removed.

    If you are not using actions.createField(...) or sendEvent("CREATE_FIELD", ...), you can safely update to this new major version.

    // Before (removed)
    await actions.createField({ type: 'TEXT', page: 1, x: 100, y: 700, width: 200, height: 30 });
    
    // After
    await actions.detectFields();

@github-actions github-actions bot force-pushed the changeset-release/main branch from 327eeb4 to 4989401 Compare March 20, 2026 15:01
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.

0 participants