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
+5-7Lines changed: 5 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -2,13 +2,6 @@
2
2
3
3
All notable changes for each version of this project will be documented in this file.
4
4
## 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.
12
5
13
6
### New Features
14
7
-`IgxDropDown`
@@ -27,6 +20,11 @@ All notable changes for each version of this project will be documented in this
27
20
- Support for `currency` type columns is added in the grid.
28
21
- Support for `percent` type columns is added in the grid.
29
22
- 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.
30
28
-`IgxInput` now supports `type="file"` and its styling upon all themes.
31
29
_Note: validation of file type input is not yet supported._
32
30
-`igxSplitter` now has the following additional outputs:
0 commit comments