Skip to content

1.0.8

Compare
Choose a tag to compare
@hazzo hazzo released this 17 Oct 08:26
· 43 commits to master since this release

Changes

  • Now on every next step the canContinue stepper variable will be set to false. So if you want to have a continue flow a can-continue event with value: true could be emitted on step component mount.
  • keep-alive prop to prevent step components from being destroyed. By default it's set to true.