Skip to content

react-foundry@0.0.12

Choose a tag to compare

@github-actions github-actions released this 08 Sep 04:11
· 44 commits to main since this release
98f029d

Patch Changes

  • 2a020b7: Fix previews that render through a portal losing their margin and padding. Menus, popovers, dropdowns and tooltips mount on document.body by default in Base UI, Radix and Floating UI, which puts them outside the preview canvas, where foundry's chrome reset was stripping their spacing. The reset is now scoped to foundry's own chrome rather than to everything that is not the canvas, so a portalled popup renders exactly as it does in your app.