V0.6.0
- Breaking change: Border gradients have been added, so existing gradient methods are now prefixed with
background_
- Methods renamed:
gradientDrawable
tobackgroundGradientDrawable
,gradientStartColor
tobackgroundGradientStartColor
,gradientStartColorRes
tobackgroundGradientStartColorRes
,gradientEndColor
tobackgroundGradientEndColor
,gradientEndColorRes
tobackgroundGradientEndColorRes
,gradientDirection
tobackgroundGradientDirection
- Attributes renamed:
squircle_gradient_drawable
tosquircle_background_gradient_drawable
,squircle_gradient_start_color
tosquircle_background_gradient_start_color
,squircle_gradient_end_color
tosquircle_background_gradient_end_color
,squircle_gradient_direction
tosquircle_background_gradient_direction
- Attributes renamed:
- Methods renamed:
- Added border gradient support