v0.145.0
Minor Changes
-
#1233
3a2d553eThanks @tenphi! - EnhanceBoardwith widget defaults, card styling, and aligned nested-board improvements:- Add
widgetPropsonBoardto set default props for every hosted widget (e.g.widgetProps={{ isCard: true }}). - Add
isCardonBoard.Widgetfor optional card borders; widgets are filled (#surface-2) and rounded by default. - Add per-widget
minW/maxW/minH/maxHbounds onBoard.Widget(used when layout items omit them). - Accept container style props directly on
Board.Widget(merged intostyles). - Aligned nested boards (
isAligned) now use the parent's row height verbatim (no shrinking to fit) and defaultcontainerPaddingto[0, 0]so columns line up with the ancestor grid. - Nested boards inherit an ancestor's
showGridLineswhile dragging when they do not set their own.
- Add