Skip to content

Commit f79a964

Browse files
Merge branch 'master' into kdragieva/single-cell-value-master
2 parents a8be7b3 + 14921f6 commit f79a964

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,13 +53,14 @@ All notable changes for each version of this project will be documented in this
5353
- **Breaking Change** - The following input has been removed
5454
- Input `columns`. Use `igxGrid` `columns` input instead.
5555
- `IgxCarousel`
56-
- **Breaking Changes** -The carousel animation type `CarouselAnimationType` is renamed to `HorizontalAnimationType`.
56+
- **Breaking Changes** -The carousel animation type `CarouselAnimationType` is renamed to `HorizontalAnimationType`.
5757

5858
## 12.2.3
5959

6060
### General
6161
- **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.
62-
62+
- `IgxToastComponent`
63+
- **Deprecated** - The `position` input property has been deprecated. Use `positionSettings` input instead.
6364
## 12.2.1
6465

6566
### New Features

projects/igniteui-angular/src/lib/stepper/stepper.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ export class IgxStepperComponent extends IgxCarouselComponentBase implements Igx
264264
* ```
265265
*
266266
*```typescript
267-
* public handleActiveStepChanging(event: IStepTogglingEventArgs) {
267+
* public handleActiveStepChanging(event: IStepChangingEventArgs) {
268268
* if (event.newIndex < event.oldIndex) {
269269
* event.cancel = true;
270270
* }

0 commit comments

Comments
 (0)