We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f33d92 commit da81798Copy full SHA for da81798
BreakingChanges.md
@@ -1,8 +1,8 @@
1
### v 6.7.0
2
MudStepper's PreventStepChangeAsync func's parameters changed. (A new int target index added)
3
-Before:
+#### Before:
4
public Func<StepChangeDirection, Task<bool>> PreventStepChangeAsync
5
-After:
+#### After:
6
public Func<StepChangeDirection, int, Task<bool>> PreventStepChangeAsync
7
8
### v 6.4.0
0 commit comments