File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
projects/igniteui-angular/src/lib/grids/column-actions Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ All notable changes for each version of this project will be documented in this
7
7
### New Features
8
8
- ` IgxCsvExporterService ` , ` IgxExcelExporterService `
9
9
- 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.
10
12
11
13
### General
12
14
Original file line number Diff line number Diff line change @@ -16,7 +16,6 @@ import { IgxColumnActionsBaseDirective } from './column-actions-base.directive';
16
16
import { IgxCheckboxComponent } from '../../checkbox/checkbox.component' ;
17
17
import { IColumnToggledEventArgs } from '../common/events' ;
18
18
import { IgxGridBaseDirective } from '../grid-base.directive' ;
19
- import { DeprecateProperty } from '../../core/deprecateDecorators' ;
20
19
21
20
let NEXT_ID = 0 ;
22
21
/**
You can’t perform that action at this time.
0 commit comments