Skip to content

2.4

Compare
Choose a tag to compare
@JakeLin JakeLin released this 30 Jun 11:22
· 1157 commits to master since this release

Release 2.4 has added some Animatable UI elements and fixed some small bugs.

API breaking changes

None

Enhancements

  • New designable properties for UITextView: placeholder text and color #227
  • Add AnimatableSlider #228
  • Add AnimatableScrollView #232

Bugfixes

  • Use UIBezierPath to mask Circle, which can fix a bug when using Circle mask with borderSide #234
  • Fix a bug for Polygon mask when the width is longer than the height. #234
  • Fix a crash when the parameters number of Wave mask is not 3. #234