You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor(cdk/overlay): enhance popover insertion control with new inputs (#32362)
* refactor(cdk/overlay): enhance popover insertion control with new inputs
This commit introduces two new inputs to the CDK overlay, providing more granular control over how popovers are inserted into the DOM:
- : Allows specifying a custom element to be used as the host for the popover. The popover will be inserted after this element in the DOM.
- : A boolean that, when true, attaches the popover as a child of the popover host, rather than as a sibling.
* refactor(cdk/overlay): simplify popover insertion logic
This commit refactors the popover insertion logic in the CDK overlay by removing and in favor of a more flexible API. This change simplifies the API and provides more granular control over where popovers are inserted into the DOM.
* refactor(cdk/overlay): add overlay changes
* refactor(cdk/overlay): streamline popover insertion point logic
* fix(cdk/overlay): update the insertionpoint type
0 commit comments