Skip to content

Releases: Juky-App/SquircleView

V0.6.1

28 Nov 19:41
Compare
Choose a tag to compare
  • Fixed issue #20 where ComposeShape was incorrectly calculating the top left corner, thanks @imnithish for finding this issue

V0.6.0

23 May 17:14
Compare
Choose a tag to compare
  • Breaking change: Border gradients have been added, so existing gradient methods are now prefixed with background_
    • Methods renamed: gradientDrawable to backgroundGradientDrawable, gradientStartColor to backgroundGradientStartColor, gradientStartColorRes to backgroundGradientStartColorRes, gradientEndColor to backgroundGradientEndColor, gradientEndColorRes to backgroundGradientEndColorRes, gradientDirection to backgroundGradientDirection
      • Attributes renamed: squircle_gradient_drawable to squircle_background_gradient_drawable, squircle_gradient_start_color to squircle_background_gradient_start_color, squircle_gradient_end_color to squircle_background_gradient_end_color, squircle_gradient_direction to squircle_background_gradient_direction
  • Added border gradient support

V0.5.1

20 May 18:21
Compare
Choose a tag to compare
  • Android Studio previews would fail due to issues with attributes

V0.5.0

08 Apr 19:36
Compare
Choose a tag to compare
  • Updated Gradle, Kotlin and dependencies
  • Added Jetpack Compose Path components and paths
  • Fixed SquircleImageView crash #15
  • Fixed issue where clickable and focusable were set to true by default

V0.4.2

04 Aug 18:49
Compare
Choose a tag to compare
  • Fixed issue where the text appearance of the button would override any custom styling set for the following attributes: android:fontFamily, android:textStyle, android:textAllCaps, android:textSize, android:letterSpacing

V0.4.1

01 Aug 13:39
Compare
Choose a tag to compare
  • Fixed issues with backgrounds because of the recent ripple improvements
  • Changed version numbering to follow the major.minor.patch version naming

V0.0.4

31 Jul 20:23
Compare
Choose a tag to compare
  • Added support for customizing the corner smoothing (e.g. make the Squircle less rounded)
  • Added support for custom ripple drawables
  • Ripples will now only show up if any click listener is set

V0.0.3

19 Jun 14:45
Compare
Choose a tag to compare
  • Added support for programmatically setting the view's properties

V0.0.2

12 Jun 10:05
Compare
Choose a tag to compare
  • Added support for Android shapes
  • Fixed Maven using the wrong source url

V0.0.1

10 Jun 18:51
Compare
Choose a tag to compare

Initial release