Skip to content

Releases: IgniteUI/igniteui-angular

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

21.2.0-rc.2

21 Apr 10:25
88ebd57

Choose a tag to compare

21.2.0-rc.2 Pre-release
Pre-release

What's Changed

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

21.1.8

21 Apr 10:24
d32c2a9

Choose a tag to compare

What's Changed

  • Revert "fix(api-docs): export chat and grid lite - 21.1.x" by @ChronosSF in #17208

Full Changelog: 21.1.7...21.1.8

21.2.0-rc.1

20 Apr 14:04
78a36fd

Choose a tag to compare

21.2.0-rc.1 Pre-release
Pre-release

What's Changed

  • fix(grid): Make sure border does not appear when new theme is loaded runtime. by @MayaKirova in #17029
  • refactor(excel-export): switch to explicit fflate/browser entry by @damyanpetev in #17122
  • feat(button-group): update button group styles and implement new properties by @didimmova in #17178
  • removed: Direction service by @rkaraivanov in #17151
  • fix(grid): fix ghost row styles by @didimmova in #17145
  • fix(progress-circular): update to use track-color instead of base-circle-color for inner stroke by @desig9stein in #17182
  • Fix migrations & schematics commonjs type for latest package, adjust module output by @ChronosSF in #17183
  • feat(migrations): add migration for circular theme to rename base circle color property by @desig9stein in #17201
  • feat(skills): add grid sizing, updating theming, PR template, agents by @kdinev in #17185
  • Update issue templates by @kdinev in #17204
  • fix(query-builder): update fluent query builder buttons styling by @didimmova in #17141
  • fix(chips): update chip padding to contain text padding by @didimmova in #17187
  • fix(badge): fix badge paddings when using projection content by @didimmova in #17190
  • fix(grids): getState no longer mutates live sorting/groupBy/filtering expressions by @viktorkombov in #17194
  • feat(grid): derive theme tokens for internal components by @didimmova in #17049
  • fix(*): updating to theming 26.0.1 for latest fixes by @ChronosSF in #17206

Full Changelog: 21.2.0-rc.0...21.2.0-rc.1

21.1.7

20 Apr 12:11
dff1aed

Choose a tag to compare

What's Changed

  • fix(grid): Make sure border does not appear when new theme is loaded runtime. by @MayaKirova in #17030
  • fix(grids): getState no longer mutates live sorting/groupBy/filtering expressions - 21.1.x by @viktorkombov in #17195

Full Changelog: 21.1.6...21.1.7

20.1.27

20 Apr 11:55
b867b35

Choose a tag to compare

What's Changed

  • fix(grid): Make sure border does not appear when new theme is loaded runtime. by @MayaKirova in #17032
  • fix(query-builder): update fluent query builder buttons styling by @didimmova in #17148
  • fix(badge): fix badge paddings when using projection content by @didimmova in #17193
  • fix(grids): getState no longer mutates live sorting/groupBy/filtering expressions by @viktorkombov in #17198

Full Changelog: 20.1.26...20.1.27

21.2.0-rc.0

15 Apr 12:45
7ed9ee8

Choose a tag to compare

21.2.0-rc.0 Pre-release
Pre-release

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.1.6

14 Apr 08:08
3adc8d1

Choose a tag to compare

What's Changed

  • fix(pivot): Update the default row height if content size changed. by @MayaKirova in #17034
  • fix(api-docs): export chat and grid lite - 21.1.x by @igdmdimitrov in #17176
  • feat(grid-cell): enhance keyboard activation handling and notify grid changes - 21.1.x by @IMinchev64 in #16993
  • fix(Grid): Add border to rendered height calc. by @MayaKirova in #17157

Full Changelog: 21.1.5...21.1.6

20.1.26

14 Apr 08:06
5e5eb88

Choose a tag to compare

What's Changed

  • fix(igxGrid): Add handling for outlet in case actionstrip is added po… by @MayaKirova in #16877
  • fix(igxGrid): Fix merge cell offset when using virtual scrollbar with ratio. by @MayaKirova in #16331
  • fix(grid-pinning): remove hide call in scrollToRow - 20.1.x by @IMinchev64 in #16780
  • chore(*): Hide overridden members in inherited type. by @MayaKirova in #16433
  • fix(pivot): Update the default row height if content size changed. by @MayaKirova in #17035
  • feat(grid-cell): enhance keyboard activation handling and notify grid changes - 20.1.x by @IMinchev64 in #16928
  • fix(Grid): Add border to rendered height calc. by @MayaKirova in #16908

Full Changelog: 20.1.25...20.1.26