Skip to content

Releases: IgniteUI/igniteui-angular

21.2.6

01 Jun 10:27
1edd7c1

Choose a tag to compare

What's Changed

Full Changelog: 21.2.5...21.2.6

20.1.30

01 Jun 10:27
fc6826f

Choose a tag to compare

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

20 May 11:58
447c89f

Choose a tag to compare

What's Changed

Full Changelog: 21.2.4...21.2.5

21.2.4

18 May 14:45
8ec94af

Choose a tag to compare

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

11 May 15:18
415b8e7

Choose a tag to compare

What's Changed

Full Changelog: 21.2.2...21.2.3

21.2.2

05 May 10:38
6e9bcb7

Choose a tag to compare

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

05 May 10:35
b16548e

Choose a tag to compare

What's Changed

Full Changelog: 20.1.28...20.1.29

21.2.1

27 Apr 13:26
f19ba59

Choose a tag to compare

What's Changed

Full Changelog: 21.2.0...21.2.1

21.2.0

22 Apr 15:47
19b6865

Choose a tag to compare

New Features

  • IgxOverlayService

    • IgxOverlayService.createAbsoluteOverlaySettings - Added a new overload accepting useContainerStrategy?: boolean as the second parameter. When true, uses ContainerPositionStrategy; otherwise defaults to GlobalPositionStrategy. The previous overload accepting outlet?: IgxOverlayOutletDirective | ElementRef is still supported but deprecated.
  • IgxSnackbarComponent, IgxToastComponent

    • Added a new positioning input property. When set to container, the components is displayed inside its nearest positioned ancestor in place of the now deprecated outlet property .
  • IgxCombo, IgxSimpleCombo

    • Introduced the selectionChanged event for both components. The event is not cancelable and is emitted after the selection is committed and the component state is updated.
    • Added disableClear input that allows hiding the clear button even when items are selected. Defaults to false.

General

  • IgxOverlayService
    • Deprecation - The outlet property in OverlaySettings, IgxOverlayOutletDirective, and igxToggleOutlet input on IgxToggleActionDirective are 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.

21.2.0-rc.3

22 Apr 15:09
7ae9ec6

Choose a tag to compare

21.2.0-rc.3 Pre-release
Pre-release

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

Full Changelog: 21.2.0-rc.2...21.2.0-rc.3