Skip to content

Commit 5759012

Browse files
authored
Merge branch 'master' into pivot-grid-master
2 parents 113a13c + 14921f6 commit 5759012

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
@@ -58,13 +58,14 @@ All notable changes for each version of this project will be documented in this
5858
- **Breaking Change** - The following input has been removed
5959
- Input `columns`. Use `igxGrid` `columns` input instead.
6060
- `IgxCarousel`
61-
- **Breaking Changes** -The carousel animation type `CarouselAnimationType` is renamed to `HorizontalAnimationType`.
61+
- **Breaking Changes** -The carousel animation type `CarouselAnimationType` is renamed to `HorizontalAnimationType`.
6262

6363
## 12.2.3
6464

6565
### General
6666
- **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.
67-
67+
- `IgxToastComponent`
68+
- **Deprecated** - The `position` input property has been deprecated. Use `positionSettings` input instead.
6869
## 12.2.1
6970

7071
### 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)