New Features
-
IgxOverlayServiceIgxOverlayService.createAbsoluteOverlaySettings- Added a new overload acceptinguseContainerStrategy?: booleanas the second parameter. Whentrue, usesContainerPositionStrategy; otherwise defaults toGlobalPositionStrategy. The previous overload acceptingoutlet?: IgxOverlayOutletDirective | ElementRefis still supported but deprecated.
-
IgxSnackbarComponent,IgxToastComponent- Added a new
positioninginput property. When set tocontainer, the components is displayed inside its nearest positioned ancestor in place of the now deprecatedoutletproperty .
- Added a new
-
IgxCombo,IgxSimpleCombo- Introduced the
selectionChangedevent for both components. The event is not cancelable and is emitted after the selection is committed and the component state is updated. - Added
disableClearinput that allows hiding the clear button even when items are selected. Defaults tofalse.
- Introduced the
General
IgxOverlayService- Deprecation - The
outletproperty inOverlaySettings,IgxOverlayOutletDirective, andigxToggleOutletinput onIgxToggleActionDirectiveare deprecated and will be removed in a future version. As overlay service now integrates the HTML Popover API and prefers rendering content in place / in the top layer, significantly reducing the need for outlet containers, new code should rely on the default in-place / top-layer rendering behavior instead of custom outlet containers.
- Deprecation - The