Skip to content
This repository was archived by the owner on Jun 17, 2020. It is now read-only.

Latest commit

 

History

History
46 lines (30 loc) · 1.09 KB

File metadata and controls

46 lines (30 loc) · 1.09 KB

Changelog

next

1.2.5

  • Style Save button as a primary one

1.2.4

  • Tweak flex styles for better crossbrowser support

1.2.3

  • Fix IE flexbox issues
  • Added Storybook support

1.2.2

  • Style fixes in footer

1.2.1

  • Update npm packages

1.2.0

  • 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

1.1.1

  • Fixed obsolete class names: oc-mandatory and oc-mandatory-error.

1.1.0

  • 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

1.0.2

  • Fixed a bug: Changing color of Success indicator to green

1.0.1

  • Fixed CSS styles

1.0.0

  • Initial release of ReactWizard component