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
+27
Original file line number
Diff line number
Diff line change
@@ -2,17 +2,41 @@
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`.
5
10
6
11
### New Features
7
12
-`IgxDropDown`
8
13
- The `igx-drop-down-item` now allows for `igxPrefix`, `igxSuffix` and `igx-divider` directives to be passed as `ng-content` and they will be renderer accordingly in the item's content.
9
14
-`IgxGrid`
10
15
- Added support for exporting grouped data.
16
+
-`IgxInput` now supports `type="file"` and its styling upon all themes.
17
+
_Note: validation of file type input is not yet supported._
18
+
11
19
### General
12
20
-`IgxDialog`
13
21
- The dialog content has been moved inside the dialog window container in the template. This means that if you have added something in-between the opening and closing tags of the dialog, you may have to adjust its styling a bit since that content is now rendered inside a container that has padding on it.
14
22
-`IgxCalendar`
15
23
- A new string enumeration `IgxCalendarView` is exported. Either the new one or the current `CalendarView` can be used. `CalendarView` will be deprecated in a future release.
24
+
-`onSelection` is now `selected`
25
+
-`onViewChanging` is now `viewChanging`
26
+
-`onDateSelection` is now `dateSelection`
27
+
-`onYearSelection` is now `yearSelection`
28
+
-`onMonthSelection` is now `monthSelection`
29
+
-`IgxYearsViewComponent`
30
+
-`onSelection` is now `selected`
31
+
-`onYearSelection` is now `yearSelection`
32
+
-`IgxDaysViewComponent`
33
+
-`onDateSelection` is now `dateSelection`
34
+
-`onViewChanging` is now `viewChanging`
35
+
-`IgxMonthsViewComponent`
36
+
-`onSelection` is now `selected`
37
+
-`onMonthSelection` is now `monthSelection`
38
+
-`IgxMonthPickerComponent`
39
+
-`onSelection` is now `selected`
16
40
-`IgxRadioGroup`
17
41
- Added new property `alignment` that determines the radio group alignment. Available options are `horizontal` (default) and `vertical`.
18
42
-`IgxDialog`
@@ -30,6 +54,9 @@ All notable changes for each version of this project will be documented in this
30
54
- Added new property `theme` that allows you to set the theme explicitly and at runtime.
31
55
-`IgxSnackbar`
32
56
-`show` and `hide` methods have been deprecated. `open` and `close` should be used instead.
57
+
-`IgxGrid`, `IgxHierarchicalGrid`, `IgxTreeGrid`
58
+
- Added new property `selectRowOnClick` that determines whether clicking over a row will change its selection state or not. Set to `true` by default.
59
+
-`GridPagingMode` enum members rename - `local` to `Local` and `remote` to `Remote`. Example: `GridPagingMode.Local`.
0 commit comments