Skip to content

8.3.0

Latest
Compare
Choose a tag to compare
@TheJuki TheJuki released this 18 Apr 03:37
· 15 commits to master since this release

Updated

  • Targeting SDK API Level 32 (Minimum SDK API Level is still 19)
  • Targeting Java 11
  • Kotlin, Gradle, and several dependencies updated
  • #244 - Remove jcenter() repository and use jitpack dependencies
  • Updated Docs with latest version of mkdocs-material with dark theme toggle

Issues Resolved

  • #292 - Added require check before signing to prevent needing to sign for Jitpack builds
  • #286 - Register mainViewLayout for FormButtonElement
  • #281 - Use latest version of Dhaval2404/ImagePicker and confirmed #172 is still fixed
  • #277 - Made FormBuilderHelper's listener variable public

Breaking Changes

  • FormImageElement now needs activityResultLauncher set to a ActivityResultLauncher for Intent
  • FormImageElement now uses Glide instead of Picasso. applyCircleCrop: Boolean has replaced imageTransformation.\
  • FormImageElement's onSelectImage definition changed to ((image: Uri?, error: String?) -> Unit)?
  • FormPlacesAutoCompleteElement in the Example app now needs activityResultLauncher set to a ActivityResultLauncher for Intent