v0.13.0
ranaroussi/yfinancev0.13.0May 29, 2026by github-actions[bot]
AI Summary
A major update significantly improving Figma `.fig` file import, including better handling of complex components, variable bindings, and document preservation.
Key Highlights
- Greatly improved Figma import for complex component systems
- Preserves Figma document details like effects, shadows, and metadata
- User edits persist after re-opening files
- Better rendering of blend modes and variable fonts
New Features
- Improved Figma import (badges, avatars, icons, links, lists)
- Preservation of internal component pages and ordering
- Editable boolean operations
- Variable font axis support
- Performance optimizations for large files
Full Release Notes
## Changes ### Fixes - Fix the published CLI package so Bun global installs run the built `openpencil` binary instead of raw TypeScript sources. - Greatly improve importing Figma `.fig` files with complex component systems: badges, avatars, icons, links, input fields, lists, date pickers, nested instances, component swaps, and variant properties now open much closer to their original Figma appearance. - Fix missing or white content in imported `.fig` files caused by unresolved Figma variable bindings, including image/avatar badges, icon colors, text colors, and variable-backed component overrides. - Preserve more Figma document details when opening and saving `.fig` files, including internal component pages, component ordering, page metadata, canvas backgrounds, text layout, glyph rendering, vector geometry, effects, shadows, and instance overrides. - Keep user edits after opening an imported `.fig` file: changing size, position, fills, text, or layout now wins over preserved Figma round-trip data when the document is saved again. - Fix `.fig` exports so files reopened in Figma or OpenPencil keep their pages, components, instances, text wrapping, icons, avatars, and preview thumbnail intact. - Fix live canvas updates during move/resize/edit previews so visible scene changes repaint immediately. - Fix accidental duplicate creation when Alt-clicking without dragging. - Fix MCP startup in the browser. - Fix CanvasKit loading outside the browser when project paths contain spaces. - Render imported Figma layer and fill blend modes such as multiply, screen, overlay, difference, hue, saturation, color, and luminosity. - Render common imported Figma mask stacks so visible layers above alpha, vector, or luminance masks are clipped by the mask shape, including consecutive mask layers. - Render Figma-style smoothed rectangle corners, including independent corner radii, and effect blend modes from imported Figma files. - Improve imported tiled image fills by applying Figma image transforms when repeating image patterns. - Keep imported Figma boolean operations editable as boolean-operation nodes instead of flattening them to vectors. - Apply imported variable font axes from Figma `fontVariations` when rendering text. ### Performance - Open large `.fig` files faster by deferring work for pages you have not viewed yet while still preparing all needed content before export. - Improve canvas responsiveness during zooming, panning, dragging, and editing by reusing cached scene backing where safe. - Speed up `.fig` export for documents with many preserved Figma paint and variable payloads.