v2.1.4
Changed
- OSC 52 clipboard mirroring + allow pinch-zoom (#36)
-
feat: mirror OSC 52 clipboard copies to the system clipboard
-
fix: allow pinch-zoom by dropping maximum-scale/user-scalable from the viewport meta
-
fix: require web-terminal-engine >=1.4.0 for the OSC 52 clipboard message
The clipboard mirroring handler consumes the engine's ClipboardMessage (wire MSG_CLIPBOARD), added in engine v1.4.0. Raise the peerDependency floor and the jsr.json import map from 1.2.0 so the declared contract matches what mount.ts requires; a consumer on an older engine would fail typecheck (the CI ts-validate failure this fixes).