Skip to content

v3.21.8

Compare
Choose a tag to compare
@rvsia rvsia released this 24 Oct 07:51
· 84 commits to master since this release

3.21.8 (2023-10-24)

Bug fixes

@data-driven-forms/pf4-component-mapper~3.21.8

  • fix(pf): bug in wizard navbar

The wizard navigation should only contain one WizardNav component. Wrapping the WizardNavItems
in two WizardNav components is causing all steps to be treated as substeps and therefore don't
have step numbers. The fix is to remove one of the WizardNav wrappers.