Releases: RxSwiftCommunity/RxGesture
Releases · RxSwiftCommunity/RxGesture
Fix build error on Xcode 13.3
SPM compatibility fix
4.0.3 Bump Version Number
Fix Carthage compatibility
4.0.2 Fix Carthage compatibility
4.0.1: Merge pull request #122 from EnesKaraosman/main
- SPM compilation fixed (#122 )
4.0.0
- Support RxSwift 6
- Prefix module typaliases with
RxGesture
to avoid conflicts withSwiftUI
(or any other module):View
→RxGestureView
GestureRecognizer
→RxGestureRecognizer
Point
→RxGesturePoint
- etc...
- Enhance custom gesture recognizers (
ForceTouchGestureRecognizer
andTouchDownGestureRecognizer
) - Enhance example app
macOS Bugfix
- macOS can be used again
Compatibility Update
Includes latest compatibility fixes merged by the community
3.0.0 - RxSwift 5
Support RxSwift 5
Swift 5 & RxSwift 4.5
Compatibility update