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
setEndButtonVisibleandsetBackButtonVisiblemethods inStepViewModel.Builderfor toggling button visibility (issue #104)- New stepper type
nonewhich shows no progress indicator for the steps (issue #154) - New stepper feedback type
disabled_content_interactionwhich intercepts touch events on the steps' content and ignores them during operation. - New stepper feedback type
content_overlaywhich shows a dimmed overlay over the content. - An option to specify the background drawable for
content_overlaystepper feedback type viams_stepperFeedback_contentOverlayBackground. - An option to specify the fade out alpha for
content_fadestepper feedback type viams_stepperFeedback_contentFadeAlphaattribute.
Changed
- Breaking change: Updated Android Support Library version to
25.4.0to support vector animations without a pre-Lollipop fallback (issue #154) - Breaking change: Changed
setNextButtonLabelmethods inStepViewModel.BuildertosetEndButtonLabelso that it works for both Next and Complete buttons (issue #107) - Breaking change: Split
contentstepper feedback type intocontent_progressandcontent_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