react-step-wizard
react-step-wizard copied to clipboard
A modern flexible step wizard component built for React.
Without validation on each step I find the library not that useful for forms...
Bumps [terser](https://github.com/terser/terser) from 4.8.0 to 4.8.1. Changelog Sourced from terser's changelog. v4.8.1 (backport) Security fix for RegExps that should not be evaluated (regexp DDOS) Commits See full diff in compare...
Bumps [eventsource](https://github.com/EventSource/eventsource) from 1.1.0 to 1.1.1. Changelog Sourced from eventsource's changelog. 1.1.1 Do not include authorization and cookie headers on redirect to different origin (#273 Espen Hovlandsdal) Commits aa7a408 1.1.1...
Hi! It seems there's no clean way to apply styles to the inner divs, especially since webpack will mangle the class names (this is a non-issue for the parent div...
What is wrong: StepWizard has the wrong type definition for the [instance](https://github.com/jcmcneal/react-step-wizard/blob/fd2bc23fb14092cb540872b1385fd1bfaf961b19/src/index.d.ts#L10) callback. What I would expect: ``` interface StepWizardTransitionProps { enterRight?: string; enterLeft?: string; exitRight?: string; exitLeft?: string; intro?:...
Bumps [async](https://github.com/caolan/async) from 2.6.3 to 2.6.4. Changelog Sourced from async's changelog. v2.6.4 Fix potential prototype pollution exploit (#1828) Commits c6bdaca Version 2.6.4 8870da9 Update built files 4df6754 update changelog 8f7f903...
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...
Adds a new function which allows to return the props of another field. Our use case for this is that it allows us to determine props of the next step...
@jcmcneal Would you be willing to accept a PR that introduces the concept of step validation? - validation would be exposed via a callback fn passed in as a prop....
Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.5.1 to 1.5.10. Commits 8cd4c6c 1.5.10 ce7a01f [fix] Improve handling of empty port 0071490 [doc] Update JSDoc comment a7044e3 [minor] Use more descriptive variable name d547792 [security]...