Skip to content

Commit 149e5d7

Browse files
authored
Merge branch 'master' into mkirkova/fix-16238
2 parents 1250010 + 6ad66b7 commit 149e5d7

56 files changed

Lines changed: 1234 additions & 1327 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

CHANGELOG.md

Lines changed: 11 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,17 @@ 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+
- `IgxGridGroupByAreaComponent` has moved from the `grids/core` to the `grids/grid` entry point. The `ng update` migration will prompt you to optionally migrate your imports to the new entry point.
28+
29+
### Localization(i18n)
3230

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

0 commit comments

Comments
 (0)