Skip to content

v1.3.0

Compare
Choose a tag to compare
@madoar madoar released this 12 Apr 13:37
· 156 commits to master since this release
  • Added a [canExit] input value to the wizard-step component. This input value can be either a boolean or a function, taking a MovingDirection enum and returning a boolean. In both cases the boolean decides whether the wizard step can be exited
  • Added a new possible argument type for the goToStep directive, the StepOffset. A StepOffset describes the destination step as an offset to the current step.