Skip to content

Commit bbfa44c

Browse files
Merge branch 'master' into bpachilova/number-cols-alignment-fix-16828
2 parents 2984513 + cc819f5 commit bbfa44c

File tree

1 file changed

+10
-13
lines changed

1 file changed

+10
-13
lines changed

CHANGELOG.md

Lines changed: 10 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,6 @@
22

33
All notable changes for each version of this project will be documented in this file.
44

5-
## 21.2.0
6-
7-
### New Features
8-
9-
- `IgxCombo`, `IgxSimpleCombo`
10-
- Introduced the ability for Combo and Simple Combo to close the dropdown list and move the focus to the next focusable element on "Tab" press and clear the selection if the combo is collapsed on "Escape".
11-
12-
### Breaking Changes
13-
14-
- `igxForOf`, `igxGrid`, `igxTreeGrid`, `igxHierarchicalGrid`, `igxPivotGrid`
15-
- original `data` array mutations (like adding/removing/moving records in the original array) are no longer detected automatically. Components need an array ref change for the change to be detected.
16-
175
## 21.1.0
186

197
### New Features
@@ -28,7 +16,16 @@ All notable changes for each version of this project will be documented in this
2816
<span #tooltipRef="tooltip" igxTooltip>Hello there, I am a tooltip!</span>
2917
```
3018

31-
# Localization(i18n)
19+
### General
20+
- `IgxCombo`, `IgxSimpleCombo`
21+
- Combo and Simple Combo now close the dropdown list and move the focus to the next focusable element on "Tab" press and clear the selection if the combo is collapsed on "Escape".
22+
23+
### Breaking Changes
24+
25+
- `igxForOf`, `igxGrid`, `igxTreeGrid`, `igxHierarchicalGrid`, `igxPivotGrid`
26+
- original `data` array mutations (like adding/removing/moving records in the original array) are no longer detected automatically. Components need an array ref change for the change to be detected.
27+
28+
### Localization(i18n)
3229

3330
- `IgxActionStrip`, `IgxBanner`, `IgxCalendar`, `IgxCarousel`, `IgxChip`, `IgxCombo`, `IgxDatePicker`, `IgxDateRangePicker`, `IgxGrid`, `IgxTreeGrid`, `IgxHierarchicalGrid`, `IgxPivotGrid`, `IgxInputs`, `IgxList`, `IgxPaginator`, `IgxQueryBuilder`, `IgxTimePicker`, `IgxTree`
3431
- New `Intl` implementation for all currently supported components that format and render data like dates and numbers.

0 commit comments

Comments
 (0)