Files
penpot/frontend
Andrey Antukh 8d342e9374 🐛 Fix flex layout container horizontalSizing/verticalSizing via plugin API (#8555)
Setting horizontalSizing/verticalSizing on a FlexLayoutProxy was
dispatching update-layout-child instead of update-layout, so the
frame's auto-sizing (hug content) was never triggered even though
the getter read back the value correctly.

Also restricts accepted values to #{:fix :auto} (matching shape.cljs)
since frames cannot use :fill, and fixes a copy-paste error that
reported :horizontalPadding instead of :horizontalSizing in error messages.

Signed-off-by: Andrey Antukh <niwi@niwi.nz>
2026-03-10 09:59:54 +01:00
..
2026-02-26 12:19:15 +01:00
2026-02-13 13:17:08 +01:00
2026-02-25 12:47:07 +01:00
2026-03-09 13:02:14 +01:00
2026-02-24 00:07:30 +01:00
2026-02-10 08:29:24 +01:00