Releases: IgniteUI/igniteui-angular
Releases · IgniteUI/igniteui-angular
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
21.2.0-beta.1
What's Changed
- Update skill descriptions to follow the use/when concept by @zdrawku in #16979
- chore(*): Fixed imports across all skill files by @gedinakova in #16977
- Skill improvements by @zdrawku in #16983
- Vtoneva/fix skills imports by @valeriatoneva in #16982
- fix: correct
user-invokable→user-invocabletypo in skill frontmatter by @Copilot in #17008 - Update skills based on the latest bugs and feedback - master by @zdrawku in #17013
- fix(grid): Init activeNode layout if not set or cleared. by @MayaKirova in #16910
- fix(Grid): Add better handling for fraction numbers, as result of zoom. by @MayaKirova in #16411
- Do not reposition detached overlay by @wnvko in #16998
- feat(Grid): Add IgxGridMRLNavigationService to providers - master by @IMinchev64 in #16918
- fix(grid): use ig-size for icon in grid cell to not override component styles by @didimmova in #17026
- fix(stepper): fix vertical jump in step text in indigo by @didimmova in #17021
- cherry-pick fix(skills): add igx-buttongroup and icon button to igniteui-angular-… by @zdrawku in #17024
- fix(workflow): update trigger for licensed release by @dafo in #17044
- feat(combo,simple-combo): add selectionChanged event by @georgianastasov in #16968
- ci(workflow): update release event type from published to created by @dafo in #17052
- fix(sample): fix WC dropdown in sample to use igc-icons by @didimmova in #17037
- Fix paginator losing default resource strings on partial override by @Copilot in #16886
- fix(security): bumping jspdf dep to 4.2.1 by @kdinev in #17065
- chore: add AI agents docs and skills by @simeonoff in #17060
- docs(agents): add theming-styles-agent and demo-sample-agent to .github/README.md by @Copilot in #17073
- feat(*): Add AGENTS.md file and custom agents by @georgianastasov in #17053
- fix(IgxGrid): Do not apply width constraint to groups. by @MayaKirova in #17069
- test(chat): increasing test coverage by @kdinev in #17087
- style: fix scss stylistic declaration mistakes by @simeonoff in #17086
- feat(extras): add igniteui-angular-extras library to monorepo by @dobromirts in #16932
- Update repository-dispatch action version with commit hash by @turbobobbytraykov in #17090
- chore(elements): un-suppress grid transactions, additional exports by @tishko0 in #16827
- test(*): updating coverage reporting by @kdinev in #17088
- fix(checkbox): disabled checked and indeterminate states by @didimmova in #17089
- Prevent agents from modifying dependency manifests by @ivanvpetrov in #17093
- feat(combo): add
disableClearinput to IgxCombo and IgxSimpleCombo by @Copilot in #17084 - test(extras): adding more coverage by @kdinev in #17116
- fix(*): add tile manager to skills by @mtsvyatkova in #17057
- fix(cd): pinning action version for security by @ChronosSF in #17075
- test(filtering): fixing prevMonth calc in test by @ChronosSF in #17126
- fix(skills): raised buttons are now contained by @kdinev in #17120
- docs(i18n): Refer to Angular documentation on how localization works and tweak repo specific information. by @skrustev in #16904
- feat(agents): Align AGENTS.md with repo workflow and improve orchestrators by @georgianastasov in #17113
- refactor(overlay): stop moving to body container & deprecate outlet by @wnvko in #16989
- Add build, test, lint skills + reference them in agents by @ivanvpetrov in #17092
- fix(tooltip): cancel pending show if pointer is not on the target - master by @RivaIvanova in #17128
- feat(grids/filtering): Add percent representation hint to filter inputs for percent columns by @Copilot in #17083
- feat(elements,grid): Add content children resolved event. by @MayaKirova in #15226
- test: increase coverage for pivot-grid-navigation, navigation-drawer, tree-grid-group-by-area, notifications, drag-drop, month-picker, text-highlight, mask-directive, and grid api service by @Copilot in #17104
- fix(combo/simple-combo): prevent Escape from closing parent container on clear - master by @georgianastasov in #17134
- fix(pivot): Add container div for measuring in pivot vertical contain… by @MayaKirova in #17006
- fix(grid): ESF search matches numeric values without locale formatting by @Copilot in #17131
- fix(skills): clarify date range picker imports and two-input usage - master by @georgianastasov in #17142
- fix(pivot): Re-trigger pipes if row height changes. by @MayaKirova in #17016
- feat(elements): Add excel and csv exporters to elements. by @skrustev in #15611
- fix(hgrid): remerge cells after activation clears - master by @IMinchev64 in #16810
- fix(ESF): move custom dialog out of ESF markup by @wnvko in #17136
- chore(deps): update to igniteui-grid-lite@~0.7.1 by @damyanpetev in #17154
- fix(igxGrid): Add handling for outlet in case actionstrip is added po… by @MayaKirova in #16873
- fix(igxGrid): Fix offset when using virtual scrollbar with ratio. by @MayaKirova in #16346
- fix(grid-pinning): remove hide call in scrollToRow - master by @IMinchev64 in #16784
- chore(*): Hide overridden members in inherited type. by @MayaKirova in #16434
- fix(cd): avoid node 22 regression for OIDC builds by @ChronosSF in #17172
- feat(cd): triggering new pipeline for api localization and deployment by @ChronosSF in #17152
New Contributors
- @turbobobbytraykov made their first contribution in #17090
Full Changelog: 21.2.0-alpha.1...21.2.0-beta.1
21.1.5
What's Changed
- fix(tooltip): cancel pending show if pointer is not on the target - 21.1.x by @RivaIvanova in #17129
- fix(combo/simple-combo): prevent Escape from closing parent container on clear - 21.1.x by @georgianastasov in #17135
- fix(pivot): Add container div for measuring in pivot vertical contain… by @MayaKirova in #17010
- fix(grid): ESF search matches numeric values without locale formatting (#17131) by @kdinev in #17146
- fix(skills): clarify date range picker imports and two-input usage - 21.1.x by @georgianastasov in #17143
- fix(pivot): Re-trigger pipes if row height changes. by @MayaKirova in #17015
- fix(hgrid): remerge cells after activation clears - 21.1.x by @IMinchev64 in #16995
- fix(igxGrid): Add handling for outlet in case actionstrip is added post init by @MayaKirova in #17162
- fix(igxGrid): Fix offset when using virtual scrollbar with ratio. by @MayaKirova in #17163
- fix(grid-pinning): remove hide call in scrollToRow - 21.1.x by @IMinchev64 in #16996
- chore(*): Hide overridden members in inherited type. by @MayaKirova in #17158
- fix(*): export chat in public api - 21.1.x by @igdmdimitrov in #17167
- Revert "fix(*): export chat in public api - 21.1.x" by @ChronosSF in #17170
- fix(cd): avoid node 22 regression for OIDC builds by @ChronosSF in #17173
Full Changelog: 21.1.4...21.1.5
20.1.25
What's Changed
- fix(pivot): Re-trigger pipes if row height changes. by @MayaKirova in #17014
- fix(hgrid): remerge cells after activation clears - 20.1.x by @IMinchev64 in #16812
Full Changelog: 20.1.24...20.1.25
21.1.4
What's Changed
- feat(cd): adding prod deploy trigger for older branches by @ChronosSF in #17095
- chore(elements): un-suppress grid transactions, additional exports by @skrustev in #17091
- test(filtering): fixing prevMonth calc in test by @ChronosSF in #17125
- fix(skills): raised buttons are now contained by @kdinev in #17121
Full Changelog: 21.1.3...21.1.4