Skip to content

v0.13.1

Choose a tag to compare

@github-actions github-actions released this 18 Jun 05:33
9489a05

What's New in v0.13.1

A quick follow-up to v0.13.0's payload diet.

No more irrelevant, duplicate, or misleading titles

Figma auto-names a text layer after its content, so a layer that reads "Add to cart" is named "Add to cart" too. The design data was carrying both. Worse, when someone edited the copy without renaming the layer, the stale old name often rode along, contradicting the real text and confusing LLM consumers.

Additionally, auto-named labels (Rectangle 12, Frame 8372211, Ellipse 6) were included.

All are gone now.

Measured across the same three designs benchmarked for v0.13.0:

design v0.12.0 v0.13.0 v0.13.1 Δ vs v0.12.0 Δ vs v0.13.0
small 14.4 KB 7.4 KB 6.8 KB −52.8% −7.4%
large 176.0 KB 88.2 KB 81.6 KB −53.6% −7.4%
massive 707.0 KB 253.9 KB 216.4 KB −69.4% −14.8%

Full technical changelog

0.13.1 (2026-06-18)

Bug Fixes

  • drop redundant and auto-generated node names from serialized output (#397) (b53727a)