- Rename
GestureEventObservable
toGestureDetectorObservable
. - The
GestureDetectorObservable
now produces observable ofGestureObservable
, where there are polymorphism of it, such asGestureLifecycleObservable
,TapGestureObservable
,DragGestureObservable
andPinchGestureObservable
.