Skip to content

Releases: whitesmith/WSTagsField

v5.4

31 Jul 11:30
4a3f36d
Compare
Choose a tag to compare

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

01 May 16:19
d798e61
Compare
Choose a tag to compare

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

01 May 16:11
890b04f
Compare
Choose a tag to compare

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

05 Nov 17:03
ebcd262
Compare
Choose a tag to compare

Changes included:

  • Add prebuilt binaries for Xcode 11.2.

CocoaPods

pod 'WSTagsField', '~> 5.2'

Carthage

github "whitesmith/WSTagsField" ~> 5.2

v5.1.1

03 Oct 10:12
23cf477
Compare
Choose a tag to compare

Changes included:

  • Tentative fix of #127.

CocoaPods

pod 'WSTagsField', '~> 5.1'

Carthage

github "whitesmith/WSTagsField" ~> 5.1

v5.1.0 with SPM (Xcode 11, Swift 5.1)

18 Sep 22:35
92d05e2
Compare
Choose a tag to compare

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 (Xcode 10.2, Swift 5)

07 May 15:44
72d4fcb
Compare
Choose a tag to compare

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

21 Feb 09:17
bd9bdcf
Compare
Choose a tag to compare

Changes included:

CocoaPods

pod 'WSTagsField', '~> 4.1'

Carthage

github "whitesmith/WSTagsField" ~> 4.1

v4.0.0 (Xcode 10, Swift 4.2)

14 Sep 17:40
Compare
Choose a tag to compare

CocoaPods

pod 'WSTagsField', '~> 4.0'

Carthage

github "whitesmith/WSTagsField" ~> 4.0

v3.2.0 (Swift 4.1)

14 Sep 17:07
Compare
Choose a tag to compare

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)