You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,8 @@ All notable changes for each version of this project will be documented in this
5
5
## 15.1.0
6
6
7
7
### New Features
8
+
-`IgxGrid`, `IgxTreeGrid`, `IgxHierarchicalGrid`:
9
+
-`GroupMemberCountSortingStrategy` is added, which can be used to sort the grid by number of items in each group in ASC or DESC order, if grouping is applied.
8
10
-`IgxColumnComponent`
9
11
- Added `currRec` and `groupRec` parameters to the `groupingComparer` function that give access to the all properties of the compared records.
10
12
@@ -23,11 +25,14 @@ All notable changes for each version of this project will be documented in this
23
25
-**Breaking Change** The `onSlideChanged`, `onSlideAdded`, `onSlideRemoved`, `onCarouselPaused` and `onCarouselPlaying` outputs have been renamed to `slideChanged`, `slideAdded`, `slideRemoved`, `carouselPaused` and `carouselPlaying` to not violate the no on-prefixed outputs convention. Automatic migrations are available and will be applied on `ng update`.
24
26
-`IgxRadio`, `IgxRadioGroup`
25
27
- Added component validation along with styles for invalid state
28
+
-`igxMask` directive
29
+
- Added the capability to escape mask pattern literals.
26
30
-`IgxBadge`
27
31
- Added `shape` property that controls the shape of the badge and can be either `square` or `rounded`. The default shape of the badge is rounded.
28
32
-`IgxAvatar`
29
33
-**Breaking Change** The `roundShape` property has been deprecated and will be removed in a future version. Users can control the shape of the avatar by the newly added `shape` attribute that can be `square`, `rounded` or `circle`. The default shape of the avatar is `square`.
0 commit comments