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
+41
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,35 @@ All notable changes for each version of this project will be documented in this
19
19
-**Breaking Change**`onClose` event is renamed to `onClosed`.
20
20
-**Behavioral Change** - action buttons are now available in the dropdown mode.
21
21
-**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)
22
+
-`IgxToggleAction` / `IgxTooltip`: Removed the deprecated `closeOnOutsideClick` Input that has been superseded by `overlaySettings` in 6.2.0.
23
+
24
+
-`IgxList` - The list component has been refactored. It now includes several new supporting directives:
25
+
-`igxListThumbnail` - Use it to mark the target as list thumbnail which will be automatically positioned as a first item in the list item;
26
+
-`igxListAction` - Use it to mark the target as list action which will be automatically positioned as a last item in the list item;
27
+
-`igxListLine` - Use it to mark the target as list content which will be automatically positioned between the thumbnail and action;
28
+
-`igxListLineTitle` - Use it to mark the target as list title which will be automatically formatted as a list-item title;
29
+
-`igxListLineSubTitle` - Use it to mark the target as list subtitle which will be automatically formatted as a list-item subtitle;
@@ -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
0 commit comments