You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
introduce a new aw prefix for the components and directives (#90)
enable custom stylesheets for the look and feel of the wizard steps and and the navigation bar (#27, #92)
replace the custom build script with ng-packagr (#88)
fix a bug with the reversal of the navigation bar direction (#109)
change the way parameters are passed to the awGoToStep directive (#102)
add a stepId input to the wizard steps. This stepId value can then be used with the awGoToStep to navigate to the step with the corresponding id (#83, #102)
change some input values of the wizard to be updatable after instantiation (i.e. defaultStepIndex, disableNavigationBar and the navigation mode) (#31, #70, 75, #95)