Skip to content

Commit 856777c

Browse files
committed
feat(*): Add buttonText to changelog and remove unused import
1 parent 3647c41 commit 856777c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ All notable changes for each version of this project will be documented in this
77
### New Features
88
- `IgxCsvExporterService`, `IgxExcelExporterService`
99
- Exporter services are no longer required to be provided in the application since they are now injected on a root level.
10+
- `IgxGridToolbarPinningComponent`, `IgxGridToolbarHidingComponent`
11+
- Exposed new input `buttonText` which sets the text that is displayed inside the dropdown button in the toolbar.
1012

1113
### General
1214

projects/igniteui-angular/src/lib/grids/column-actions/column-actions.component.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ import { IgxColumnActionsBaseDirective } from './column-actions-base.directive';
1616
import { IgxCheckboxComponent } from '../../checkbox/checkbox.component';
1717
import { IColumnToggledEventArgs } from '../common/events';
1818
import { IgxGridBaseDirective } from '../grid-base.directive';
19-
import { DeprecateProperty } from '../../core/deprecateDecorators';
2019

2120
let NEXT_ID = 0;
2221
/**

0 commit comments

Comments
 (0)