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
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,14 @@
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
+
### General
7
+
-`IgxCarousel`
8
+
- Removed deprecated property `keyboardSupport`.
9
+
-`IgxSlide`
10
+
-**Deprecation** - `tabIndex` has been deprecated and will be removed in a future version.
11
+
4
12
## 19.1.1
5
13
### New Features
6
14
- IgxListItem
@@ -11,6 +19,7 @@ All notable changes for each version of this project will be documented in this
11
19
-`IgxCarousel`
12
20
-**Behavioral Changes** - the `maximumIndicatorsCount` input property now defaults to `10`.
13
21
-**Deprecation** - `CarouselIndicatorsOrientation` enum members `top` and `bottom` have been deprecated and will be removed in a future version. Use `start` and `end` instead.
22
+
14
23
### New Features
15
24
-`IgxBanner`
16
25
- 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.
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