Releases: stepstone-tech/android-material-stepper
Releases · stepstone-tech/android-material-stepper
v4.3.1
v4.3.0
Added
- A way to set bottom navigation button colors programmatically via:
StepperLayout#setNextButtonColor(int)
/StepperLayout#setNextButtonColor(ColorStateList)
,
StepperLayout#setCompleteButtonColor(int)
/StepperLayout#setCompleteButtonColor(ColorStateList)
and
StepperLayout#setBackButtonColor(int)
/StepperLayout#setBackButtonColor(ColorStateList)
(issue #132).
Fixed
- Tab circle background color so that it is possible now to use colors with transparency (issue #207).
v4.2.0
v4.1.0
v4.0.0
Added
setEndButtonVisible
andsetBackButtonVisible
methods inStepViewModel.Builder
for toggling button visibility (issue #104)- New stepper type
none
which shows no progress indicator for the steps (issue #154) - New stepper feedback type
disabled_content_interaction
which intercepts touch events on the steps' content and ignores them during operation. - New stepper feedback type
content_overlay
which shows a dimmed overlay over the content. - An option to specify the background drawable for
content_overlay
stepper feedback type viams_stepperFeedback_contentOverlayBackground
. - An option to specify the fade out alpha for
content_fade
stepper feedback type viams_stepperFeedback_contentFadeAlpha
attribute.
Changed
- Breaking change: Updated Android Support Library version to
25.4.0
to support vector animations without a pre-Lollipop fallback (issue #154) - Breaking change: Changed
setNextButtonLabel
methods inStepViewModel.Builder
tosetEndButtonLabel
so that it works for both Next and Complete buttons (issue #107) - Breaking change: Split
content
stepper feedback type intocontent_progress
andcontent_fade
.
v3.3.0
Added an option to hide the bottom navigation. For more details see: https://github.com/stepstone-tech/android-material-stepper#hiding-bottom-navigation-bar
Thanks @enizbilgin
v3.2.3
v3.2.2
v3.2.1
v3.2.0
Added Stepper Feedback: https://material.io/guidelines/components/steppers.html#steppers-types-of-steppers