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
+7-5Lines changed: 7 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,11 +19,8 @@ All notable changes for each version of this project will be documented in this
19
19
- Removed `onDataPreLoad` event as it is specific for remote virtualization implementation, which is not supported for the `igxTreeGrid`. A more generic `onScroll` event is exposed and can be used instead.
20
20
21
21
### New Features
22
-
-`IgxCalendar` and `IgxMonthPicker`
23
-
-`onViewDateChanged` emitted after the month/year presented in the view is changed after user interaction.
24
-
-`onActiveViewChanged` event emitted after the active view (DEFAULT, YEAR, DECADE) is changed after user interaction.
25
-
-`viewDate` day value is always 1.
26
-
-`activeView` setter is now available as an input property.
22
+
-`IgxGrid`, `IgxTreeGrid`, `IgxHierarchicalGrid`
23
+
- Introduced `showSummaryOnCollapse` grid property which allows you to control whether the summary row stays visible when the groupBy / parent row is collapsed.
27
24
-`IgxGridState` directive
28
25
- Added support for expansion states, column selection and row pinning.
29
26
- Added support for `IgxTreeGrid` and `IgxHierarchicalGrid` (including child grids)
@@ -37,6 +34,11 @@ All notable changes for each version of this project will be documented in this
37
34
- An optional string parameter `message` has been added to `show()` method.
38
35
-`IgxNavbar`
39
36
- Added new `igx-navbar-title, igxNavbarTitle` directive that can be used to provide custom content for navbar title. It would override the value of `title` input property.
37
+
-`IgxCalendar` and `IgxMonthPicker`
38
+
-`onViewDateChanged` emitted after the month/year presented in the view is changed after user interaction.
39
+
-`onActiveViewChanged` event emitted after the active view (DEFAULT, YEAR, DECADE) is changed after user interaction.
40
+
-`viewDate` day value is always 1.
41
+
-`activeView` setter is now available as an input property.
0 commit comments