Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaspik authored May 16, 2022
1 parent e282f2a commit 9f88b54
Showing 1 changed file with 2 additions and 18 deletions.
20 changes: 2 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@ Add your app to the list of apps using this library and make a pull request.
iMessage style [TypingIndicator](https://github.com/nathantannar4/TypingIndicator) for chat apps

## Latest Releases
6.0.1
- #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
- **Breaking change**: Drop iOS 12 support
- **Breaking change**: Drop CocoaPods support & RxSwift extension (it was available only via CocoaPods)
Expand All @@ -89,24 +91,6 @@ iMessage style [TypingIndicator](https://github.com/nathantannar4/TypingIndicato
- Make sure framework is ready for Xcode 13
- Fix availability in AppExtensions
- Fix Package.swift to support iOS 12+ only

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.0
- Drop support for iOS 11 and bump minimum version to iOS 12+
- Support Swift 5.3 and higher for Xcode 12

See [CHANGELOG](./CHANGELOG.md) for more details and older releases.

Expand Down

0 comments on commit 9f88b54

Please sign in to comment.