openpencil/packages
Danila Poyarkov 362212b712 Populate instance children from components on .fig import
During .fig import, instance nodes have no children — Figma expects
them to be cloned from their component. The componentId references
used original Figma GUIDs that didn't match our generated node IDs.

Fix:
- Track original GUID → new node ID mapping during import
- Remap all instance componentId references after node creation
- Iteratively populate empty instances from their components
  (multiple passes needed since cloning creates new instances)
2026-03-04 10:55:29 +03:00
..
cli Release v0.6.0 2026-03-04 01:47:37 +03:00
core Populate instance children from components on .fig import 2026-03-04 10:55:29 +03:00
docs Remove Gatekeeper workaround — app is now code-signed 2026-03-04 01:45:29 +03:00
mcp Release v0.6.0 2026-03-04 01:47:37 +03:00