WSTagsField v3.0.0 Release Notes

Release Date: 2018-04-09 // about 6 years ago
  • 💥 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.