Skip to content

@leafygreen-ui/[email protected]

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

Major Changes

  • 04bb887: LG-4121: Removes popoverZIndex prop because the InlineDefinition component instance will now render in the top layer

    Migration guide

    Old
    <Chip popoverZIndex={9999} />
    New
    <Chip />

Patch Changes