Skip to content

Commit ff2ebf3

Browse files
authored
Update BreakingChanges.md
1 parent da81798 commit ff2ebf3

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,9 +1,9 @@
11
### v 6.7.0
22
MudStepper's PreventStepChangeAsync func's parameters changed. (A new int target index added)
33
#### Before:
4-
public Func<StepChangeDirection, Task<bool>> PreventStepChangeAsync
4+
`public Func<StepChangeDirection, Task<bool>> PreventStepChangeAsync`
55
#### After:
6-
public Func<StepChangeDirection, int, Task<bool>> PreventStepChangeAsync
6+
`public Func<StepChangeDirection, int, Task<bool>> PreventStepChangeAsync`
77

88
### v 6.4.0
99
Change the css link to:\

0 commit comments

Comments
 (0)