Skip to content

Latest commit

 

History

History
69 lines (42 loc) · 1.46 KB

CHANGELOG.md

File metadata and controls

69 lines (42 loc) · 1.46 KB

Unreleased

  • Update CI infrastructure to GitHub Actions
  • Swift 5.0

v2.0.1

  • Fix the embedded standard library issue #32

v2.0.0

  • Drop Class Name Prefixes
  • Add an easy to use OptionPickerControl that displays a UIPickerView with given options

v1.5.0

  • Swift 4.0

v1.4.1

  • Fix tokenField(_:didChangeInputText:) with the delete key #20

Project Updates

  • Reenable UI tests
  • Combine the framework and example projects
  • Specify SwiftLint version via CocoaPods

v1.4.0

  • Added delegate methods:

    @objc optional func tokenField(_ tokenField: ICTokenField, didChangeInputText text: String)
    @objc optional func tokenField(_ tokenField: ICTokenField, shouldCompleteText text: String) -> Bool
    @objc optional func tokenField(_ tokenField: ICTokenField, subsequentDelimiterForCompletedText text: String) -> String
  • Renamed delegate method:

    @objc optional func tokenField(_ tokenField: ICTokenField, didCompleteText text: String)

v1.3.0

  • Swift 3.0
  • Support pod try ICInputAccessory

v1.2.1

  • Update to Xcode 8.2

v1.2.0

  • Swift 2.3

v1.1.0

  • Swift 2.2
  • Support storyboard
  • Support subspecs

v1.0.0

Initial release written in Swift 2.1.

  • ICKeyboardDismissTextField with an accessory view to dismiss keyboard.
  • ICTokenField, a text field that groups input texts as tokens.