github-actions
released this
04 Dec 21:44
·
12 commits
to main
since this release
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
-
Updated dependencies [04bb887]
- @leafygreen-ui/[email protected]
- @leafygreen-ui/[email protected]
- @leafygreen-ui/[email protected]
-
Updated dependencies [117a463]
- @leafygreen-ui/[email protected]