WSTagsField Versions Save

An iOS text field that represents tags, hashtags, tokens in general.

5.4.0

3 years ago

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

5.3.1

3 years ago

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

5.3.0

3 years ago

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

5.2.0

4 years ago

Changes included:

  • Add prebuilt binaries for Xcode 11.2.

CocoaPods

pod 'WSTagsField', '~> 5.2'

Carthage

github "whitesmith/WSTagsField" ~> 5.2

5.1.1

4 years ago

Changes included:

  • Tentative fix of #127.

CocoaPods

pod 'WSTagsField', '~> 5.1'

Carthage

github "whitesmith/WSTagsField" ~> 5.1

5.1.0

4 years ago

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

5.0.0

4 years ago

Changes included:

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

CocoaPods

pod 'WSTagsField', '~> 5.0'

Carthage

github "whitesmith/WSTagsField" ~> 5.0

4.1.0

5 years ago

Changes included:

  • #110 Add method to reload input views (ty @jamesyorke)

CocoaPods

pod 'WSTagsField', '~> 4.1'

Carthage

github "whitesmith/WSTagsField" ~> 4.1

4.0.0

5 years ago

CocoaPods

pod 'WSTagsField', '~> 4.0'

Carthage

github "whitesmith/WSTagsField" ~> 4.0

3.2.0

5 years ago

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)