Skip to content

Commit e897902

Browse files
authored
Merge pull request #6590 from IgniteUI/mkirova/update-changelog
chore(*): Update Changelog with information on HammerModule dependency.
2 parents 89e3a40 + 676d3f5 commit e897902

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,22 @@ All notable changes for each version of this project will be documented in this
1414
- `IgxHierarchicalGridBaseComponent` -> `IgxHierarchicalGridBaseDirective`
1515
- `IgxMonthPickerBase` -> `IgxMonthPickerBaseDirective`
1616

17+
- **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+
1733
- `IgxGrid`, `IgxTreeGrid`, `IgxHierarchicalGrid`
1834
- **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.
1935
- **Behavioral Change** - Pinning columns is no longer automatically prevented when the pinning area would exceed the size of the grid.

0 commit comments

Comments
 (0)