Releases: ernestoyaquello/VerticalStepperForm
Releases · ernestoyaquello/VerticalStepperForm
2.1.1
- Fixed issue of step layout not updating its size to accommodate its children when their size gets changed
2.1.0
- Added callbacks
onStepMarkedAsCompleted(boolean animated)
andonStepMarkedAsUncompleted(boolean animated)
2.0.1
- Added ability to disallow step opening on header click
- Modified step layout to allow the usage of longer titles
2.0.0
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