All Versions
68
Latest Version
Avg Release Cycle
32 days
Latest Release
-

Changelog History
Page 4

  • v5.0.6 Changes

    • #62 Add ability to center a drawable in the FormSegmentedElement radio buttons
  • v5.0.5 Changes

    • #60 Fix set value for the FormSegmentedElement
  • v5.0.4 Changes

    • #60 Fix issue with reInitGroup(). The context can be retrieved from editView
  • v5.0.3 Changes

    • ๐Ÿš€ I removed version 5.0.1 and 5.0.2 from Bintray. I left minifyEnabled enabled for the release build and it was causing issues.
  • v5.0.2 Changes

  • v5.0.1 Changes

    • โž• Add displayRadioButtons to FormPickerDropDownElement
    • ๐Ÿ‘‰ Use Android SDK 28
    • ๐Ÿ‘ Still using Android support version 27.1.1. The AndroidX branch uses the AndroidX support version 1.0.0
  • v5.0.0 Changes

    • ๐Ÿ— This is a major change. Removed all setter builder methods to fix compatibility with Java. #49
    • ๐Ÿ— Using "apply" will work as an alternative to using the builders and DSL. However, using the Form DSL is recommended.
  • v4.7.0 Changes

    • โšก๏ธ #44 Update Seekbar value when the progress changed during the slide.
    • #45 Add Divider view as a dynamic View. Add displayDivider as a base property.
    • #46 Add maxLength as a base property.
    • #47 Add clearOnFocus as a base property.
    • #48 Add colors as base properties.
  • v4.6.2 Changes

    • โž• Add fillSpace property to Segmented Element
    • โž• Add multiple style properties to Segmented Element
    • โž• Add incrementBy property to slider
  • v4.6.1 Changes

    • ๐Ÿ›  Fix Segmented Element (Generate an ID for each dynamic radio button)