Skip to content

release: version packages#11

Open
github-actions[bot] wants to merge 1 commit into
masterfrom
changeset-release/master
Open

release: version packages#11
github-actions[bot] wants to merge 1 commit into
masterfrom
changeset-release/master

Conversation

@github-actions

Copy link
Copy Markdown
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 master, this PR will be updated.

Releases

@understudy/connector@0.3.0

Minor Changes

  • 432e2cc: Add JavaScript-dialog handling breadth.

    • protocol: new dialog Event ({ type, tabId, dialogType: alert | confirm | prompt | beforeunload, message, url, defaultPrompt?, disposition: accept | dismiss }) plus DialogTypeSchema / DialogDispositionSchema exports. Emitted unsolicited (like page_event) after the extension locally handles a page dialog, so a consumer learns what the page said and how it was answered.
    • connector: browser.observe gains a get_dialogs read returning the session's recent dialogs (ObserveOutput.dialogs), read from GET /v1/sessions/:id.

    The extension now applies a type-aware local disposition (alert/beforeunload accept, confirm/prompt dismiss) instead of blindly dismissing every dialog — a beforeunload dismiss previously cancelled navigations. Dispositions are decided synchronously extension-side because an open dialog blocks the single CDP channel; the consumer is notified, never in the response path.

Patch Changes

  • Updated dependencies [432e2cc]
    • @understudy/protocol@0.5.0

@understudy/protocol@0.5.0

Minor Changes

  • 432e2cc: Add JavaScript-dialog handling breadth.

    • protocol: new dialog Event ({ type, tabId, dialogType: alert | confirm | prompt | beforeunload, message, url, defaultPrompt?, disposition: accept | dismiss }) plus DialogTypeSchema / DialogDispositionSchema exports. Emitted unsolicited (like page_event) after the extension locally handles a page dialog, so a consumer learns what the page said and how it was answered.
    • connector: browser.observe gains a get_dialogs read returning the session's recent dialogs (ObserveOutput.dialogs), read from GET /v1/sessions/:id.

    The extension now applies a type-aware local disposition (alert/beforeunload accept, confirm/prompt dismiss) instead of blindly dismissing every dialog — a beforeunload dismiss previously cancelled navigations. Dispositions are decided synchronously extension-side because an open dialog blocks the single CDP channel; the consumer is notified, never in the response path.

@understudy/backend@0.0.2

Patch Changes

  • Updated dependencies [432e2cc]
    • @understudy/protocol@0.5.0

@understudy/extension@0.0.2

Patch Changes

  • Updated dependencies [432e2cc]
    • @understudy/protocol@0.5.0

@github-actions
github-actions Bot force-pushed the changeset-release/master branch from a89afda to 107956d Compare July 17, 2026 12:32
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