Skip to content

Commit a83f9b5

Browse files
committed
chore(*): update changelog
1 parent 5d55ab2 commit a83f9b5

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ All notable changes for each version of this project will be documented in this
77
- The following new events are introduced: `sorting`, `filtering`, `columnPinned`, `columnVisibilityChanging`.
88
- **Behavioral Change** -
99
- `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.
1012

1113
### New Features
1214
- `IgxDropDown`
@@ -108,9 +110,6 @@ All notable changes for each version of this project will be documented in this
108110
- `IgxGrid`, `IgxHierarchicalGrid`, `IgxTreeGrid`
109111
- Added new property `selectRowOnClick` that determines whether clicking over a row will change its selection state or not. Set to `true` by default.
110112
- `GridPagingMode` enum members rename - `local` to `Local` and `remote` to `Remote`. Example: `GridPagingMode.Local`.
111-
- The following new events are introduced: `sorting`, `filtering`, `columnPinned`, `columnVisibilityChanging`.
112-
- **Behavioral Change** -
113-
- `onColumnPinning` to emit `IPinColumnCancellableEventArgs` instead of `IPinColumnEventArgs`.
114113
- IgxButton
115114
- 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.
116115
- `IgxListComponent`

0 commit comments

Comments
 (0)