Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -1342,10 +1342,9 @@ grid.getRowByIndex(0).expanded = false;

## From 8.x.x to 9.0.x

Due to a breaking change in Angular 9 Hammer providers are no longer implicitly added.
[please, refer to the following document for details:](https://github.com/angular/angular/blob/master/CHANGELOG.md#breaking-changes-9 )
Due to a breaking change in Angular 9, Hammer providers are no longer implicitly added. [Please refer to the following document for details.](https://github.com/angular/angular/blob/master/CHANGELOG.md#breaking-changes-9)

> **Note** - As of Angular 22, `HammerModule` has been removed from `@angular/platform-browser`. If you are upgrading to Angular 22+, remove any `HammerModule` imports from your application.
> **Note** - If you are on **Angular 9–21**, you must explicitly import `HammerModule` from `@angular/platform-browser` in your application module. If you are on **Angular 22+**, `HammerModule` has been removed from `@angular/platform-browser` — remove any `HammerModule` imports from your application.

Due to name changes made in some of the `Enumerations` we export, manual update is needed for their members. Here's a list of all changes made that require manual update:

Expand Down