Skip to content

Commit c7b0c23

Browse files
authored
Merge pull request #10356 from IgniteUI/changelog-update
chore(*): adding changelog updates
2 parents 3ddcff8 + 2772af4 commit c7b0c23

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,12 @@ All notable changes for each version of this project will be documented in this
3535
- `IgxColumnActionsComponent`
3636
- **Breaking Change** - The following input has been removed
3737
- Input `columns`. Use `igxGrid` `columns` input instead.
38+
39+
## 12.2.3
40+
41+
### General
42+
- **Breaking Change** - `IgxPercentSummaryOperand` and `IgxCurrencySummaryOperand` have been removed and `IgxNumberSummaryOperand` should be used instead. If you have used the percent or currency summary operands to extend a custom summary operand from them, then change the custom operand to extend from the number summary operand.
43+
3844
## 12.2.1
3945

4046
### New Features
@@ -3659,4 +3665,4 @@ export class IgxCustomFilteringOperand extends IgxFilteringOperand {
36593665
- `IgxDraggableDirective` moved inside `../directives/dragdrop/` folder
36603666
- `IgxRippleDirective` moved inside `../directives/ripple/` folder
36613667
- Folder `"./navigation/nav-service"` renamed to `"./navigation/nav.service"`
3662-
3668+

0 commit comments

Comments
 (0)