Skip to content

v1.7.2

Compare
Choose a tag to compare
@github-actions github-actions released this 18 Feb 14:01
· 117 commits to main since this release
ce81ffb

Patch Changes

  • #274 baac7bf Thanks @sirJiggles! - Fix the console error on the as sidebar prop

  • #270 8d95a4d Thanks @gregoralbrecht! - Fix CSS stacking context for several layout components

    The following components were "leaking" (layout-wise speaking) into adjacent components. We use negative margins for all of them, which resulted in adjacent interactive components (e.g., buttons) not being clickable because these components were overlapping with the buttons. This release fixes that by making sure all layout components use position: static to avoid creating a new CSS stacking context for them.

    The affected components are: Stack, Inline, Column(s), and Tiles.