Skip to content

5.3.1

Compare
Choose a tag to compare
@jcmcneal jcmcneal released this 20 Feb 19:16
· 53 commits to master since this release

• Support conditional steps

[5.3.0]

• Adds instance feature to control the step wizard from anywhere in your app!
• Update to isReactComponent to support memo components
• Support for className prop on StepWizard

[5.2.2]

• Fix for SSR - Thanks mathvaleriano!
• Added CONTRIBUTING.md

[5.2.0]

• Fixed pointer events on inactive steps
• Allow for non-react components as steps (remember they won't have access to props)

Dev Changes
• Added more unit tests (86% coverage)