Changelog
Version 0.16.3
Every @aparte/* package ships at this version (they are released in lockstep).
Patch Changes
- 9406f16: In core mode with
overlay-composer, the transcript’s scroll surface no longer overruns its host by the composer inset..aparte-viewport-containerisheight: 100%and carries the overlay clearance aspadding-bottom; withoutbox-sizing: border-boxthe padding was added to the height, so the surface stood the whole inset taller than the viewport, clipped — that much scrollbar and content cut off at the bottom. Hosts with a global* { box-sizing: border-box }reset (every example app in this repo) never saw it; a page without one did. The box declares its own sizing now.@aparte/core
Version-only bumps (no changes of their own): @aparte/engine, @aparte/provider-ai-sdk, @aparte/provider-openai-compat, @aparte/provider-scenario, @aparte/provider-transformers, @aparte/plugin-approval, @aparte/plugin-artifacts, @aparte/plugin-ask-user, @aparte/plugin-compaction, @aparte/plugin-marked, @aparte/plugin-model-selector, @aparte/plugin-shiki, @aparte/plugin-streaming-markdown, @aparte/angular, @aparte/react, @aparte/svelte, @aparte/vue, @aparte/locale-fr, @aparte/docs-mcp.