Skip to content

πŸ¦‹ New version release#22

Merged
brentrager merged 1 commit into
mainfrom
changeset-release/main
Jul 2, 2026
Merged

πŸ¦‹ New version release#22
brentrager merged 1 commit into
mainfrom
changeset-release/main

Conversation

@brentrager

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

@smooai/chat-widget@0.10.1

Patch Changes

  • 4de7ec2: Full-page mode now sizes to its container, never a hardcoded viewport unit. Previously :host and the inner .panel.fullpage both pinned min-height: 100vh, so mountFullPageChat into a fixed-height (overflow: hidden) box overflowed it and clipped the composer out of view β€” visitors saw only the example-prompt chips with no way to type (hit live on chakrabpc.com/transformation-posture). The host now hands its box down through a .wrap flex chain (.panel.fullpage { flex: 1 }), and a data-viewport-fallback attribute β€” set only when a layout probe finds the container gives the host no resolved height (e.g. mounted straight into an auto-height <body>) β€” restores the min-height: 100dvh viewport fill for bare full-page routes. Page-side ::part(panel) overrides remain compatible.

@brentrager brentrager force-pushed the changeset-release/main branch from 76d61cd to b59fd0e Compare July 2, 2026 18:34
@brentrager brentrager merged commit 58a3f10 into main Jul 2, 2026
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