Releases: stepstone-tech/android-material-stepper
Releases · stepstone-tech/android-material-stepper
v3.1.0
Added a callback when clicking on the Complete button in BlockingStep
.
Thanks @FWStelian!
v3.0.0
- Showing an error in the tabs is now done by morphing the step number circle background into a warning icon and vice versa (issue #69)
- Added an animation when changing steps for the progress bar stepper type
- Added an option to disable tab navigation (issue #73)
- Setting error state programmatically #71
- Updated Android Gradle Plugin, Gradle and Android Support Library to latest revisions
- Refactored the logic of updating tabs' UI
v2.3.2
Fixed Rendering issues when library is included in external projects.
v2.3.1
Fixed rendering issues in Android Studio Preview
v2.3.0
- Added an option to proceed to the next step/complete programmatically (issue #53)
- Added an option to set different compound drawables for navigation buttons (issue #54 & #55)
- Aligned navigation button text size and padding with design guides
- Updated Android Support Library to 25.1.1
v2.2.0
Added an option to overwrite default styles used internally for StepperLayout's child views for further customization of StepperLayout.
v2.1.0
Showing errors on tabs when step verification fails.
v2.0.0
- Added cross-fade animations in navigation buttons
- Support for both Fragment and View based Step adapters
- Moved step titles from Steps to StepAdapters
- Added a StepViewModel class to hold all displayable info about Steps
v1.1.1
Added option to intercept BACK button action for Blocking Steps.
v1.1.0
The Back button from the bottom navigation can be now optionally shown on the first step.