openpencil/tests/engine/editor
sadkodev a5cffcc1ed
fix(editor): reject partially numeric opacity buffers
Add /^\d+$/ guard to opacityFromBuffer so strings like '12x', '5abc',
or '3.5' return 100% instead of silently parsing the numeric prefix.
Add unit tests for partial, decimal, scientific, negative, and
whitespace-prefixed buffers.
2026-07-17 15:34:00 -04:00
..
clipboard test(layout): place auto-layout reflow cases by domain 2026-07-02 10:16:08 +03:00
components feat(editor): add component property controls 2026-07-17 21:59:49 +03:00
selection refactor(kiwi): remove redundant core shims 2026-06-30 10:50:30 +03:00
structure fix(editor): relayout after component sync 2026-07-02 10:35:10 +03:00
undo fix(vue): import export types from scene graph package 2026-06-30 11:18:19 +03:00
effects-and-resize.test.ts chore(lint): enforce test complexity limits 2026-05-06 14:18:29 +03:00
graph-events.test.ts fix(editor): separate preview updates from graph mutations 2026-06-30 10:28:02 +03:00
nudge.test.ts style: tighten import grouping 2026-05-06 02:22:08 +03:00
opacity.test.ts fix(editor): reject partially numeric opacity buffers 2026-07-17 15:34:00 -04:00
preview-events.test.ts fix(editor): separate preview updates from graph mutations 2026-06-30 10:28:02 +03:00
text-auto-resize.test.ts fix(text): preserve Figma auto-size text imports 2026-07-02 17:30:15 +03:00
variable-bindings-undo.test.ts fix(scene-graph): deep-copy cloned nodes and validate bindings 2026-06-10 17:10:25 +03:00