Releases: IgniteUI/igniteui-angular
Releases · IgniteUI/igniteui-angular
18.1.5
What's Changed
- SSR error theme service by @damyanpetev in #14616
- fix(theme-service): get theme from component stylesheet instead of the global theme by @simeonoff in #14622
- fix(query-builder): Fix for dateTime's searchValueInput focus -18.1.x by @Zneeky in #14575
- refactor(icon-service): update icon reference names and registration by @simeonoff in #14598
Full Changelog: 18.1.4...18.1.5
17.2.14
18.1.4
What's Changed
- feat(elements): add broadcast channel to sync icons with wc by @MayaKirova in #14498
- Allow negative values in filter input - 18.1 by @MonikaKirkova in #14583
- refactor(circular-progress): remove typography by @SisIvanova in #14602
Full Changelog: 18.1.3...18.1.4
17.2.13
What's Changed
- Allow negative values in filter input - 17.2.x by @MonikaKirkova in #14482
Full Changelog: 17.2.12...17.2.13
18.1.3
What's Changed
- Nav drawer - fixing navdrawer item in material theme to work with ripple directive by @desig9stein in #14574
Full Changelog: 18.1.2...18.1.3
18.1.2
What's Changed
- chore(igxPivot): Remove tsPlain due to enum values tranforms. by @MayaKirova in #14573
- docs(h-grid): mark the internal child row class as such by @damyanpetev in #14578
- fix(divider): correct inset input target by @damyanpetev in #14586
- fix(advance-filtering): handle error when columns are dynamically changed - 18.1.x by @georgianastasov in #14577
- chore(*): Update tags to match model. by @MayaKirova in #14596
- fix(drop-down): ensure id attribute is set correctly when using bracket syntax - 18.1.x by @georgianastasov in #14584
- fix(elements): inject grid instead of grid api in state component by @mddragnev in #14594
Full Changelog: 18.1.1...18.1.2
17.2.12
What's Changed
- fix(combo): resolve error in dropdown component by setting id - 17.2.x by @georgianastasov in #14548
- fix(simple-combo): prevent group header selection on Enter key press - 17.2.x by @georgianastasov in #14432
- fix(advance-filtering): handle error when columns are dynamically changed - 17.2.x by @georgianastasov in #14527
- fix(drop-down): ensure id attribute is set correctly when using bracket syntax - 17.2.x by @georgianastasov in #14585
Full Changelog: 17.2.11...17.2.12
18.1.1
What's Changed
- fix(simple-combo): prevent group header selection on Enter key press - master by @georgianastasov in #14430
- refactor(icon-references): update icon ref names for combo and select by @simeonoff in #14563
Full Changelog: 18.1.0...18.1.1
18.0.8
What's Changed
- fix(combo): resolve error in dropdown component by setting id - 18.0.x by @georgianastasov in #14547
- fix(simple-combo): prevent group header selection on Enter key press - 18.0.x by @georgianastasov in #14431
Full Changelog: 18.0.7...18.0.8
18.1.0
Release Highlights
New Features
IgxPivotGrid- Added horizontal layout for row dimensions. Can be configured through the
pivotUIrowLayoutproperty. - Added
horizontalSummaryproperty for each IPivotDimension, enabling summary row when using horizontal layout. - Added
horizontalSummariesPositionproperty to thepivotUI, configuring horizontal summaries position. - Keyboard navigation now can move in to row headers back and forth from any row dimension headers or column headers.
- Added keyboard interactions for row dimension collapse using
Alt + Arrowsand row headers sorting usingCtrl + Arrow Up/Down.
- Added horizontal layout for row dimensions. Can be configured through the
IgxIcon,IgxIconService- You can now register icons by reference via the
IgxIconService. To learn more check out the Icon Service documentation. - All components now use icons by reference internally so that it's easy to replace them without explicitly providing custom templates.
registerFamilyAliashas been deprecated in favor ofsetFamilyto allow adding metadata fortypeandprefixwhen registering custom icon families. To migrate fromregisterFamilyAlias, do the following:this.iconService.registerFamilyAlias('my-family', 'my-family-class'); this.iconService.setFamily('my-family', { className: 'my-family-class' });
- You can now register icons by reference via the
General
ColumnType,IgxColumn,IgxColumnGroup,IgxColumnLayout- The
childrenquery property has been deprecated and replaced bychildColumnsgetter directly returning columns array. - Several properties have been hidden from the public API, considered internal and not recommended for use. Those include:
filterCell,headerCell,headerGroup,defaultMinWidth,gridRowSpan,gridColumnSpanandcells.
- The
IgxPaginator- The
isFirstPageDisabledandisLastPageDisabledhave been deprecated in favor of the identicalisFirstPageandisLastPagegetter.
- The
IgxOverlayService- The
attachmethod overload acceptingTypeandOverlaySettingsnow acceptsOverlayCreateSettingsas second parameter. This interface extendsOverlaySettingswith an additionalinjectorproperty used asElementInjectorwhen creating the dynamic component.
- The
What's Changed
- feat(navdrawer): implement disabled navdrawer items by @didimmova in #14294
- Indigo Themes: Update List, Progress, and Dropdown by @simeonoff in #14265
- refactor(icon-button): update component styles by @SisIvanova in #14300
- refactor(grid): mark lastSearchInfo readonly/getter-only by @damyanpetev in #14388
- refactor(progress): update typography styles by @SisIvanova in #14377
- build(deps): bump igniteui-theming to 8.2.0 by @simeonoff in #14426
- refactor(calendar): simplify theme classes and props by @simeonoff in #14400
- refactor(exporter): mark extra pivot methods private by @damyanpetev in #14434
- feat(icons): add the ability to replace icons via service by @simeonoff in #14035
- input-group - refactor input group in context of grid cell and grid filtering row by @desig9stein in #14337
- feat(pivotGrid): row dimension expand/collapse with kb interaction by @IMinchev64 in #14342
- feat(calendar): localize week number header by @simeonoff in #14443
- Indigo Themes: Updates to Toast, Tooltip, Stepper, Rating by @simeonoff in #14380
- refactor(grid-toolbar-exporter): mark internal state, cleanup method … by @damyanpetev in #14464
- feat(pivotGrid): row dimension header sort with kb interaction by @IMinchev64 in #14379
- doc(tree-grid): type key inputs by @damyanpetev in #14487
- refactor(grids): mark primaryKey as string by @damyanpetev in #14491
- feat(igxPivotGrid): Implement horizontal row layout for Pivot Grid. by @skrustev in #14347
- Pivot horizontal excel export by @MayaKirova in #14476
- refactor(columns): deprecate children and replace with childColumns by @damyanpetev in #14489
- docs(toolbar): mark actions grid prop as internal by @damyanpetev in #14502
- refactor(paginator): deprecate isFirstPageDisabled and isLastPageDisabled by @damyanpetev in #14497
- refactor(row-island): disable getters of no use and hide from api docs by @damyanpetev in #14507
- refactor(themes): include
--ig-themein the generated CSS themes by @simeonoff in #14508 - feat(pivotGrid): Add horizontal summary top/bottom option. Fixes to related logic. by @skrustev in #14514
- docs(column): mark mistakenly left exposed getters as hidden by @damyanpetev in #14513
- refactor(grids): clean up internal types handling by @damyanpetev in #14524
- feat(*): add Angular Elements setup for wrapping grid components by @damyanpetev in #14421
- Update ROADMAP prior 18.1 7 Jul 24 by @radomirchev in #14516
- feat(stepper): align title and content by @SisIvanova in #14534
- feat(overlay): add element injector in attach overload settings by @wnvko in #14535
- docs(nav-drawer): show hidden properties by @SisIvanova in #14541
Full Changelog: 18.0.0...18.1.0