Skip to content

0.6 - withSize, withTint, and Swift 5.1

Compare
Choose a tag to compare
@benpious benpious released this 25 Oct 19:15
· 8 commits to master since this release
ecc4531

This release adds several features:

  • You can now set a new tint or intrinsic size on a VectorDrawable. These features can be useful if you want to reuse Drawables as Icons, or need to pass the Drawable to a more complex view, which sizes content according to intrinsic content size.
  • UIView.contentMode is now supported

Also, the minimum Swift and Xcode versions have been bumped, which will allow us to take advantage of new Swift features and performance optimizations that may have shipped in that compiler version.