New
- "Text to Path" text input window is now draggable.
Fixed
- Minor fixes to the Polygon line feature introduced in 2.12.0. #9580
- Fix new Improved Unlock UI, where if a lock element was over an unlocked element, the unlocked element was not selectable. #9582
- Fixed ghost point issue when moving a shape after dragging a point in the line editor #9530
New in ExcalidrawAutomate
untils.inputPrompt({
header: string,
placeholder?: string,
value?: string,
buttons?: { caption: string; tooltip?:string; action: Function }[],
lines?: number,
displayEditorButtons?: boolean,
customComponents?: (container: HTMLElement) => void,
blockPointerInputOutsideModal?: boolean,
controlsOnTop?: boolean,
draggable?: boolean,
});