This repository was archived by the owner on Feb 17, 2026. It is now read-only.
v2.0.0-beta.1
Pre-release
Pre-release
2.0.0-beta.1 (2022-07-25)
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
strictmode support onWizardSteps
the strict mode configuration has now been move to Wizard
- contexts: remove
routesprops fromNavigationProvider