- In general follow (https://docs.npmjs.com/getting-started/semantic-versioning) versioning.
- Style Save button as a primary one
- Tweak flex styles for better crossbrowser support
- Fix IE flexbox issues
- Added Storybook support
- Style fixes in footer
- Update npm packages
- New showHeaderTabs prop that can be used to hide tabs in the header (e.g. in a single step wizard)
- Footer's page indicators/navigation arrows are now hidden if wizard has only one step
- Step name is no longer a required prop, because it is possible to hide header tabs altogether
- Fixed obsolete class names: oc-mandatory and oc-mandatory-error.
- Fixed in issues: button labels are upper in IE than in other browsers
- Added possiblity to supply a callback function called after navigating to another step.
- Added common styles from @opusCapita/oc-cm-common-styles library
- Fixed a bug: Changing color of Success indicator to green
- Fixed CSS styles
- Initial release of
ReactWizardcomponent