Chatto v4.1.0 Release Notes
Release Date: 2021-05-20 // almost 4 years ago-
๐ Features
- Dynamic content insets for compond bubble #685 by @magic146
- โ Added support for Swift Package Manager #690 by @NicholasMata
- โ Add double tap handler #692 by @AKoulabukhov
- โ Add support of failed loading icon to compound bubble #695 by @azatZul
- โ Added camera type to callback when a photo is taken #696 by @KaneCheshire
- Introduce custom live camera cell behaviour #698 by @magic146
- Custom input camera picker #699 by @magic146
- ๐ Make timestamp revealing optional #704 by @simoneBumble
- ๐ Handle live camera and photo cells taps #705 by @magic146
๐ Improvements
- Contribution guide #676 by @wiruzx
- ๐ Enabling library evolution support #677 by @dive
- โ Add github actions #678 by @wiruzx
- ๐ Make presenter public to fire send #701 by @ChaosCoder
- Replace presentingController with presentingViewControllerProvider #703 by @magic146
๐ Bugfixes
- ๐ Fix false positive test runs #680 by @wiruzx
- โ Add empty scroll view delegate methods #684 by @wiruzx
- ๐ Fix resource name collision #686 by @khramtsoff
- ๐ Fix the resources bundle signing #697 by @azatZul
Previous changes from v4.0.0
-
4.0.0 (September 20, 2020)
๐ Features
- Swipe to reply #672 by @wiruzx
- Ability to highlight message when scrolling to it #670 by @wiruzx
- โ Add ability to show decoration views on compound bubble #657 by @wiruzx
๐ Improvements
- โก๏ธ Update of compound views #666 by @wiruzx
- BaseMessageInteractionHandlerProtocol methods are extended with a message parameter #665 by @magic146
- ๐ Fix project warnings, migrate to Xcode 11 #662 by @petrpavlik
- โ Add safe area insets for decoration views #660 by @wiruzx
- โฌ๏ธ Bump xcode version in travis config #661 by @wiruzx
- Compound bubble styling simplification #653 by @magic146
- โ Add removing random item to demo project #652 by @wiruzx
- ๐ Fix autolayout support for BaseMessageCollrctionViewCell #651 by @wiruzx
- ๐ป Determine UI orientation without shared UIApplication object #637 by @FabioTacke
- ๐ Safe area support for BaseChatViewController #632 by @esilverberg
๐ Bugfixes
- iOS 14: Fix infinite layout loop when chat is empty #674 by @nalexn
- ๐ Fix image stretching #673 by @wiruzx
- Do not restart camera capture when camera picker is presented #671 by @leonspok
- Set frame with disabled animation #659 by @wiruzx
- ๐ Fix typo in CGSize extension #655 by @95krasovsky
- ๐ Fix crash, if BaseChatViewController destroyed too early #549 by @freedbrt
- ๐ Fix masking in iOS 14 #667 by @esilverberg