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
+53-7
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,6 @@
1
1
# Ignite UI for Angular Change Log
2
2
3
3
All notable changes for each version of this project will be documented in this file.
4
-
5
4
## 8.0.0
6
5
-`IgxCombo`: Removed the following deprecated (since 6.2.0) template selectors:
7
6
-`#emptyTemplate`
@@ -19,9 +18,39 @@ All notable changes for each version of this project will be documented in this
19
18
-**Breaking Change**`onClose` event is renamed to `onClosed`.
20
19
-**Behavioral Change** - action buttons are now available in the dropdown mode.
21
20
-**Feature**`igxDatePicker` and `igxTimePicker` now provide the ability for adding custom action buttons. Read up more information in [igxDatePicker ReadMe](https://github.com/IgniteUI/igniteui-angular/tree/master/projects/igniteui-angular/src/lib/date-picker/README.md) or [igxTimePicker ReadMe](https://github.com/IgniteUI/igniteui-angular/tree/master/projects/igniteui-angular/src/lib/time-picker/README.md)
21
+
-`IgxToggleAction` / `IgxTooltip`: Removed the deprecated `closeOnOutsideClick` Input that has been superseded by `overlaySettings` in 6.2.0.
22
22
23
-
## 7.3.4
23
+
-`IgxList` - The list component has been refactored. It now includes several new supporting directives:
24
+
-`igxListThumbnail` - Use it to mark the target as list thumbnail which will be automatically positioned as a first item in the list item;
25
+
-`igxListAction` - Use it to mark the target as list action which will be automatically positioned as a last item in the list item;
26
+
-`igxListLine` - Use it to mark the target as list content which will be automatically positioned between the thumbnail and action;
27
+
-`igxListLineTitle` - Use it to mark the target as list title which will be automatically formatted as a list-item title;
28
+
-`igxListLineSubTitle` - Use it to mark the target as list subtitle which will be automatically formatted as a list-item subtitle;
- `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;
25
54
- `IgxGrid`, `IgxTreeGrid`, `IgxHierarchicalGrid`
26
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.
27
56
@@ -46,6 +75,18 @@ All notable changes for each version of this project will be documented in this
46
75
- **Behavioral Change** - action buttons are now available in the dropdown mode.
47
76
- **Feature** `IgxDatePickerComponent` now provides the ability for adding custom action buttons. Read up more information in the [ReadMe](https://github.com/IgniteUI/igniteui-angular/tree/master/projects/igniteui-angular/src/lib/date-picker/README.md)
48
77
78
+
- Excel-Style Filtering and Quick Filtering user interfaces now display the date picker's calendar in a dropdown.
79
+
- `IgxCard` - The card component has been refactored. It now includes several new supporting components/directives:
80
+
- `igxCardHeaderTitle` - tag your headings placed in the `igx-card-header` container to be displayed as a card title;
81
+
- `igxCardHeaderSubtitle` - tag your headings placed in the `igx-card-header` container to be displayed as a card subtitle;
82
+
- `igxCardThumbnail` - tag anything placed in the `igx-card-header` as a thumb to be placed to the left of your titles;
83
+
- `igx-card-header` - the card header can now detect and automatically position `igx-avatar`s placed in it;
84
+
- `igx-card-media` - wrap images or videos that will be automatically sized for you;
85
+
- `igx-card-actions` - the card actions can now detect and automatically position all `igxButton`s placed in it;
86
+
- The card has a new `type` property. It can be set to `outlined` to get the new outlined card look;
87
+
- The card has a new `horizontal` property. When set to true, the layout will become horizontally aligned;
88
+
- New Directive `igx-divider` - The igx-divider is a thin, configurable line that groups content in lists and layouts.
89
+
49
90
### Bug Fixing
50
91
- igx-input: Top of Japanese characters get cut off in Density Compact mode #4752
51
92
- When no condition is provided, filter() method of grid throws undescriptive error #4897
@@ -69,7 +110,7 @@ All notable changes for each version of this project will be documented in this
69
110
- `igx-core()` now includes some styles for printing layout.
70
111
In order to turn them off, you need to pass an argument and set it to `false`
71
112
```
72
-
@include igx-core($print-layout: false);
113
+
@include igx-core($print-layout: false);
73
114
```
74
115
75
116
- `Pager`
@@ -99,6 +140,11 @@ In order to turn them off, you need to pass an argument and set it to `false`
99
140
- Group comparer is not taken into consideration when column is dragged to grouped area #4663
100
141
101
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
+
```
102
148
- `IgxGrid` Custom keyboard navigation
103
149
- `onFocusChange` event is deprecated.
104
150
- `onGridKeydown` event is exposed which is emitted when `keydown` is triggered over element inside grid's body
@@ -143,7 +189,7 @@ In order to turn them off, you need to pass an argument and set it to `false`
143
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.
144
190
145
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.
146
-
-`igxTreeGrid`
192
+
- `igxTreeGrid`
147
193
- **Feature** The `IgxTreeGridComponent` now supports loading child rows on demand using the newly added `loadChildrenOnDemand` and `hasChildrenKey` input properties.
148
194
- `IgxListComponent`
149
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.
@@ -227,9 +273,9 @@ In order to turn them off, you need to pass an argument and set it to `false`
227
273
## 7.2.9
228
274
`igx-core()` now includes some styles for printing layout.
229
275
In order to turn them off, you need to pass an argument and set it to `false`
230
-
276
+
231
277
```
232
-
@include igx-core($print-layout: false);
278
+
@include igx-core($print-layout: false);
233
279
```
234
280
235
281
- `Pager`
@@ -247,7 +293,7 @@ In order to turn them off, you need to pass an argument and set it to `false`
247
293
- [igx-grid] some cells don't go into edit state or selected state when resizing window. #4746
248
294
- igx-tree-grid when no data in grid pagination shows wrong #4666
249
295
- ElasticPositionStrategy should resize shown element with Center/Middle directions #4564
250
-
- ESF custom dialog new filter not fully visible #4639
296
+
- ESF custom dialog new filter not fully visible #4639
251
297
- igx-grid: row virtualization doesn't work when setting height in percent if you fetch and bind data after initial rendering. #3949
252
298
- Grid height is calculated wrongly as grid width narrows #4745
253
299
- [igx-grid][IE11] filtering problems with IME mode. #4636
0 commit comments