Skip to content

Latest commit

 

History

History
54 lines (38 loc) · 1.13 KB

CHANGELOG.md

File metadata and controls

54 lines (38 loc) · 1.13 KB

CHANGELOG

The changelog for Steps. Also see the releases on GitHub.

Upcoming Release

Added

Changed

Deprecated

Removed

Fixed

Security


Change

  • Allow consumer to inject config into Steps initializer

Added

  • Add action to know when a step is selected.

Fixed

  • Fix state for each step

Added

  • New method to change the current step.

Change

  • Implement component following the builder pattern.
  • Improve animations.

Fixed

  • Fix layout for title

Added

  • Update deps

Added

  • Support to modify initial step
  • Add documentation
  • Implement tests
  • Initial implementation