You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -204,21 +204,21 @@ These were introduced in tldraw v3.10–v3.13 and are **already handled** in `fr
204
204
tldraw validates `opacity` at the shape level alongside `x`, `y`, `isLocked`. Putting it inside `props` causes a `ValidationError: Unexpected property`.
### 2. `text` → `richText` on geo / text / note shapes (v3.10)
215
215
The `text` string prop was removed from `geo`, `text`, and `note` shapes. Use `richText` with TipTap/ProseMirror JSON instead. **Arrow shapes still use plain `text` strings.**
@@ -231,7 +231,7 @@ The `toRichText()` helper in `App.tsx` converts plain strings (including `\n`) t
231
231
Arrow `props.start` and `props.end` are now plain `{ x: number, y: number }` vectors. Connections to other shapes are **separate binding records** created via `editor.createBinding()`.
0 commit comments