Skip to content

Releases: nathantannar4/InputBarAccessoryView

7.0.0 - Swift 6 and Swift Concurrency

30 Oct 06:15
dfdc822
Compare
Choose a tag to compare

What's Changed

  • Migrate to Swift 6, fully support async/await and Swift concurrency
  • Drop iOS 13

Full Changelog: 6.5.1...7.0.0

6.5.1

15 Oct 17:42
c7acd5f
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 6.5.0...6.5.1

6.5.0 - Minor improvements

14 Oct 06:39
4730143
Compare
Choose a tag to compare

What's Changed

Full Changelog: 6.4.0...6.5.0

Edge case bottom gap calculations improvements

11 Jul 18:30
093bdc7
Compare
Choose a tag to compare

What's Changed

  • Fix bottom gap calculations for embedded controllers by @Kaspik in #263

Full Changelog: 6.3.0...6.4.0

6.3.0

23 Aug 09:15
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 6.2.0...6.3.0

6.2.0

25 Oct 22:31
Compare
Choose a tag to compare
  • Remove canBecomeFirstResponder on InputTextView to fix UITextViewDelegate methods not being called

6.1.1 - Xcode 14 fixes

12 Oct 14:24
Compare
Choose a tag to compare
  • fixed warning for Xcode 14

6.1.0

16 May 14:35
e5da8c5
Compare
Choose a tag to compare
  • #230: Added additionalInputViewBottomConstraintConstant to KeyboardManager as a way for providing additional bottom constraint constant offset for inputAccessoryView. Example implementation can be found in AdditionalBottomSpaceExampleViewController

6.0.0 - The King is dead, long live the King

05 May 07:57
6098bd7
Compare
Choose a tag to compare

iOS 12 has been around for a while, but with upcoming WWDC, we are ready to let this version go and rest in peace forever. The same could be said about CocoaPods - what used to be the major and most important thing on iOS for developing apps with 3rd party libraries - has been replaced by natively supported way called Swift Package Manager.

Sit tibi terra levis.

Changelog:

  • Breaking change: Drop iOS 12 support
  • Breaking change: Drop CocoaPods support & RxSwift extension (it was available only via CocoaPods)
  • KeyboardManager will not update position of inputAccessoryView from interactive dismiss panGesture when the keyboard is floating
  • Update docs

5.5.0

28 Apr 09:12
Compare
Choose a tag to compare
  • Update SPM tools to Swift 5.5
  • Added new optional delegate method for custom attachments size
  • Added new animations for left/right stack view constraints