mirror of
https://github.com/excalidraw/excalidraw.git
synced 2026-07-31 07:57:08 -04:00
* feat(packages/excalidraw): add `props.interaction` and `props.ui` * fix: prevent browser zoom when interaction disabled * changelog * clean up interactive state on disable and consolidate `viewMode` and interaction state updates * render UI rendered to `children` even if editor-exported * support `allowed.navigation` and `allowed.embeds/interactiveContent` * change naming `allowed` -> `enabled` * changelog: add PR links Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> * clear flowchart sessions via consolidated `app.flowchart` after master merge Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> * refactor getters -> methods --------- Co-authored-by: Claude Fable 5 <noreply@anthropic.com>