Skip to content

Releases: jcmcneal/react-step-wizard

5.3.11

15 Dec 20:39
Compare
Choose a tag to compare

[5.3.11]

• Add missing transition type - intro - Thanks bundit

v5.3.10

14 Dec 22:55
Compare
Choose a tag to compare

[5.3.10]

• Fallback to step1 when no hash is found.
• Only show console.error message in non production environments.

Thanks sharpdressedcodes!

5.3.9

17 Jul 04:19
Compare
Choose a tag to compare

[5.3.9]

Dev Changes
• Fix unit test

[5.3.8]

• Added support for named steps - Wojciech-Florczak

Dev Changes
• Updated dev dependencies to address vulnerabilities

v5.3.7

12 Jul 17:51
Compare
Choose a tag to compare

[5.3.7]

• Update Step TS - LucasCostaAtCyberSaint

v5.3.6

07 Apr 02:23
Compare
Choose a tag to compare

[5.3.6]

• Support hash as argument to goToStep - GabrielFerrarini

v5.3.5

23 Sep 18:09
Compare
Choose a tag to compare

[5.3.5]

• Fill for null children - resolritter

5.3.4

25 Aug 18:08
Compare
Choose a tag to compare

[5.3.4]

• Automate publishing to NPM
• Support for TypeScript - Thanks resolritter!

5.3.1

20 Feb 19:16
Compare
Choose a tag to compare

• Support conditional steps

[5.3.0]

• Adds instance feature to control the step wizard from anywhere in your app!
• Update to isReactComponent to support memo components
• Support for className prop on StepWizard

[5.2.2]

• Fix for SSR - Thanks mathvaleriano!
• Added CONTRIBUTING.md

[5.2.0]

• Fixed pointer events on inactive steps
• Allow for non-react components as steps (remember they won't have access to props)

Dev Changes
• Added more unit tests (86% coverage)

5.1.0

22 Aug 21:29
Compare
Choose a tag to compare

• Fixed exit transitions

[5.0.0]

• Switched build process to rollup - Now 2.36kb gzipped!

[4.4.0]

• Added navigation feature! 🎉

Dev Changes
• Added Jest for unit/snapshot testing
• Upgraded to Babel 7

[4.3.1]

• Updated component to change step onhashchange when using browser back/forward buttons - (applicable only when isHashEnabled is true)

v4.1.2

14 Aug 23:15
Compare
Choose a tag to compare

Changed

• Fix for IE support