Skip to content

v3.0.0

Compare
Choose a tag to compare
@madoar madoar released this 12 Apr 09:02
· 97 commits to master since this release
173c1b9

Changes

  • rename the project from ng2-archwizard to angular-archwizard (#52)
  • add support for angular 5 (#96, #84)
  • update dev dependencies
  • 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)
  • change the way a navigation symbol is set. (#104)