This repository has been archived by the owner on Aug 14, 2019. It is now read-only.
7.1.0
See the 7.1.0 milestone for the complete list of fixes and improvements.
- Better and easier mechanism for handling custom menu actions, activated via long-press, for cells. The demo project has been updated with an example.
Thanks @sebastianludwig!
Relevant issues: #810, #811 - You can now specify a maximum height for the input toolbar, via
self.inputToolbar.maximumHeight
. The default behavior is unchanged, allowing the toolbar to grow to the top of the collection view.
Thanks @lbanders and @werediver!
Relevant issues: #323, #756, #950 - The
keyboardController
property onJSQMessagesViewController
is now public. This allows you to modify the keyboard behavior if needed, but this should be a rare use case. Here be dragons! 🐉 You've been warned.