All Versions
16
Latest Version
Avg Release Cycle
114 days
Latest Release
1364 days ago

Changelog History
Page 1

  • v5.4.0 Changes

    July 31, 2020

    🔄 Changes included:

    • 🔄 Changed access to tagViews to open to allow manipulation of specific tags views, i.e. tintColor (#143). Thanks @cdf1982.
    • âž• Added shouldTokenizeAfterResigningFirstResponder flag (#141). Thanks @rizwan95.
    • âž• Add prebuilt binaries for Xcode 11.6.

    CocoaPods

    pod 'WSTagsField', '~> 5.4'
    

    Carthage

    github "whitesmith/WSTagsField" ~> 5.4
    
  • v5.3.1 Changes

    May 01, 2020

    🔄 Changes included:

    • 🛠 Fix SPM minimum target deployment.
    • 🔦 Expose textField for better customization.
    • âž• Add prebuilt binaries for Xcode 11.4.1.

    CocoaPods

    pod 'WSTagsField', '~> 5.3'
    

    Carthage

    github "whitesmith/WSTagsField" ~> 5.3
    
  • v5.3.0 Changes

    May 01, 2020

    🔄 Changes included:

    • 🔦 Expose textField for better customization.
    • âž• Add prebuilt binaries for Xcode 11.4.1.

    CocoaPods

    pod 'WSTagsField', '~> 5.3'
    

    Carthage

    github "whitesmith/WSTagsField" ~> 5.3
    
  • v5.2.0 Changes

    November 05, 2019

    🔄 Changes included:

    • âž• Add prebuilt binaries for Xcode 11.2.

    CocoaPods

    pod 'WSTagsField', '~> 5.2'
    

    Carthage

    github "whitesmith/WSTagsField" ~> 5.2
    
  • v5.1.1 Changes

    October 03, 2019

    🔄 Changes included:

    • Tentative fix of #127.

    CocoaPods

    pod 'WSTagsField', '~> 5.1'
    

    Carthage

    github "whitesmith/WSTagsField" ~> 5.1
    
  • v5.1.0 Changes

    September 18, 2019

    🔄 Changes included:

    • âž• Added support for Swift Package Manager 🎉
    • âž• Added compatibility with iOS 13 (Xcode 11).
    • 👌 Improved compatibility with textFieldShouldReturn delegate method.
    • ✂ Removed deprecated properties.
    • 🛠 Fixed keyboard appearance reverting to default when TagView is selected (#121)

    CocoaPods

    pod 'WSTagsField', '~> 5.1'
    

    Carthage

    github "whitesmith/WSTagsField" ~> 5.1
    
  • v5.0.0 Changes

    May 07, 2019

    🔄 Changes included:

    • #112 Swift 5 (Xcode 10.2)
    • #107 Open field.textContentType access.

    CocoaPods

    pod 'WSTagsField', '~> 5.0'
    

    Carthage

    github "whitesmith/WSTagsField" ~> 5.0
    
  • v4.1.0 Changes

    February 21, 2019

    🔄 Changes included:

    CocoaPods

    pod 'WSTagsField', '~> 4.1'
    

    Carthage

    github "whitesmith/WSTagsField" ~> 4.1
    
  • v4.0.0 Changes

    September 14, 2018

    CocoaPods

    pod 'WSTagsField', '~> 4.0'
    

    Carthage

    github "whitesmith/WSTagsField" ~> 4.0
    
  • v3.2.0 Changes

    September 14, 2018

    🔄 Changes

    • Fix of KVO_IS_RETAINING_ALL_OBSERVERS_OF_THIS_OBJECT_IF_IT_CRASHES_AN_OBSERVER_WAS_OVERRELEASED_OR_SMASHED crash #103 & #101
    • #99 Add an option to stop WSTagsField from becoming scrollable (ty @bellebethcooper)
    • #95 Make keyboard appearance type open (ty @tim289)