Releases: nathantannar4/InputBarAccessoryView
Releases · nathantannar4/InputBarAccessoryView
7.0.0 - Swift 6 and Swift Concurrency
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
What's Changed
- Consider custom middleContentView height by @PhilipDukhov in #265
- Don't do performLayout async after all by @danqing in #277
New Contributors
- @PhilipDukhov made their first contribution in #265
Full Changelog: 6.5.0...6.5.1
6.5.0 - Minor improvements
What's Changed
Full Changelog: 6.4.0...6.5.0
Edge case bottom gap calculations improvements
What's Changed
Full Changelog: 6.3.0...6.4.0
6.3.0
What's Changed
- Fix layout issues on iPad pagesheets by @Janneman84 in #244
- Fix crash after adding image attachment #237 by @sgraesser in #250
New Contributors
- @Janneman84 made their first contribution in #244
- @sgraesser made their first contribution in #250
Full Changelog: 6.2.0...6.3.0
6.2.0
6.1.1 - Xcode 14 fixes
- fixed warning for Xcode 14
6.1.0
6.0.0 - The King is dead, long live the King
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