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
+6
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,7 @@ All notable changes for each version of this project will be documented in this
18
18
```
19
19
-`IgxGrid`, `IgxTreeGrid`, `IgxHierarchicalGrid`
20
20
- Support for `currency` type columns is added in the grid.
21
+
- Support for `percent` type columns is added in the grid.
21
22
- Added support for filtering based on the formatted cell values using the `FormattedValuesFilteringStrategy` for `IgxGrid`/`IgxHierarchicalGrid` and `TreeGridFormattedValuesFilteringStrategy` for `IgxTreeGrid`.
22
23
-`IgxPaginator`
23
24
-`paging` and `pagingDone` events are now emitted.
@@ -38,22 +39,27 @@ All notable changes for each version of this project will be documented in this
38
39
- `IgxDialog`
39
40
- 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.
40
41
- `IgxCalendar`
42
+
- **Breaking Change**
41
43
- 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.
42
44
- `onSelection` is now `selected`
43
45
- `onViewChanging` is now `viewChanging`
44
46
- `onDateSelection` is now `dateSelection`
45
47
- `onYearSelection` is now `yearSelection`
46
48
- `onMonthSelection` is now `monthSelection`
47
49
- `IgxYearsViewComponent`
50
+
- **Breaking Change**
48
51
- `onSelection` is now `selected`
49
52
- `onYearSelection` is now `yearSelection`
50
53
- `IgxDaysViewComponent`
54
+
- **Breaking Change**
51
55
- `onDateSelection` is now `dateSelection`
52
56
- `onViewChanging` is now `viewChanging`
53
57
- `IgxMonthsViewComponent`
58
+
- **Breaking Change**
54
59
- `onSelection` is now `selected`
55
60
- `onMonthSelection` is now `monthSelection`
56
61
- `IgxMonthPickerComponent`
62
+
- **Breaking Change**
57
63
- `onSelection` is now `selected`
58
64
- `IgxRadioGroup`
59
65
- Added new property `alignment` that determines the radio group alignment. Available options are `horizontal` (default) and `vertical`.
0 commit comments