Skip to content

Releases: luximetr/AnyFormatKit

Crash fix

27 Jan 10:40
Compare
Choose a tag to compare

Fixed crash while using DefaultTextInputFormatter after entering patternSymbol (“#” by default).

Solves:
#39

2.0.0

27 Jan 10:35
Compare
Choose a tag to compare

Allow backspacing group character and send editing events

17 Apr 06:57
Compare
Choose a tag to compare
  • Allow grouping character to be backspaces by moving the cursor one index to the left when the user attempt to backspace this character
  • Fix issue where the text input change would not be sent when the .content property of TextInput changes

Solves:
#8

Bugfix on iOS 10 when resigning first responder

16 Apr 09:49
Compare
Choose a tag to compare

Fixes a big causing the input field to become empty when resigning first responder.

Solves:
#4

Public MulticastDelegate

16 Apr 09:02
Compare
Choose a tag to compare

Since the generated initializer is 'internal', users of the library were unable to initialize MulticastDelegate which was also causing them to be unable to create their own TextInput.

Swift 4.2 support

16 Apr 08:01
Compare
Choose a tag to compare
  • Update to Swift 4.2
  • Fix issue for Xcode 10 with duplicate Info.plist

Bugfix.

01 Dec 09:01
Compare
Choose a tag to compare

Fixed crash when use autolayout. Code refactor.

Structure refactor.

01 Nov 16:09
Compare
Choose a tag to compare

Moved example and framework to separate projects.

Simple text formatting in Swift.

31 Oct 13:22
Compare
Choose a tag to compare

Include formatter. Added usage to readme file. First release for pods.