5.3.1
• 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)