Skip to content

Commit

Permalink
Update BreakingChanges.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mckaragoz authored Dec 15, 2023
1 parent da81798 commit ff2ebf3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions BreakingChanges.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
### v 6.7.0
MudStepper's PreventStepChangeAsync func's parameters changed. (A new int target index added)
#### Before:
public Func<StepChangeDirection, Task<bool>> PreventStepChangeAsync
`public Func<StepChangeDirection, Task<bool>> PreventStepChangeAsync`
#### After:
public Func<StepChangeDirection, int, Task<bool>> PreventStepChangeAsync
`public Func<StepChangeDirection, int, Task<bool>> PreventStepChangeAsync`

### v 6.4.0
Change the css link to:\
Expand Down

0 comments on commit ff2ebf3

Please sign in to comment.