Skip to content

@leafygreen-ui/[email protected]

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

Major Changes

  • 04bb887: LG-4121: SearchInput renders results menu in the top layer using popover API. As a result, the following props are removed:

    • portalClassName
    • portalContainer
    • portalRef
    • scrollContainer
    • usePortal

    Migration guide

    Use popover-v12 codemod for migration assistance.

    Old
    <SearchInput popoverZIndex={9999} usePortal={false} />
    <SearchInput portalClassName="portal-class" usePortal />
    New
    <SearchInput />
    <SearchInput />

Patch Changes