Releases: americanexpress/react-albus
Releases · americanexpress/react-albus
v2.0.0
Breaking changes
- No longer render any JSX
- Rename
path
prop toid
- Pass all of
wizard
toonNext
function - No longer spread
wizard
on<Step>
children - Add a single
wizard
prop when usingwithWizard
- Make
react
a peer dependency - Remove
<Navigation>
Non-breaking changes
- Add
<WithWizard>
component - Use
hoist-non-react-statics
inwithWizard
- Convert tests to only test against the public API
v1.1.0.
Added support to <Step>
for extra configuration props that can then be accessed from the step
and steps
objects.
v1.0.1
Convert to prop-types
v1.0.0
Initial release