openpencil/tests/engine
sadkodev 0300cb521b
refactor(keyboard): address review feedback on opacity shortcuts
- Move setOpacity to core editor action (packages/core/src/editor/nodes.ts)
  so it is testable directly without duplicating logic in tests
- Replace external window listener with tinykeys bindings in
  registerKeyboardShortcuts, reusing shared input/focus guards
- Add 20 bindings for Digit0-9 and Numpad0-9 with modifier guards
- Implement Figma-style multi-digit buffer: 2→20%, 28→28%, 00→0%, 100→100%
  with 400ms timeout and auto-apply at 3 digits
- Simplify selection.setOpacity command to delegate to editor.setOpacity
- Rewrite unit tests to call editor.setOpacity directly
- Add ofetch to dependencies (was imported but missing from package.json)
- Update CHANGELOG
2026-07-17 14:09:46 -04:00
..
acp
app fix(text): prefer script-specific CJK fallbacks 2026-07-01 22:19:14 +03:00
cli fix(dom-css): compile standalone HTML exports 2026-07-04 19:37:58 +03:00
clipboard fix(export): prevent GUID collisions and file corruption on .fig round-trip (#333) 2026-06-23 18:05:23 +03:00
collab fix(collab): replicate document content to joiners 2026-06-30 11:56:58 +03:00
color feat(vue): consolidate color model 2026-07-13 21:48:36 +03:00
dom-css fix(dom-css): compile standalone HTML exports 2026-07-04 19:37:58 +03:00
editor refactor(keyboard): address review feedback on opacity shortcuts 2026-07-17 14:09:46 -04:00
figma/api feat(editor): add stroke geometry controls 2026-07-17 19:01:42 +03:00
geometry test: import geometry helpers from scene graph package 2026-06-30 10:55:05 +03:00
hit-test
icons test(core): cover utility-backed API boundaries 2026-07-13 10:15:39 +03:00
io feat(editor): add shared style bindings 2026-07-17 20:28:22 +03:00
kiwi refactor(kiwi): consume standalone Kiwi package 2026-06-30 10:49:14 +03:00
layout test(layout): place auto-layout reflow cases by domain 2026-07-02 10:16:08 +03:00
lint
mcp fix(mcp): target live automation by document and page 2026-07-03 17:05:04 +03:00
pen
profiler chore: format codebase 2026-05-24 12:15:29 +03:00
random
render feat(text): harden font resolution lifecycle 2026-07-17 14:52:35 +03:00
scene-graph fix(text): load CJK fallback only when needed 2026-07-01 22:06:19 +03:00
snap
tauri test: update Tauri open dialog filter expectation 2026-06-30 10:55:05 +03:00
text fix(text): verify visible international font rendering 2026-07-17 16:19:18 +03:00
tools test(core): cover utility-backed API boundaries 2026-07-13 10:15:39 +03:00
vector feat: split SceneGraph and Pen packages 2026-06-30 10:54:32 +03:00
vue feat(editor): add shared style bindings 2026-07-17 20:28:22 +03:00
perf.bench.ts feat: split SceneGraph and Pen packages 2026-06-30 10:54:32 +03:00