Skip to content

Commit

Permalink
Merge branch 'master' into sstoychev/action-strip-titles-master
Browse files Browse the repository at this point in the history
  • Loading branch information
3phase authored Nov 3, 2021
2 parents bbf38a1 + 14921f6 commit a0e9d5b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,14 @@ All notable changes for each version of this project will be documented in this
- **Breaking Change** - The following input has been removed
- Input `columns`. Use `igxGrid` `columns` input instead.
- `IgxCarousel`
- **Breaking Changes** -The carousel animation type `CarouselAnimationType` is renamed to `HorizontalAnimationType`.
- **Breaking Changes** -The carousel animation type `CarouselAnimationType` is renamed to `HorizontalAnimationType`.

## 12.2.3

### General
- **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.

- `IgxToastComponent`
- **Deprecated** - The `position` input property has been deprecated. Use `positionSettings` input instead.
## 12.2.1

### New Features
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ export class IgxStepperComponent extends IgxCarouselComponentBase implements Igx
* ```
*
*```typescript
* public handleActiveStepChanging(event: IStepTogglingEventArgs) {
* public handleActiveStepChanging(event: IStepChangingEventArgs) {
* if (event.newIndex < event.oldIndex) {
* event.cancel = true;
* }
Expand Down

0 comments on commit a0e9d5b

Please sign in to comment.