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
@@ -50,7 +49,8 @@ All notable changes for each version of this project will be documented in this
50
49
```
51
50
52
51
## 7.3.4
53
-
52
+
- `IgxGrid` - summaries
53
+
- `clearSummaryCache()` and `recalculateSummaries()` methods are now removed from the IgxGrid API, beacause they are no longer needed; summaries are updated when some change is perform and the summary cache is cleared automatically when needed;
54
54
- `IgxGrid`, `IgxTreeGrid`, `IgxHierarchicalGrid`
55
55
- **Breaking Change** The **condition** parameter of the `filterGlobal` method is no longer optional. When the filterGlobal method is called with an invalid condition, it will not clear the existing filters for all columns.
56
56
@@ -110,7 +110,7 @@ All notable changes for each version of this project will be documented in this
110
110
- `igx-core()` now includes some styles for printing layout.
111
111
In order to turn them off, you need to pass an argument and set it to `false`
112
112
```
113
-
@include igx-core($print-layout: false);
113
+
@include igx-core($print-layout: false);
114
114
```
115
115
116
116
- `Pager`
@@ -140,6 +140,11 @@ In order to turn them off, you need to pass an argument and set it to `false`
140
140
- Group comparer is not taken into consideration when column is dragged to grouped area #4663
141
141
142
142
## 7.3.1
143
+
`igx-core()` now includes some styles for printing layout. In order to turn them off, you need to pass an argument and set it to `false`
144
+
145
+
```
146
+
@include igx-core($print-layout: false);
147
+
```
143
148
- `IgxGrid` Custom keyboard navigation
144
149
- `onFocusChange` event is deprecated.
145
150
- `onGridKeydown` event is exposed which is emitted when `keydown` is triggered over element inside grid's body
@@ -184,7 +189,7 @@ In order to turn them off, you need to pass an argument and set it to `false`
184
189
- **Feature** Grid components now supports [Grid Row Dragging ](https://github.com/IgniteUI/igniteui-angular/wiki/Row-Dragging). It lets users pass the data of a grid record on to another surface, which has been configured to process/render this data. It can be enabled by using the `rowDraggable` input of the grid.
185
190
186
191
- **Feature** The Excel Style Filter dialog and its sub-dialogs now have a display density based on the `displayDensity` input of their respective grid.
187
-
- `igxTreeGrid`
192
+
- `igxTreeGrid`
188
193
- **Feature** The `IgxTreeGridComponent` now supports loading child rows on demand using the newly added `loadChildrenOnDemand` and `hasChildrenKey` input properties.
189
194
- `IgxListComponent`
190
195
- **Feature** The `IgxListComponent` now provides the ability to choose a display density from a predefined set of options: **compact**, **cosy** and **comfortable** (default one). It can be set by using the `displayDensity` input of the list.
@@ -268,9 +273,9 @@ In order to turn them off, you need to pass an argument and set it to `false`
268
273
## 7.2.9
269
274
`igx-core()` now includes some styles for printing layout.
270
275
In order to turn them off, you need to pass an argument and set it to `false`
271
-
276
+
272
277
```
273
-
@include igx-core($print-layout: false);
278
+
@include igx-core($print-layout: false);
274
279
```
275
280
276
281
- `Pager`
@@ -288,7 +293,7 @@ In order to turn them off, you need to pass an argument and set it to `false`
288
293
- [igx-grid] some cells don't go into edit state or selected state when resizing window. #4746
289
294
- igx-tree-grid when no data in grid pagination shows wrong #4666
290
295
- ElasticPositionStrategy should resize shown element with Center/Middle directions #4564
291
-
- ESF custom dialog new filter not fully visible #4639
296
+
- ESF custom dialog new filter not fully visible #4639
292
297
- igx-grid: row virtualization doesn't work when setting height in percent if you fetch and bind data after initial rendering. #3949
293
298
- Grid height is calculated wrongly as grid width narrows #4745
294
299
- [igx-grid][IE11] filtering problems with IME mode. #4636
0 commit comments