Skip to content

Releases: IgniteUI/igniteui-angular

19.2.0

16 Apr 15:55
a82dbae
Compare
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
Compare
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
Compare
Choose a tag to compare

What's Changed

Full Changelog: 19.1.7...19.1.8

18.2.21

15 Apr 11:11
f694c2f
Compare
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
Compare
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
Compare
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

19.1.6

02 Apr 13:41
be849d3
Compare
Choose a tag to compare

What's Changed

Full Changelog: 19.1.5...19.1.6

19.1.5

31 Mar 08:28
82885ef
Compare
Choose a tag to compare

What's Changed

Full Changelog: 19.1.4...19.1.5

18.2.20

31 Mar 08:26
22f33f1
Compare
Choose a tag to compare

What's Changed

Full Changelog: 18.2.19...18.2.20

19.1.4

18 Mar 17:10
198d060
Compare
Choose a tag to compare

What's Changed

Full Changelog: 19.1.3...19.1.4