Skip to content

Releases: ernestoyaquello/VerticalStepperForm

2.1.1

08 Dec 18:53
Compare
Choose a tag to compare
  • Fixed issue of step layout not updating its size to accommodate its children when their size gets changed

2.1.0

08 Dec 18:51
Compare
Choose a tag to compare
  • Added callbacks onStepMarkedAsCompleted(boolean animated) and onStepMarkedAsUncompleted(boolean animated)

2.0.1

08 Dec 18:49
Compare
Choose a tag to compare
  • Added ability to disallow step opening on header click
  • Modified step layout to allow the usage of longer titles

2.0.0

08 Dec 18:47
b705e1f
Compare
Choose a tag to compare

Complete refactoring of the library:

  • Changed the entire API to make its usage easier and more maintainable
  • Added new functionality, callbacks and customization options
  • Implemented XML attributes so the form can be customized via XML
  • Switched from the old support libraries to AndroidX
  • Fixed minor issues