Skip to content

Releases: IgniteUI/igniteui-angular

18.1.5

14 Aug 12:01
cb089fb

Choose a tag to compare

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

19 Aug 11:14
ce40a5a

Choose a tag to compare

What's Changed

  • fix(query-builder): Fix for dateTime's searchValueInput focus -17.2.x by @Zneeky in #14555

Full Changelog: 17.2.13...17.2.14

18.1.4

12 Aug 13:38
fe79ed5

Choose a tag to compare

What's Changed

Full Changelog: 18.1.3...18.1.4

17.2.13

12 Aug 13:36
3f557aa

Choose a tag to compare

What's Changed

Full Changelog: 17.2.12...17.2.13

18.1.3

05 Aug 13:18
56b32d2

Choose a tag to compare

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

31 Jul 10:45
ecb0e40

Choose a tag to compare

What's Changed

Full Changelog: 18.1.1...18.1.2

17.2.12

31 Jul 10:31
abe9131

Choose a tag to compare

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

23 Jul 15:29
898fc38

Choose a tag to compare

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

23 Jul 15:21
588e471

Choose a tag to compare

What's Changed

Full Changelog: 18.0.7...18.0.8

18.1.0

22 Jul 16:34
b3ac927

Choose a tag to compare

Release Highlights

New Features

  • IgxPivotGrid
    • Added horizontal layout for row dimensions. Can be configured through the pivotUI rowLayout property.
    • Added horizontalSummary property for each IPivotDimension, enabling summary row when using horizontal layout.
    • Added horizontalSummariesPosition property to the pivotUI, 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 + Arrows and row headers sorting using Ctrl + Arrow Up/Down.
  • 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.
    • registerFamilyAlias has been deprecated in favor of setFamily to allow adding metadata for type and prefix when registering custom icon families. To migrate from registerFamilyAlias, do the following:
          this.iconService.registerFamilyAlias('my-family', 'my-family-class');
          this.iconService.setFamily('my-family', { className: 'my-family-class' });

General

  • ColumnType, IgxColumn, IgxColumnGroup, IgxColumnLayout
    • The children query property has been deprecated and replaced by childColumns getter 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, gridColumnSpan and cells.
  • IgxPaginator
    • The isFirstPageDisabled and isLastPageDisabled have been deprecated in favor of the identical isFirstPage and isLastPage getter.
  • IgxOverlayService
    • The attach method overload accepting Type and OverlaySettings now accepts OverlayCreateSettings as second parameter. This interface extends OverlaySettings with an additional injector property used as ElementInjector when creating the dynamic component.

What's Changed

Full Changelog: 18.0.0...18.1.0