Skip to content

chore: version packages#63

Merged
LEVI-RIVKIN merged 1 commit into
mainfrom
changeset-release/main
Jul 1, 2026
Merged

chore: version packages#63
LEVI-RIVKIN merged 1 commit into
mainfrom
changeset-release/main

Conversation

@github-actions

@github-actions github-actions Bot commented Jul 1, 2026

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 main, this PR will be updated.

Releases

@perspective-ai/sdk@1.12.0

Minor Changes

  • d2f7626: Slider, popup, and float now hand their close (X) button to the interview app.

    The app renders its own X (it emits perspective:close when clicked), placed
    within its own header so it no longer overlaps the app's top-right UI such as
    the participant avatar or the menu. The SDK now only draws a temporary X
    over the loading skeleton and removes it the moment the interview becomes
    visible, so there's never a double or overlapping X.

    • The perspective:init handshake now sends renderCloseButton (true unless
      disableClose is set) for slider, popup, and float. widget/fullpage have
      no X and don't send it.
    • The legacy hasCloseButton init flag is retired — the SDK no longer emits it.
      It remains on the InitMessage type as @deprecated because the app may still
      receive it from older deployed SDK clients.
    • Backdrop-click and Escape close handlers are unchanged; float's launcher bubble
      still closes the window. disableClose continues to suppress the X entirely.

@perspective-ai/sdk-react@1.12.0

Patch Changes

  • Updated dependencies [d2f7626]
    • @perspective-ai/sdk@1.12.0

@LEVI-RIVKIN LEVI-RIVKIN merged commit 6ea7f38 into main Jul 1, 2026
5 checks passed
@LEVI-RIVKIN LEVI-RIVKIN deleted the changeset-release/main branch July 1, 2026 14:38
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.

1 participant