Skip to content

Releases: filipstefansson/AutocompleteField

v2.0

13 Oct 08:35
d382d53
Compare
Choose a tag to compare

Version 2.0 includes a rewrite to make this library work with Swift 4.2 and above, and a new delimiter feature that can be used when autocompleting email providers.

What's new:

  • Rewritten to work with Swift 4.2 and above (closes #3, closes #4, closes #5, closes #6, closes #7, closes #8).
  • Added delimiter feature.
  • Add Swift Package Manager support.

Bug fixes:

  • Fix .Word mode (closes #1).

Breaking changes:

  • suggestion is now read only.
  • autocompleteType has been renamed to suggestionType.
  • pixelCorrection has been renamed to pixelCorrections, and changed from a CGFloat to a CGPoint to support correcting both y and x axis.
  • padding has been renamed to horizontalPadding.
  • completionColor has been renmaed to suggestionColor.

v1.1

23 Nov 17:59
Compare
Choose a tag to compare
  • Added AutocompleteType

v1.0

08 Nov 14:53
Compare
Choose a tag to compare
First commit