Skip to content

V0.6.0

Compare
Choose a tag to compare
@Nielssg Nielssg released this 23 May 17:14
· 3 commits to main since this release
  • 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