Skip to content

Releases: nathantannar4/InputBarAccessoryView

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

5.4.0

10 Sep 10:52
Compare
Choose a tag to compare
  • Make sure framework is ready for XCode 13
  • Fix availability in AppExtensions
  • Fix Package.swift to support iOS 12+ only
  • Reset cachedNotification when keyboard is programmatically dismissed

5.3.1

30 Mar 08:09
Compare
Choose a tag to compare
  • Applied additionalBottomSpace to interactive dismissal

5.3.0

08 Mar 10:38
Compare
Choose a tag to compare
  • Allow setting canBecomeFirstResponder
  • Fix interactive keyboard dismissal lag
  • Add example implemntation of sendButton animation