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
-**Breaking Changes** Due to a breaking change in Angular 9 with Ivy, Hammer providers are no longer included by default. You can find more information at: https://github.com/angular/angular/blob/master/CHANGELOG.md#breaking-changes-9 . Because of this change the following components require `HammerModule` to be imported in the root module of the application in order for user interactions to work as expected:
18
+
-`IgxSlider`
19
+
20
+
The following components require `HammerModule` to be imported in the root module of the application so that their **touch** interactions work as expected:
21
+
-`igxGrid`
22
+
-`igxHierarchicalGrid`
23
+
-`igxTreeGrid`
24
+
-`igxList`
25
+
-`igxNavigationDrawer`
26
+
-`igxTimePicker`
27
+
-`igxMonthPicker`
28
+
-`igxSlider`
29
+
-`igxCalendar`
30
+
-`igxDatePicker`
31
+
-`igxCarousel`
32
+
17
33
-`IgxGrid`, `IgxTreeGrid`, `IgxHierarchicalGrid`
18
34
-**Breaking Change** - Hierarchical grid children no longer use the same `IgxTransactionService` instance and transaction handling should be modified to address each grid's transactions separately.
19
35
-**Behavioral Change** - Pinning columns is no longer automatically prevented when the pinning area would exceed the size of the grid.
0 commit comments