Skip to content

Commit 887c42c

Browse files
committed
chore(*): update changelog
1 parent a83f9b5 commit 887c42c

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

CHANGELOG.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,6 @@
22

33
All notable changes for each version of this project will be documented in this file.
44
## 11.1.0
5-
### General
6-
- `IgxGrid`, `IgxTreeGrid`, `IgxHierarchicalGrid`
7-
- The following new events are introduced: `sorting`, `filtering`, `columnPinned`, `columnVisibilityChanging`.
8-
- **Behavioral Change** -
9-
- `onColumnPinning` to emit `IPinColumnCancellableEventArgs` instead of `IPinColumnEventArgs`.
10-
- `Column pinning`, `Column moving`, `paging` interactions now discard the editing value, instead of committing it.
11-
- `Column Resizing` now does not exit edit mode.
125

136
### New Features
147
- `IgxDropDown`
@@ -27,6 +20,11 @@ All notable changes for each version of this project will be documented in this
2720
- Support for `currency` type columns is added in the grid.
2821
- Support for `percent` type columns is added in the grid.
2922
- Added support for filtering based on the formatted cell values using the `FormattedValuesFilteringStrategy` for `IgxGrid`/`IgxHierarchicalGrid` and `TreeGridFormattedValuesFilteringStrategy` for `IgxTreeGrid`.
23+
- The following new events are introduced: `sorting`, `filtering`, `columnPinned`, `columnVisibilityChanging`.
24+
- **Behavioral Change** -
25+
- `onColumnPinning` to emit `IPinColumnCancellableEventArgs` instead of `IPinColumnEventArgs`.
26+
- `Column pinning`, `Column moving`, `paging` interactions now discard the editing value, instead of committing it.
27+
- `Column Resizing` now does not exit edit mode.
3028
- `IgxInput` now supports `type="file"` and its styling upon all themes.
3129
_Note: validation of file type input is not yet supported._
3230
- `igxSplitter` now has the following additional outputs:

0 commit comments

Comments
 (0)