Skip to content

Releases: seb-oss/ng-wizard

v4.0.0

25 Apr 13:27
ae8b7cf
Compare
Choose a tag to compare

4.0.0 (2023-04-25)

Bug Fixes

chore

  • deps: remove font awesome (4a4aac4)

BREAKING CHANGES

  • deps: Updated to work with angular 15

v3.2.1

24 Feb 17:21
cb4f0c9
Compare
Choose a tag to compare

3.2.1 (2022-02-24)

Bug Fixes

  • controls: adjust placement of controls in footer (e2d876f), closes #101
  • menu: allow 2 digits (ee5f88f), closes #96

v3.2.1-footer-menu-substeps.1

24 Feb 16:58
Compare
Choose a tag to compare
Pre-release

3.2.1-footer-menu-substeps.1 (2022-02-24)

Bug Fixes

  • controls: adjust placement of controls in footer (e2d876f), closes #101
  • menu: allow 2 digits (ee5f88f), closes #96

v3.2.0

16 Dec 07:33
c21a502
Compare
Choose a tag to compare

3.2.0 (2021-12-16)

Bug Fixes

  • left-navigation: adjust padding for right side icons (b125960), closes #89

Features

  • allow custom data to be defined for step (3f041f2)

v3.1.0

14 Dec 10:25
3420b59
Compare
Choose a tag to compare

3.1.0 (2021-12-14)

Bug Fixes

  • left-navigation: support multi-line (21c0ef2), closes #89

Features

  • state: add method for clearing state (0c8b971), closes #92

v3.0.1

17 Sep 07:03
1d12adc
Compare
Choose a tag to compare

3.0.1 (2021-09-17)

Bug Fixes

  • left-navigation: scroll when needed (2cb5d49), closes #78

v3.0.0

01 Jun 14:30
2d494fc
Compare
Choose a tag to compare

3.0.0 (2021-06-01)

BREAKING CHANGES

The component has been refactored and some parts have been completely re-written to support new features such as sub steps,
language support and to work with Angular 12. See demo and documentation for more info.

Some major features and fixes listed below

Features and fixes

  • implement new design
  • steps as angular routes
  • support for dynamic sub steps
  • prevent step navigation using route guards
  • ability to set state for step using function
  • ability to mark passed step as completed using module config
  • support for different languages
  • default controls for next/previous step
  • support for custom controls in both header and footer
  • support for page and category heading
  • ability to use full width for main content
  • ability to pass component as secondary content to step

v2.1.0

01 Jun 09:49
fc05ab7
Compare
Choose a tag to compare
Merge pull request #75 from sebgroup/next-major

Next major

v2.0.0-rc.6

01 Jun 06:27
Compare
Choose a tag to compare
v2.0.0-rc.6 Pre-release
Pre-release

2.0.0-rc.6 (2021-06-01)

Bug Fixes

  • top-bar: update style for close and allow overflow to scroll (16c90aa)
  • wizard-steps: path generation for sub step (315db97)
  • handle issue with grid in old bootstrap versions (af594e0)
  • missing language support for step description (cada251)
  • controls: add missing print type to interface (e3fb6ac)

Documentation

BREAKING CHANGES

  • The component has been refactored to support new features such as sub steps,
    language support and to work with Angular 12. See demo and documentation for more info.

v2.0.0-rc.5

28 May 15:00
Compare
Choose a tag to compare
v2.0.0-rc.5 Pre-release
Pre-release

2.0.0-rc.5 (2021-05-28)

Bug Fixes

  • wizard-steps: generate steps for routes at root level (f9d869b)
  • add null checks (48ae044)