Releases: IgniteUI/igniteui-angular
Releases · IgniteUI/igniteui-angular
21.2.6
What's Changed
- fix(skills): correct references in skills (#17294) by @kdinev in #17298
- fix(pivot): Add igxForTrackBy for pivot horizontal layout by @mddragnev in #17290
- fix(igxGrid): In case zone is already stable emit detect and emit chu… by @MayaKirova in #17269
Full Changelog: 21.2.5...21.2.6
20.1.30
What's Changed
- fix(pivot): Add igxForTrackBy for pivot horizontal layout by @mddragnev in #17291
Full Changelog: 20.1.29...20.1.30
21.2.5
What's Changed
- fix(api-docs): export chat and grid lite by @MayaKirova in #17286
Full Changelog: 21.2.4...21.2.5
21.2.4
What's Changed
- fix(igxGrid): Hide overlays on scroll + special handling for row edit… by @MayaKirova in #17220
- fix(pivot-grid): align IPivotAggregator aggregator type with PivotAggregation 21.2.x by @Hristo313 in #17272
- fix(grid-lite): column field NoInfer to avoid fallback type compat issue by @damyanpetev in #17250
Full Changelog: 21.2.3...21.2.4
21.2.3
What's Changed
- Copilot/fix accessibility issues 21.2.x by @viktorkombov in #17265
Full Changelog: 21.2.2...21.2.3
21.2.2
What's Changed
- fix(skills): removing references to next from the CLI MCP setup by @kdinev in #17244
- docs(skills): Replace ng-deep with tokens in generate-from-image-design skill - 21.2.x by @georgianastasov in #17247
- docs(skills): add refs to the igniteui-angular-generate-from-image-design skill - 21.2.x by @georgianastasov in #17248
- fix(date-range-picker): prevent mutating passed date range values - 21.2.x by @georgianastasov in #17232
Full Changelog: 21.2.1...21.2.2
20.1.29
What's Changed
- fix(date-range-picker): prevent mutating passed date range values - 20.1.x by @georgianastasov in #17233
Full Changelog: 20.1.28...20.1.29
21.2.1
What's Changed
- feat(skills): updating all skills with igniteui-cli mcp refs by @kdinev in #17236
- feat(badge): update badge example and styles for avatar integration by @Marina-L-Stoyanova in #17241
Full Changelog: 21.2.0...21.2.1
21.2.0
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
21.2.0-rc.3
What's Changed
- (feat): New skill for generating apps/views from image by @dkalinovInfra in #17181
- fix(forOf): Do not interact with sync service if having unique size cache. by @skrustev in #17219
- chore(deps): update @igniteui/angular-schematics to 21.2.1500-rc.3 by @damyanpetev in #17224
New Contributors
- @dkalinovInfra made their first contribution in #17181
Full Changelog: 21.2.0-rc.2...21.2.0-rc.3