Releases: IgniteUI/igniteui-angular
Releases · IgniteUI/igniteui-angular
19.2.3
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
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
What's Changed
- chore(schematics): Update to 19.2.1440 by @valadzhov in #15731
- fix(input): label color issue by @SisIvanova in #15741
- feat(icon-button): fix focus styles not showing by @didimmova in #15738
- fix(elements): Do not destroy elements inside tmpl wrapper on detach. by @MayaKirova in #15678
- fix(ci): modifying branches for codeql by @ChronosSF in #15753
- Print row dimensions to CSV properly. by @gedinakova in #15751
Full Changelog: 19.2.0...19.2.1
18.2.22
What's Changed
- feat(icon-button): fix focus styles not showing by @didimmova in #15746
- fix(input): label color issue by @SisIvanova in #15745
- Print row dimensions to CSV properly. by @gedinakova in #15750
Full Changelog: 18.2.21...18.2.22
19.2.0
General
IgxCarousel- Removed deprecated property
keyboardSupport.
- Removed deprecated property
IgxSlide- Deprecation -
tabIndexhas been deprecated and will be removed in a future version.
- Deprecation -
IgxGrid,IgxHierarchicalGrid,IgxTreeGrid- A column's
minWidthandmaxWidthconstrain the user-specifiedwidthso 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
pagingModeproperty can now be set as simple strings'local'and'remote'and does not require importing theGridPagingModeenum.
- A column's
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
schemainput property that can be used to pass collection ofEntityTypeobjects. This property is required for remote data scenarios.
IgxQueryBuilderComponent,IgxAdvancedFilteringDialogComponent- Added support for entities with hierarchical structure.
EntityType- A new optional property called
childEntitieshas been introduced that can be used to create nested entities.
- A new optional property called
19.2.0-rc.0
General
IgxCarousel- Removed deprecated property
keyboardSupport.
- Removed deprecated property
IgxSlide- Deprecation -
tabIndexhas been deprecated and will be removed in a future version.
- Deprecation -
IgxGrid,IgxHierarchicalGrid,IgxTreeGrid- A column's
minWidthandmaxWidthconstrain the user-specifiedwidthso 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.
- A column's
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
schemainput property that can be used to pass collection ofEntityTypeobjects. This property is required for remote data scenarios.
IgxQueryBuilderComponent,IgxAdvancedFilteringDialogComponent- Added support for entities with hierarchical structure.
EntityType- A new optional property called
childEntitieshas been introduced that can be used to create nested entities.
- A new optional property called
19.1.8
What's Changed
- [calendar]: fix range preview inactive dates text color by @desig9stein in #15671
- fix(icons): Unclosed svg path by @SisIvanova in #15694
- fix(calendar): range radius by @desig9stein in #15697
- Sizing panes correctly with minSize is used when the browser is shrinked by @IvanKitanov17 in #15517
- fix(15674): ESF to show unique time values by @gedinakova in #15711
Full Changelog: 19.1.7...19.1.8
18.2.21
What's Changed
- Sizing panes corectly with minSize and the browser is shrinked - 18.2.x by @IvanKitanov17 in #15422
- fix(15674): ESF to show unique time values by @gedinakova in #15716
Full Changelog: 18.2.20...18.2.21
19.2.0-beta.0
General
IgxCarousel- Removed deprecated property
keyboardSupport.
- Removed deprecated property
IgxSlide- Deprecation -
tabIndexhas been deprecated and will be removed in a future version.
- Deprecation -
IgxGrid,IgxHierarchicalGrid,IgxTreeGrid- A column's
minWidthandmaxWidthconstrain the user-specifiedwidthso 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.
- A column's
19.1.7
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