Skip to content

@leafygreen-ui/[email protected]

Compare
Choose a tag to compare
@github-actions github-actions released this 04 Dec 21:44
· 26 commits to main since this release
20539a4

Major Changes

  • 04bb887: LG-4121: Copyable renders tooltip in the top layer using popover API. As a result, the shouldTooltipUsePortal prop is removed

    Migration guide

    Use popover-v12 codemod for migration assistance.

    Old
    <Copyable shouldTooltipUsePortal={false} />
    <Copyable shouldTooltipUsePortal />
    New
    <Copyable />
    <Copyable />

Patch Changes