The whiteboard editor gains multi-select, resize handles, theme toggle and text sizing, all unreachable.
Whiteboard editing gets rubber-band multi-select, eight resize handles and a theme cycle, behind a disabled skill.
What's wrong with this entry?
The board editor moves from a single selection to a selection set and picks up a batch of direct-manipulation features. Still behind the constant-false whiteboard gate.
selectedIdbecomes aSetof ids, with box-drag rubber-band selection XOR'd against the base set when shift, ctrl or cmd is held- group move applies a single snapped delta; group delete detaches surviving arrows
- session storage writes
selectedIdswhile still reading the old single-id form - shapes get eight resize handles (four corners, four edges) with matching cursors and an anchored opposite side
- a 4-screen-pixel click threshold means a click no longer nudges, plus hover cursor feedback
- a theme button cycles auto/light/dark, persisted under
wb-theme - a text-size stepper is bound to
[and]; text nodes may carry asize, default 17 - shape labels are word-wrapped and shrunk to fit their box, with the fit cached
- gate: whiteboard skill
isEnabled g5v = Wms() && Ige(), andWmsreturns!1
const TEXT_SIZES = [12, 14, 17, 20, 24, 32, 40, 48];
Strings lifted out of the shipped bundle, so the claim above can be checked against them.
Related
Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.
-
v2.1.239
New
whiteboardskill: a shared canvas you sketch on and Claude draws back ontoBoth mention whiteboard
-
v2.1.246
Whiteboards became a two-way sketch canvas
Both mention whiteboard
-
v2.1.223
Version bump to 2.1.223
Both mention whiteboard