Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add hug overrides for nested artboards. There is one caveat. Since the Artboard is a special type of layout where children can exist in regular transform space OR inside a layout, in order for nested artboard hug to work, the nested artboard must be in AutoLayout mode (ie has at least 1 relative layout child) and when you set hug on the nested artboard (inside the parent artboard) it will hug to whatever the size of the layout children are. It will not currently hug to components in the Artboard that exist in regular transform space. https://github.com/user-attachments/assets/eee4568e-c5d3-4987-b852-a52cbd2af563 Diffs= 95cad5c60 Add NestedArtboardLayout hug (#8137) edc91a599 Initial refactor to simplfigy class structure (#8122) e9918f249 d3d11 simplifications (#8134) 84f332761 Optimize draw to avoid creating when clip is empty (#8128) c67b67083 Updates to layout hug (#8132) 30f5778b1 revisit sync between flutter and c++ runtime (#8101) eb4c9d36b Fix intrinsically sizeable bug (#8131) bc6010b6e bump premake (#8120) 06f13b3d8 Fix default target id for ListenerAlignTarget (#8110) a4e15fb7b Add fallback font support for iOS and macOS (#7690) 24bb958f1 Fix dstreadshuffle gm (#8100) Co-authored-by: Philip Chung <philterdesign@gmail.com>
- Loading branch information