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-8Lines changed: 5 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -20,8 +20,11 @@ All notable changes for each version of this project will be documented in this
20
20
- Support for `currency` type columns is added in the grid.
21
21
- Support for `percent` type columns is added in the grid.
22
22
- Added support for filtering based on the formatted cell values using the `FormattedValuesFilteringStrategy` for `IgxGrid`/`IgxHierarchicalGrid` and `TreeGridFormattedValuesFilteringStrategy` for `IgxTreeGrid`.
23
-
-`IgxPaginator`
24
-
-`paging` and `pagingDone` events are now emitted.
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.
25
28
-`IgxInput` now supports `type="file"` and its styling upon all themes.
26
29
_Note: validation of file type input is not yet supported._
27
30
-`igxSplitter` now has the following additional outputs:
@@ -105,12 +108,6 @@ All notable changes for each version of this project will be documented in this
105
108
- `IgxGrid`, `IgxHierarchicalGrid`, `IgxTreeGrid`
106
109
- Added new property `selectRowOnClick` that determines whether clicking over a row will change its selection state or not. Set to `true` by default.
107
110
- `GridPagingMode` enum members rename - `local` to `Local` and `remote` to `Remote`. Example: `GridPagingMode.Local`.
108
-
- The following new events are introduced: `sorting`, `filtering`, `columnPinned`, `columnVisibilityChanging`.
109
-
- **Behavioral Change** -
110
-
- `onColumnPinning` to emit `IPinColumnCancellableEventArgs` instead of `IPinColumnEventArgs`.
111
-
- **Breaking Change**:
112
-
- `onPagingDone` output is removed. Use the `paging` and `pagingDone` outputs exposed by the `IgxPaginator`.
113
-
- `page`, `perPage`, `paginate`, `nextPage`, `previousPage` and `totalPages` in the grids are deprecated and will be removed. Use the corresponding `IgxPaginator` outputs/inputs. When using an external paginator, take care to provide the corresponding slice of data. See [`Paging with Custom Template`](https://www.infragistics.com/products/ignite-ui-angular/angular/components/grid/paging#remote-paging-with-custom-template)
114
111
- IgxButton
115
112
- IgxIcon(s) placed in a button now include margin if there are one or more sibling elements to give them some breathing room. The amount of margin applied depends on the display density of the button.
0 commit comments