Skip to content

Releases: IgniteUI/igniteui-angular

19.2.3

30 Apr 13:43
d4946e7

Choose a tag to compare

What's Changed

  • fix(chips-sample): unwrap prefix and suffix icons in wc so they're centered by @didimmova in #15767
  • Elements template wrapper and content children cleanup fixes by @damyanpetev in #15766

Full Changelog: 19.2.2...19.2.3

19.2.2

29 Apr 13:49
4df51e8

Choose a tag to compare

What's Changed

  • fix(elements): Handle template setting of components passed as event args through proxy. by @skrustev in #15649
  • refactor(tests): removing configureTestSuite() by @kdinev in #15616
  • chore(*): expose change events for analyzer by @dkamburov in #15749

Full Changelog: 19.2.1...19.2.2

19.2.1

28 Apr 13:38
5f255b2

Choose a tag to compare

What's Changed

Full Changelog: 19.2.0...19.2.1

18.2.22

28 Apr 13:38
7346017

Choose a tag to compare

What's Changed

Full Changelog: 18.2.21...18.2.22

19.2.0

16 Apr 15:55
a82dbae

Choose a tag to compare

General

  • IgxCarousel
    • Removed deprecated property keyboardSupport.
  • IgxSlide
    • Deprecation - tabIndex has been deprecated and will be removed in a future version.
  • IgxGrid, IgxHierarchicalGrid, IgxTreeGrid
    • A column's minWidth and maxWidth constrain the user-specified width so that it cannot go outside their bounds.
    • In SSR mode grid with height 100% or with no height will render on the server with % size and with no data. The grid will show either the empty grid template or the loading indicator (if isLoading is true).
    • In SSR mode grid with width 100% or with no width will render on the server with % size and with all columns.
    • The pagingMode property can now be set as simple strings 'local' and 'remote' and does not require importing the GridPagingMode enum.
  • IgxHierarchicalGrid
    • Introduced a new advanced filtering capability that enables top-level records to be dynamically refined based on the attributes or data of their associated child records.
    • Added a new schema input property that can be used to pass collection of EntityType objects. This property is required for remote data scenarios.
  • IgxQueryBuilderComponent, IgxAdvancedFilteringDialogComponent
    • Added support for entities with hierarchical structure.
  • EntityType
    • A new optional property called childEntities has been introduced that can be used to create nested entities.

19.2.0-rc.0

16 Apr 08:39
3e3b3fe

Choose a tag to compare

19.2.0-rc.0 Pre-release
Pre-release

General

  • IgxCarousel
    • Removed deprecated property keyboardSupport.
  • IgxSlide
    • Deprecation - tabIndex has been deprecated and will be removed in a future version.
  • IgxGrid, IgxHierarchicalGrid, IgxTreeGrid
    • A column's minWidth and maxWidth constrain the user-specified width so that it cannot go outside their bounds.
    • In SSR mode grid with height 100% or with no height will render on the server with % size and with no data. The grid will show either the empty grid template or the loading indicator (if isLoading is true).
    • In SSR mode grid with width 100% or with no width will render on the server with % size and with all columns.
  • IgxHierarchicalGrid
    • Introduced a new advanced filtering capability that enables top-level records to be dynamically refined based on the attributes or data of their associated child records.
    • Added a new schema input property that can be used to pass collection of EntityType objects. This property is required for remote data scenarios.
  • IgxQueryBuilderComponent, IgxAdvancedFilteringDialogComponent
    • Added support for entities with hierarchical structure.
  • EntityType
    • A new optional property called childEntities has been introduced that can be used to create nested entities.

19.1.8

15 Apr 11:13
73fdd61

Choose a tag to compare

What's Changed

Full Changelog: 19.1.7...19.1.8

18.2.21

15 Apr 11:11
f694c2f

Choose a tag to compare

What's Changed

Full Changelog: 18.2.20...18.2.21

19.2.0-beta.0

10 Apr 13:27
f153d4d

Choose a tag to compare

19.2.0-beta.0 Pre-release
Pre-release

General

  • IgxCarousel
    • Removed deprecated property keyboardSupport.
  • IgxSlide
    • Deprecation - tabIndex has been deprecated and will be removed in a future version.
  • IgxGrid, IgxHierarchicalGrid, IgxTreeGrid
    • A column's minWidth and maxWidth constrain the user-specified width so that it cannot go outside their bounds.
    • In SSR mode grid with height 100% or with no height will render on the server with % size and with no data. The grid will show either the empty grid template or the loading indicator (if isLoading is true).
    • In SSR mode grid with width 100% or with no width will render on the server with % size and with all columns.

19.1.7

07 Apr 11:12
12162d7

Choose a tag to compare

What's Changed

  • fix(for-of): If there is no sizeCache when updating, assign default i… by @mddragnev in #15549
  • Additional fix for enabling filtering expressions to generate as classes in React. by @skrustev in #15635
  • feat(hierarchical-grid): add parentRowData to IGridCreatedEventArgs by @viktorkombov in #15657
  • fix(*): adding random function for unsecure context #15461 by @ChronosSF in #15597

Full Changelog: 19.1.6...19.1.7