Releases: seb-oss/ng-wizard
Releases · seb-oss/ng-wizard
v4.0.0
v3.2.1
v3.2.1-footer-menu-substeps.1
3.2.1-footer-menu-substeps.1 (2022-02-24)
Bug Fixes
v3.2.0
v3.1.0
v3.0.1
v3.0.0
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
Merge pull request #75 from sebgroup/next-major Next major
v2.0.0-rc.6
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
- update to angular 12 (df55ca8)
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.