Releases: Juky-App/SquircleView
Releases · Juky-App/SquircleView
V0.6.1
- Fixed issue #20 where ComposeShape was incorrectly calculating the top left corner, thanks @imnithish for finding this issue
V0.6.0
- 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
- Android Studio previews would fail due to issues with attributes
V0.5.0
- 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
- 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
- Fixed issues with backgrounds because of the recent ripple improvements
- Changed version numbering to follow the major.minor.patch version naming
V0.0.4
- 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
- Added support for programmatically setting the view's properties
V0.0.2
- Added support for Android shapes
- Fixed Maven using the wrong source url