React Use Wizard Versions Save

🧙 A React wizard (stepper) builder without the hassle, powered by hooks.

v2.1.0

2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/devrnt/react-use-wizard/compare/v2.0.2...v2.1.0

v2.0.2

2 years ago

Changes

  • Remove some jsdoc leftovers
  • Remove outdated reference in README.md

Commits

  • Merge pull request #81 from devrnt/docs/remove-leftovers 07045fb
  • docs: update outdated README 6826854
  • fix: remove outdated jsdocs be92ed9

https://github.com/devrnt/react-use-wizard/compare/v2.0.1...v2.0.2

v2.0.1

2 years ago

Changes

  • Fix goToStep boundary

Commits

  • Merge pull request #78 from devrnt/fix/go-to-step-boundary f4c2cae
  • fix: wizard goToStep boundary fba968a

https://github.com/devrnt/react-use-wizard/compare/v2.0.0...v2.0.1

v2.0.0

2 years ago

Breaking

  • nextStep(stepIndex) and previousStep(stepIndex) have been replaced with goToStep(stepIndex), see #77. Thanks @victorhugooo98 and @corysimmons

Changes

  • Bump dev dependencies
  • Fix test cases
  • Remove verbose React.Fragment in Wizard

Commits

  • Merge pull request #77 from devrnt/feat/76-go-to-step 167d687
  • chore: update browserlist 3476901
  • chore: update playground 06393c5
  • test: add extra goToStep test case c9bba3d
  • docs: update README with goToStep 80a54ad
  • test: add goToStep tests 77b847c
  • chore: remove verbose fragment in wizard 3544eef
  • chore: get rid of stepIndex in previous and next c732823
  • feat: add goToStep 35134e1
  • fix: make all tests work again 2020625
  • chore: bump dependencies 9d36156
  • Merge pull request #73 from devrnt/dependabot/npm_and_yarn/examples/nextjs/ansi-regex-5.0.1 90ebab1
  • chore(deps): bump ansi-regex from 5.0.0 to 5.0.1 in /examples/nextjs 7150790
  • Merge pull request #72 from devrnt/dependabot/npm_and_yarn/tmpl-1.0.5 0ab5c9b
  • chore(deps): bump tmpl from 1.0.4 to 1.0.5 f3c87df
  • Merge pull request #70 from devrnt/dependabot/npm_and_yarn/examples/nextjs/next-11.1.1 9019d5b
  • chore(deps): bump next from 11.1.0 to 11.1.1 in /examples/nextjs 9655486
  • Merge pull request #65 from devrnt/dependabot/npm_and_yarn/playground/path-parse-1.0.7 fea629b
  • Merge pull request #66 from devrnt/dependabot/npm_and_yarn/path-parse-1.0.7 7755e5c
  • Merge pull request #67 from devrnt/dependabot/npm_and_yarn/examples/gatsby/url-parse-1.5.3 8660af8
  • Merge pull request #68 from devrnt/dependabot/npm_and_yarn/examples/gatsby/path-parse-1.0.7 855bc0f
  • Merge pull request #69 from devrnt/dependabot/npm_and_yarn/examples/nextjs/next-11.1.0 3875530
  • chore(deps): bump next from 11.0.1 to 11.1.0 in /examples/nextjs 1e8421a
  • chore(deps): bump path-parse from 1.0.6 to 1.0.7 in /examples/gatsby baf0dc1
  • chore(deps): bump url-parse from 1.5.1 to 1.5.3 in /examples/gatsby d5ca533
  • chore(deps): bump path-parse from 1.0.6 to 1.0.7 7553c52
  • chore(deps): bump path-parse from 1.0.6 to 1.0.7 in /playground 15e33de

https://github.com/devrnt/react-use-wizard/compare/v1.1.3...v2.0.0

v1.1.3

2 years ago

Changes

Commits

  • Merge pull request #64 from devrnt/fix/#63-next-step-with-specific-step c5cf38e
  • fix: next step if step index is supplied 4d88537
  • Merge pull request #62 from devrnt/dependabot/npm_and_yarn/color-string-1.5.5 08633ab
  • chore(deps): bump color-string from 1.5.4 to 1.5.5 809106f
  • Merge pull request #61 from devrnt/dependabot/npm_and_yarn/playground/color-string-1.5.5 05db74b
  • chore(deps): bump color-string from 1.5.4 to 1.5.5 in /playground b7c0bbf
  • Merge pull request #59 from devrnt/dependabot/npm_and_yarn/examples/gatsby/url-parse-1.5.1 34c91df
  • Merge pull request #60 from devrnt/dependabot/npm_and_yarn/examples/gatsby/ini-1.3.8 af17b7e
  • chore(deps): bump ini from 1.3.5 to 1.3.8 in /examples/gatsby 22d9905
  • chore(deps): bump url-parse from 1.4.7 to 1.5.1 in /examples/gatsby 359883e
  • Merge pull request #58 from devrnt/dependabot/npm_and_yarn/examples/gatsby/lodash-4.17.21 3dafc1f
  • chore(deps): bump lodash from 4.17.20 to 4.17.21 in /examples/gatsby 16b1f64
  • Merge pull request #54 from devrnt/dependabot/npm_and_yarn/examples/gatsby/ws-6.2.2 74e7502
  • Merge pull request #55 from devrnt/dependabot/npm_and_yarn/examples/gatsby/hosted-git-info-2.8.9 23eb8e9
  • Merge pull request #56 from devrnt/dependabot/npm_and_yarn/examples/gatsby/dns-packet-1.3.4 a7cb979
  • Merge pull request #57 from devrnt/dependabot/npm_and_yarn/examples/gatsby/color-string-1.5.5 e8b94ee
  • chore(deps): bump color-string from 1.5.4 to 1.5.5 in /examples/gatsby ea7da3a
  • chore(deps): bump hosted-git-info in /examples/gatsby 3dc441d
  • chore(deps): bump dns-packet from 1.3.1 to 1.3.4 in /examples/gatsby ab24b56
  • chore(deps): bump ws from 6.2.1 to 6.2.2 in /examples/gatsby a426bd2
  • Merge pull request #53 from devrnt/fix/playground d235536
  • fix: gatsby example 095b12c
  • fix: nextjs example 124fdb9
  • Merge pull request #50 from devrnt/dependabot/npm_and_yarn/postcss-7.0.36 e461b6f
  • chore(deps): bump postcss from 7.0.35 to 7.0.36 9dd0599
  • Merge pull request #49 from devrnt/dependabot/npm_and_yarn/examples/nextjs/postcss-7.0.36 715810b
  • chore(deps): bump postcss from 7.0.35 to 7.0.36 in /examples/nextjs f591c1b
  • Merge pull request #45 from devrnt/dependabot/npm_and_yarn/playground/ws-5.2.3 e51f3dc
  • Merge pull request #46 from devrnt/dependabot/npm_and_yarn/examples/nextjs/glob-parent-5.1.2 160293e
  • chore(deps): bump ws from 5.2.2 to 5.2.3 in /playground aec5a60
  • chore(deps): bump glob-parent from 5.1.1 to 5.1.2 in /examples/nextjs cdf7e29
  • Merge pull request #43 from devrnt/dependabot/npm_and_yarn/ws-7.4.6 3bbb929
  • Merge pull request #44 from devrnt/dependabot/npm_and_yarn/trim-newlines-3.0.1 a46ebad
  • chore(deps): bump trim-newlines from 3.0.0 to 3.0.1 80ea88c
  • chore(deps): bump ws from 7.4.2 to 7.4.6 4203d26
  • Merge pull request #42 from devrnt/dependabot/npm_and_yarn/playground/browserslist-4.16.6 92f0742
  • chore(deps): bump browserslist from 4.16.0 to 4.16.6 in /playground 0fc48a9

https://github.com/devrnt/react-use-wizard/compare/v1.1.2...v1.1.3

v1.1.2

3 years ago

Changelog

Commits

  • Merge pull request #41 from devrnt/chore/shave-some-bytes 4e4a148
  • feat: shave some bits cd8aa76
  • chore: rename previous step method 767cf5a
  • chore: remove verbose boolean wrapper 4075ffd
  • Merge pull request #38 from devrnt/dependabot/npm_and_yarn/playground/lodash-4.17.21 c6e1247
  • Merge pull request #37 from devrnt/dependabot/npm_and_yarn/examples/nextjs/lodash-4.17.21 b2a2389
  • Merge pull request #36 from devrnt/dependabot/npm_and_yarn/hosted-git-info-2.8.9 ee60f34
  • chore(deps): bump lodash from 4.17.20 to 4.17.21 in /playground 242ffe3
  • chore(deps): bump lodash from 4.17.20 to 4.17.21 in /examples/nextjs 6ac550c
  • Merge pull request #39 from devrnt/dependabot/npm_and_yarn/lodash-4.17.21 91e1426
  • chore(deps): bump lodash from 4.17.20 to 4.17.21 d7d829b
  • chore(deps): bump hosted-git-info from 2.8.8 to 2.8.9 356bd0b
  • Merge pull request #35 from devrnt/dependabot/npm_and_yarn/ssri-6.0.2 1adf6d4
  • chore(deps): bump ssri from 6.0.1 to 6.0.2 a3af814
  • Merge pull request #34 from devrnt/chore/bump-dev-deps 39fa6b7
  • chore: bump dev dependencies c08ffe6
  • Merge pull request #32 from cuijinyu/patch-1 0489241
  • fix: add useWizard statement to Readme 42686bf
  • fix: step index in playground f9120ea
  • Merge pull request #29 from devrnt/dependabot/npm_and_yarn/playground/elliptic-6.5.4 c3f9b33
  • chore(deps): bump elliptic from 6.5.3 to 6.5.4 in /playground c72ff92
  • Merge pull request #28 from devrnt/dependabot/npm_and_yarn/examples/nextjs/elliptic-6.5.4 ea3adfd
  • Merge pull request #30 from devrnt/dependabot/npm_and_yarn/elliptic-6.5.4 f6ab9b2
  • Merge pull request #31 from devrnt/chore/playground 11c5397
  • chore: bump dependencies in playground dcd1090
  • chore: add exit in animated example ac565c4
  • chore(deps): bump elliptic from 6.5.3 to 6.5.4 139387e
  • chore(deps): bump elliptic from 6.5.3 to 6.5.4 in /examples/nextjs b7e8f26
  • Merge pull request #27 from devrnt/chore/bump-deps 78586b8
  • chore: bump dev dependencies bcc4d90

https://github.com/devrnt/react-use-wizard/compare/v1.1.1...v1.1.2

v1.1.1

3 years ago

Changelog

  • Fix step index not set when no handler was attached

Commits

  • fix: step index for no attached handler 3a9ccd4

https://github.com/devrnt/react-use-wizard/compare/v1.1.0...v1.1.1

v1.1.0

3 years ago

Changelog

  • Provide an optional stepIndex to nextStep or previousStep to overwrite the default "step-flow" behaviour. See updated API and new example
  • Bump depdencies in project, playground and examples

Commits

  • Merge branch 'main' of https://github.com/devrnt/react-use-wizard into main db91d06
  • fix: add npm registry for np 086fb9a
  • Merge pull request #26 from devrnt/chore/bump-dependencies e11f145
  • chore: bump depdencies in examples c51c06f
  • chore: bump depdencies 9f31476
  • chore: bump depdencies in playground 01afb20
  • chore: show divider for each example in playground 179dd00
  • Merge pull request #25 from devrnt/feat/step-index eace0ef
  • chore: add custom step index in playground 17f470b
  • docs: add step index in next and previous step 3879949
  • docs: add step index in next and previous step 20b7978
  • feat: add step index to next and previous step 74506fe
  • fix: playground deploy c62e567

https://github.com/devrnt/react-use-wizard/compare/v1.0.1...v1.1.0

v1.0.1

3 years ago

v1.0.0

3 years ago

Changelog

See v1.0.0-0

Commits

  • chore: decrease size limit 77f5935

https://github.com/devrnt/react-use-wizard/compare/v1.0.0-0...v1.0.0