File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
projects/igniteui-angular/src Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 22
33All notable changes for each version of this project will be documented in this file.
44
5+ ## 9.1.4
6+
7+ ### New Features
8+ - ` IgxList `
9+ - Added localization support.
10+
511## 9.1.1
612
713### General
@@ -169,7 +175,6 @@ All notable changes for each version of this project will be documented in this
169175 - Added support for tabIndex attribute applied to the main chip element.
170176 - Added `tabIndex` input so it can support change detection as well.
171177
172-
173178- `IgxHighlightDirective`
174179 - New `metadata` property was introduced, which allows adding additional, custom logic to the activation condition of a highlighted element.
175180
Original file line number Diff line number Diff line change @@ -112,5 +112,6 @@ export { IGridResourceStrings } from './lib/core/i18n/grid-resources';
112112export { IPaginatorResourceStrings } from './lib/core/i18n/paginator-resources' ;
113113export { ITimePickerResourceStrings } from './lib/core/i18n/time-picker-resources' ;
114114export { IDateRangePickerResourceStrings } from './lib/core/i18n/date-range-picker-resources' ;
115+ export { IListResourceStrings } from './lib/core/i18n/list-resources' ;
115116export { InteractionMode } from './lib/core/enums' ;
116117export { SplitterType } from './lib/splitter/splitter.component' ;
You can’t perform that action at this time.
0 commit comments