Releases: IgniteUI/igniteui-angular
Releases · IgniteUI/igniteui-angular
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
21.2.0-rc.2
What's Changed
- Revert "fix(api-docs): export chat and grid lite" by @ChronosSF in #17207
Full Changelog: 21.2.0-rc.1...21.2.0-rc.2
21.1.8
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
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-colorinstead ofbase-circle-colorfor 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
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
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
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.1.6
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
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