Skip to content

Commit 90f4577

Browse files
committed
chore(*): add note in changelog.md + export in public api
1 parent ae8eb62 commit 90f4577

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,10 +181,12 @@ All notable changes for each version of this project will be documented in this
181181
- Added support for tabIndex attribute applied to the main chip element.
182182
- Added `tabIndex` input so it can support change detection as well.
183183

184-
185184
- `IgxHighlightDirective`
186185
- New `metadata` property was introduced, which allows adding additional, custom logic to the activation condition of a highlighted element.
187186

187+
- `IgxList`
188+
- Added localization support.
189+
188190
### RTL Support
189191
- `igxSlider` have full right-to-left (RTL) support.
190192

projects/igniteui-angular/src/public_api.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,5 +112,6 @@ export { IGridResourceStrings } from './lib/core/i18n/grid-resources';
112112
export { IPaginatorResourceStrings } from './lib/core/i18n/paginator-resources';
113113
export { ITimePickerResourceStrings } from './lib/core/i18n/time-picker-resources';
114114
export { IDateRangePickerResourceStrings } from './lib/core/i18n/date-range-picker-resources';
115+
export { IListResourceStrings } from './lib/core/i18n/list-resources';
115116
export { InteractionMode } from './lib/core/enums';
116117
export { SplitterType } from './lib/splitter/splitter.component';

0 commit comments

Comments
 (0)