Skip to content

Releases: americanexpress/react-albus

v2.0.0

05 Dec 15:51
3d432cc
Compare
Choose a tag to compare

Breaking changes

  • No longer render any JSX
  • Rename path prop to id
  • Pass all of wizard to onNext function
  • No longer spread wizard on <Step> children
  • Add a single wizard prop when using withWizard
  • Make react a peer dependency
  • Remove <Navigation>

Non-breaking changes

  • Add <WithWizard> component
  • Use hoist-non-react-statics in withWizard
  • Convert tests to only test against the public API

v1.1.0.

05 Dec 15:46
Compare
Choose a tag to compare

Added support to <Step> for extra configuration props that can then be accessed from the step and steps objects.

v1.0.1

28 Apr 15:46
Compare
Choose a tag to compare

Convert to prop-types

v1.0.0

28 Apr 15:42
Compare
Choose a tag to compare

Initial release