Releases: seb-oss/react-wizard
Releases · seb-oss/react-wizard
v2.4.1
06 Jun 08:26
Compare
Sorry, something went wrong.
No results found
2.4.1 (2023-06-06)
Bug Fixes
revert the right padding of introductory navigation (99785bc )
show sub navigations when needed (2d4ecd2 )
v2.4.0
26 May 08:38
Compare
Sorry, something went wrong.
No results found
2.4.0 (2023-05-26)
Features
add introduction navigation type (c8f107a )
v2.3.1
25 May 05:55
Compare
Sorry, something went wrong.
No results found
2.3.1 (2023-05-25)
Bug Fixes
add optional chaining to prevent dynamic steps missing label (b16f3ba )
increase style specificty to override wizard navigation height (e4590b9 )
v2.3.0
27 Mar 06:13
Compare
Sorry, something went wrong.
No results found
2.3.0 (2023-03-27)
Bug Fixes
upgrade story book to v6.5 to be compatible with react-scripts v5 (681d729 )
Features
add sub navigation support to WizardNavigations (d78168c )
add sub navigation support to WizardSteps (90b05ae )
v2.2.1
10 Mar 08:05
Compare
Sorry, something went wrong.
No results found
2.2.1 (2023-03-10)
Bug Fixes
add custom wizard modal class (0457654 )
v2.2.0
04 Nov 08:21
Compare
Sorry, something went wrong.
No results found
2.2.0 (2022-11-04)
Features
add disable support to wizard control (bcc829a )
v2.1.2
04 Nov 02:36
Compare
Sorry, something went wrong.
No results found
2.1.2 (2022-11-04)
Bug Fixes
disabled step should not be rendered (a3a60da ), closes #32
update secondary spacing in large viewport (7189dd7 )
v2.1.1
22 Aug 04:04
Compare
Sorry, something went wrong.
No results found
2.1.1 (2022-08-22)
Bug Fixes
update peer dependencies to support latest release (7b5a690 )
v2.1.0
11 Aug 01:52
Compare
Sorry, something went wrong.
No results found
2.1.0 (2022-08-11)
Features
🎸 Restrict user from navigate to next immediate step (98d7d7e )
v2.0.0-beta.1
25 Jul 10:08
Compare
Sorry, something went wrong.
No results found
Bug Fixes
dependencies: update dependencies (e6b056e )
wizard-controls: add icon to navigation control (756bafa )
wizard-navigations: add explicit path for step navigation (fcc4b99 )
Features
components: remove strict mode configuration from WizardSteps (d42f39f )
context: add helper to enable dynamic route and strict mode configuration (6fa52b4 )
contexts: remove configuration support backward compatibility (a026576 )
navigation-context: add strict mode support (144b98a )
navigation-context: add wizard completion flag and handler (ea87ca8 )
wizard-navigation: add disable support to navigation link (bfe92d3 )
wizard-navigations: prevent link navigation when link is disabled (c06e884 )
wizard-steps: add strict mode support (ea52cf9 )
wizard-steps: disable navigation when wizard is completed (d5a8778 )
wizard-steps: map and pass disabled flags into navigation props (6d685eb )
BREAKING CHANGES
components: remove strict mode support on WizardSteps
the strict mode configuration has now been move to Wizard
contexts: remove routes props from NavigationProvider