Skip to content

v1.7.0

Compare
Choose a tag to compare
@madoar madoar released this 15 Jul 09:42
· 130 commits to master since this release
  • Fixed a bug, that threw an error when a wizard-completion-step was selected in the navigation bar
  • Fixed a bug in the css of the navigation bar, which displayed the step links in different sizes for the small and large navigation bar layouts
  • Fixed a bug in the css of the navigation bar, which displayed the lines between two step circles too short, for the large-empty layouts
  • Fixed a bug in the css of the navigation bar, which displayed the step symbol inside a step circle not vertically centered, for the large-empty layouts
  • Added a new [enableBackLinks] directives which can be used to enable back links inside a wizard-completion-step. This makes it possible to exit an entered wizard-completion-step
  • Added two new directives [wizardStep] and [wizardCompletionStep], which can be used as an alternative to the <wizard-step> and <wizard-completion-step> components to define a wizard step. These directives make it possible to move a wizard step to a new component, which can then be used inside a wizard component