File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
projects/igniteui-angular/src Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -181,10 +181,12 @@ All notable changes for each version of this project will be documented in this
181
181
- Added support for tabIndex attribute applied to the main chip element.
182
182
- Added `tabIndex` input so it can support change detection as well.
183
183
184
-
185
184
- `IgxHighlightDirective`
186
185
- New `metadata` property was introduced, which allows adding additional, custom logic to the activation condition of a highlighted element.
187
186
187
+ - `IgxList`
188
+ - Added localization support.
189
+
188
190
### RTL Support
189
191
- `igxSlider` have full right-to-left (RTL) support.
190
192
Original file line number Diff line number Diff line change @@ -112,5 +112,6 @@ export { IGridResourceStrings } from './lib/core/i18n/grid-resources';
112
112
export { IPaginatorResourceStrings } from './lib/core/i18n/paginator-resources' ;
113
113
export { ITimePickerResourceStrings } from './lib/core/i18n/time-picker-resources' ;
114
114
export { IDateRangePickerResourceStrings } from './lib/core/i18n/date-range-picker-resources' ;
115
+ export { IListResourceStrings } from './lib/core/i18n/list-resources' ;
115
116
export { InteractionMode } from './lib/core/enums' ;
116
117
export { SplitterType } from './lib/splitter/splitter.component' ;
You can’t perform that action at this time.
0 commit comments