Skip to content

v31.3.1

Choose a tag to compare

@seek-oss-ci seek-oss-ci released this 27 Jan 00:25
· 935 commits to master since this release
e3b6f91

Patch Changes

  • MenuRenderer, OverflowMenu: Ensure layout of the trigger is controlled by the parent (#1055)

    Fixes an issue where the trigger container did not adhere to the parent layout, preventing consumers from providing triggers that take up the full width of their available space. This goes against one of Braid's key layout principles which says spacing between elements is owned entirely by layout components.