Skip to content

0.16.8

Compare
Choose a tag to compare
@b4rtaz b4rtaz released this 08 Oct 22:21
· 57 commits to main since this release
48b4a4a

Svelte package supports now native editors. If you want to use JavaScript/TypeScript code to create editors, you can do it now. Of course, you can still use Svelte components as editors.

<SequentialWorkflowDesigner ...
  stepEditor={StepEditor}
  rootEditor={RootEditor} />

<SequentialWorkflowDesigner ...
  nativeStepEditor={nativeStepEditor}
  nativeRootEditor={nativeRootEditor} />