Releases: nathantannar4/InputBarAccessoryView
Releases · nathantannar4/InputBarAccessoryView
5.4.0
- 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
- Applied additionalBottomSpace to interactive dismissal
5.3.0
- Allow setting
canBecomeFirstResponder
- Fix interactive keyboard dismissal lag
- Add example implemntation of
sendButton
animation
5.2.3
- Fixed appendSpaceOnCompletion inserting space at wrong location
5.2.2
- 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
- Fix SPM warnings about Info.plist file for XCode 12
5.2.0
- Drop support for iOS 11 and bump minimum version to iOS 12+
- Support Swift 5.3 and higher for XCode 12
5.1.0
- 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
- 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
- Add support for Swift Package Manager (SPM)
- Make
reuseIdentifier
public accessible
- Fix warnings