You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+23-1Lines changed: 23 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,27 @@
1
1
# Ignite UI for Angular Change Log
2
2
3
3
All notable changes for each version of this project will be documented in this file.
4
+
5
+
## 19.2.0
6
+
7
+
### General
8
+
-`IgxCarousel`
9
+
- Removed deprecated property `keyboardSupport`.
10
+
-`IgxSlide`
11
+
-**Deprecation** - `tabIndex` has been deprecated and will be removed in a future version.
12
+
-`IgxGrid`, `IgxHierarchicalGrid`, `IgxTreeGrid`
13
+
- A column's `minWidth` and `maxWidth` constrain the user-specified `width` so that it cannot go outside their bounds.
14
+
- 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).
15
+
- In SSR mode grid with width 100% or with no width will render on the server with % size and with all columns.
16
+
- The `pagingMode` property can now be set as simple strings `'local'` and `'remote'` and does not require importing the `GridPagingMode` enum.
17
+
-`IgxHierarchicalGrid`
18
+
- 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.
19
+
- Added a new `schema` input property that can be used to pass collection of `EntityType` objects. This property is required for remote data scenarios.
- Added support for entities with hierarchical structure.
22
+
-`EntityType`
23
+
- A new optional property called `childEntities` has been introduced that can be used to create nested entities.
24
+
4
25
## 19.1.1
5
26
### New Features
6
27
- IgxListItem
@@ -11,12 +32,13 @@ All notable changes for each version of this project will be documented in this
11
32
-`IgxCarousel`
12
33
-**Behavioral Changes** - the `maximumIndicatorsCount` input property now defaults to `10`.
13
34
-**Deprecation** - `CarouselIndicatorsOrientation` enum members `top` and `bottom` have been deprecated and will be removed in a future version. Use `start` and `end` instead.
35
+
14
36
### New Features
15
37
-`IgxBanner`
16
38
- Introduced a new `expanded` input property, enabling dynamic control over the banner's state. The banner can now be programmatically set to expanded (visible) or collapsed (hidden) both initially and at runtime. Animations will trigger during runtime updates — the **open animation** plays when `expanded` is set to `true`, and the **close animation** plays when set to `false`. However, no animations will trigger when the property is set initially.
17
39
- The banner's event lifecycle (`opening`, `opened`, `closing`, `closed`) only triggers through **user interactions** (e.g., clicking to open/close). Programmatic updates using the `expanded` property will not fire any events.
18
40
- If the `expanded` property changes during an ongoing animation, the current animation will **stop** and the opposite animation will begin from the **point where the previous animation left off**. For instance, if the open animation (10 seconds) is interrupted at 6 seconds and `expanded` is set to `false`, the close animation (5 seconds) will start from its 3rd second.
19
-
-`IgxQueryBuilder` has new design that comes with updated appearance and new functionality
41
+
-`IgxQueryBuilder` has a new design that comes with an updated appearance and new functionality
20
42
-`IgxQueryBuilderComponent`
21
43
- Introduced the ability to create nested queries by specifying IN/NOT IN operators.
22
44
- Introduced the ability to reposition condition chips by dragging or using `Arrow Up/Down`.
2. SSR Grid Improvements - [15202](https://github.com/IgniteUI/igniteui-angular/issues/15202)
10
9
11
10
## Going down the road
12
11
13
12
1. Provide an option to modify the default enter edit mode conditions, to e.g. allow edit mode start on a single click [#14658](https://github.com/IgniteUI/igniteui-angular/issues/14658)
14
13
2. Provide an excel-like navigation mode for editing where all arrow keys navigate the cell in edit mode. [#14659](https://github.com/IgniteUI/igniteui-angular/issues/14659)
15
14
3. Extend the 18.2 editorOptions property to allow modifying numeric editors to not change the value on up/down arrow press [#14660](https://github.com/IgniteUI/igniteui-angular/issues/14660)
0 commit comments