v2.0.0
Bumb php version to 8.1. Update composer dependencies.
-
Refactor package with new features and structure. Rewrite storage logic.
-
Throw an exception when trying to render or handle step when previous one is not submitted.
-
Add step key validation.
-
Add
isDynamic
method to the FormBuilder. -
Don't run
forgetAfter
if the form builder is static or step implements StepBehaviourInterface and its method returns false. -
Remove access to Step object from exceptions. Add Step key instead of step.
-
Return step key on form methods instead of full step
-
Set current step only when renderable step is found.
-
Fixed
forgetAfter
method. -
Fixed StepIsNotSubmittedException exception data.