Skip to content

Releases: nathantannar4/InputBarAccessoryView

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

5.2.3

06 Jan 11:51
Compare
Choose a tag to compare
  • Fixed appendSpaceOnCompletion inserting space at wrong location

5.2.2

13 Nov 15:59
Compare
Choose a tag to compare
  • Added an optional offset in KeyboardManager.bind(tableView:)
  • Change reuseIdentifier from public to open to allow inheritance
  • Fix send button loading indicator for dark mode
  • Fix iOS 14 UIPasteboard system notification with images

5.2.1

05 Oct 10:13
d48dc9e
Compare
Choose a tag to compare
  • Fix SPM warnings about Info.plist file for XCode 12

5.2.0

16 Sep 19:47
5a9c944
Compare
Choose a tag to compare
  • Drop support for iOS 11 and bump minimum version to iOS 12+
  • Support Swift 5.3 and higher for XCode 12

5.1.0

27 Aug 15:11
Compare
Choose a tag to compare
  • Added support for smooth height transitions when the text view expands, set shouldAnimateTextDidChangeLayout to true
  • Fixed accessibility of HorizontalEdgePadding initializers and a typo in its filename
  • Added support for Dark Mode on iOS 13+

5.0.0

05 Aug 19:11
710aa5e
Compare
Choose a tag to compare
  • Drop support for iOS 9 and iOS 10 #117
  • Remove RxSwift/RxCocoa from SPM #128
  • Fix image paste logic #126
  • Fixed Getting started preview and hashtag typo #93
  • Update documentation for setStackViewItems #82

4.3.3

05 Aug 18:19
74cffa8
Compare
Choose a tag to compare
  • Add support for Swift Package Manager (SPM)
  • Make reuseIdentifier public accessible
  • Fix warnings