Skip to content

Commit eb84863

Browse files
committed
fix(Lint): Updated Changelog.
1 parent 10ff6c3 commit eb84863

File tree

1 file changed

+22
-2
lines changed

1 file changed

+22
-2
lines changed

CHANGELOG.md

Lines changed: 22 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ All notable changes for each version of this project will be documented in this
1313
- Added support for filtering based on the formatted cell values using the `FormattedValuesFilteringStrategy` for `IgxGrid`/`IgxHierarchicalGrid` and `TreeGridFormattedValuesFilteringStrategy` for `IgxTreeGrid`.
1414
- `IgxPaginator`
1515
- `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.
1717
_Note: validation of file type input is not yet supported._
1818

1919
### General
@@ -93,7 +93,27 @@ All notable changes for each version of this project will be documented in this
9393
- `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)
9494
- IgxButton
9595
- 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-
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:
110+
- `onTooltipShow` to `tooltipShow`
111+
- `onTooltipHide` to `tooltipHide`
112+
- `IgxBaseExporter`, `IgxExcelExporterService`, `IgxCsvExporterService`
113+
- **Breaking Change** - The following outputs are renamed:
114+
- `onColumnExport` to `columnExporting`
115+
- `onRowExport` to `rowExporting`
116+
- `onExportEnded` to `exportEnded`
97117
98118
## 11.0.4
99119

0 commit comments

Comments
 (0)