Skip to content

v1.3.0

Choose a tag to compare

@github-actions github-actions released this 04 Oct 00:11
· 42 commits to main since this release

1.3.0 (2025-10-04)

Bug Fixes

  • adjust to new metadata requirements to create objects (327127f)
  • bool node transform has evolved since last year (0397047)
  • change type unioned with unknown was messing a lot, had to copy the type without it (8d8e611)
  • figma: they changed the scope name when erroring due to having the wrong plan (7c61cac)
  • having penpot base url with ending slash was breaking navigation within chromium (due to double slashes) (be3f15a)
  • layout: flex/grid nodes had wrong default value for the default of figma ones (3102e64)
  • layout: specific nested frames combination is not allowed into penpot (7f63a95)
  • penpot api was now returning inline svg so for comparaison we had to switch them back to commands (69d177d)
  • penpot: missing condition when debugging errors (10f3f3f)
  • penpot: they changed the way background was set on a page (945b7ad)
  • radius on all corners is no longer having its own property (8eea442)
  • replace playwright with patchright to pass cloudflare with success (e8d74e5)
  • since we switched to "assign" property the kebab casing workaround seems no longe needed (6e076ec)
  • some other adjustments required since last year (ac111f6)
  • test: fixtures were no longer valid with last penpot versions (7dfe9b0)
  • use a custom default assert to avoid hanging when no error message on large codebase (fe707f7)
  • using fillImage now requires to also set the mime type despite set at upload time (8b4fb6b)
  • variant: bindings between nodes and components need to respect a specific order (8a1715c)
  • variant: component variant is not nullable due to validation (seems ok since through the UI we cannot "un-variant", it's possible by cancelling action but it seems having "nil" for "mod-comp" is considering it as "null") (239562b)
  • variant: penpot is expecting an exact matching on paths+names for variants (3a6e03e)
  • variant: variant patches must be grouped in the same chunk otherwise the validation will fail (9f80eba)
  • wrong header is now throwing error on penpot api (cfa36a9)

Features

  • support penpot variants (2ba69e9)

Reverts

  • Revert "fix: casing issue triggering each time an update for layout sizing" (ab24e10)