Skip to content

v2.0 with TypeScript

Compare
Choose a tag to compare
@sametweb sametweb released this 07 Nov 10:54
· 68 commits to master since this release
5d5f7ba

In this version, the structure has been re-handled in an attempt to adopt TypeScript in the project. Now, react-step-builder can be used in React/TypeScript projects.

The structure of injected props into the step components has been revised. Nested objects (e.g. props.step.order) have been flattened and every prop has been served directly inside the props object.

For a detailed explanation, please refer to the documentation (GitHub Readme file)