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
+24-2
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ All notable changes for each version of this project will be documented in this
13
13
- Added support for filtering based on the formatted cell values using the `FormattedValuesFilteringStrategy` for `IgxGrid`/`IgxHierarchicalGrid` and `TreeGridFormattedValuesFilteringStrategy` for `IgxTreeGrid`.
14
14
-`IgxPaginator`
15
15
-`paging` and `pagingDone` events are now emitted.
16
-
-`IgxInput` now supports `type="file"` and its styling upon all themes.
16
+
-`IgxInput` now supports `type="file"` and its styling upon all themes.
17
17
_Note: validation of file type input is not yet supported._
18
18
19
19
### General
@@ -91,7 +91,29 @@ All notable changes for each version of this project will be documented in this
91
91
- **Breaking Change**:
92
92
- `onPagingDone` output is removed. Use the `paging` and `pagingDone` outputs exposed by the `IgxPaginator`.
93
93
- `page`, `perPage`, `paginate`, `nextPage`, `previousPage` and `totalPages` in the grids are deprecated and will be removed. Use the corresponding `IgxPaginator` outputs/inputs. When using an external paginator, take care to provide the corresponding slice of data. See [`Paging with Custom Template`](https://www.infragistics.com/products/ignite-ui-angular/angular/components/grid/paging#remote-paging-with-custom-template)
94
-
94
+
- IgxButton
95
+
- IgxIcon(s) placed in a button now include margin if there are one or more sibling elements to give them some breathing room. The amount of margin applied depends on the display density of the button.
96
+
- `IgxListComponent`
97
+
- **Breaking Change** - The following outputs are renamed:
98
+
- `onLeftPan` to `leftPan`
99
+
- `onRightPan` to `rightPan`
100
+
- `onPanStateChange` to `panStateChange`
101
+
- `onItemClicked` to `itemClicked`
102
+
- `IgxNavbarComponent`
103
+
- **Breaking Change** - The `onAction` output is renamed to `action`.
104
+
- `IgxTabsComponent`
105
+
- **Breaking Change** - The following outputs are renamed:
106
+
- `onTabItemSelected` to `tabItemSelected`
107
+
- `onTabItemDeselected` to `tabItemDeselected`
108
+
- `IgxTooltipTargetDirective`
109
+
- **Breaking Change** - The following outputs are renamed:
0 commit comments