Skip to content

Releases: ernestoyaquello/VerticalStepperForm

2.7.0

13 Jan 23:52
Compare
Choose a tag to compare
  • Restricted the visibility of the method restoreStepData from public to protected

2.6.0

13 Jan 21:30
Compare
Choose a tag to compare
  • Updated dependencies
  • Changed restoration mechanism to make it automatic and to make the restoration include dynamically-added steps (breaking change)
  • Fixed an issue that was causing the "continue" button to be hidden in all steps after a step was dynamically removed (#104)

2.5.0

08 Jun 21:20
Compare
Choose a tag to compare
  • Updated dependencies
  • Added ability to hide the confirmation button if desired (#103)

2.4.1

06 Feb 00:22
Compare
Choose a tag to compare
  • Updated dependencies

2.4.0

28 Oct 22:59
Compare
Choose a tag to compare
  • Added ability to use a different background color for the step circle of completed and failed steps (#97)
  • Added ability to change the font of the steps (#99)

2.3.0

04 Jul 21:50
ab004fc
Compare
Choose a tag to compare
  • Implemented feature to add and remove steps dynamically
  • Upgraded dependencies

2.2.3

29 Jan 23:06
Compare
Choose a tag to compare
  • Implemented feature to make the last step close on completion

2.2.2

27 Oct 12:11
Compare
Choose a tag to compare
  • Upgraded dependencies and target

2.2.1

05 Jul 18:19
Compare
Choose a tag to compare
  • Fixed memory leak caused by global layout listener not being removed

2.2.0

27 Apr 12:10
0ed9519
Compare
Choose a tag to compare
  • Added option to customise the space between the step number and the step content
  • Minor refactoring to allow the usage of a custom step layout by extending the form view