Skip to content

Commit da81798

Browse files
authored
Update BreakingChanges.md
1 parent 9f33d92 commit da81798

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

BreakingChanges.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
### v 6.7.0
22
MudStepper's PreventStepChangeAsync func's parameters changed. (A new int target index added)
3-
Before:
3+
#### Before:
44
public Func<StepChangeDirection, Task<bool>> PreventStepChangeAsync
5-
After:
5+
#### After:
66
public Func<StepChangeDirection, int, Task<bool>> PreventStepChangeAsync
77

88
### v 6.4.0

0 commit comments

Comments
 (0)