Skip to content

v3.0.0 (Swift 4.0)

Compare
Choose a tag to compare
@ricardopereira ricardopereira released this 09 Apr 18:27
· 105 commits to master since this release
ec4a1ad

Breaking changes

  • padding property is now using the standard contentInset property of UIView. So, padding has been deprecated.
  • displayDelimiter has been renamed to isDelimiterVisible.
  • tagCornerRadius has been renamed to cornerRadius.
  • placeholderAlwayVisible has been renamed to placeholderAlwaysVisible.

Changes

  • You can now define the size of the TagView by defining a margin of type UIEdgeInsets to layoutMargins property.
  • You can now define a max number of lines by using the numberOfLines property.
  • You can now define the space between lines using the spaceBetweenLines property.

Fixes

  • #65 layout issues in an UITableView.

Thanks 🎉💪🙌

@billzhou0223, @griffinmacias, @matsune, @nicol3a and @CharlesAbouYakzan for the amazing API improvements and fixes.
@krezzoid for the conversion and improvements for Swift 4.0.