All Versions
12
Latest Version
Avg Release Cycle
89 days
Latest Release
1464 days ago

Changelog History
Page 1

  • v3.0.3 Changes

    April 21, 2020
    • ๐ŸŽ macOS can be used again
  • v3.0.2

    March 31, 2020
  • v3.0.1 Changes

    October 14, 2019

    ๐Ÿ”€ Includes latest compatibility fixes merged by the community

  • v3.0.0 Changes

    May 14, 2019

    ๐Ÿ‘Œ Support RxSwift 5

  • v2.2.0 Changes

    April 11, 2019

    โšก๏ธ Compatibility update

  • v2.1.0

    November 07, 2018
  • v2.0.1 Changes

    September 26, 2018
    • ๐Ÿ›  Fix missing swipe gesture configuration handling (#83 #84)
  • v2.0.0 Changes

    September 22, 2018
    • โž• Adds compatibility with Xcode 10.0 and Swift 4.2
    • ๐Ÿ”ง Uses simpler and more consistant syntax. No more properties in constructors parameters. Please use the trailing closure to configure the gesture recognizer if needed.
    • โž• Adds 2 new custom gesture recognizers on iOS:
      • .forceTouch() โ†’ it exposes the force value of underlying UITouch objects
      • .touchDown() โ†’ it exposes all UITouch objects involved in the gesture
    • โž• Adds readable typealiases to represent an observable gesture recognizer. Ex: Observable<UITapGestureRecognizer> โ†’ TapObservable
    • โœจ Enhances example projects
    • โž• Adds Mojave dark mode support for OSX example app
  • v1.2.1 Changes

    October 22, 2017

    ๐Ÿ›  Fix Bug #61: Under some circumstances, Xcode wasn't able to compile RxGesture.

  • v1.2.0 Changes

    October 19, 2017

    ๐Ÿš€ This maintenance release:

    • ๐Ÿ‘Œ supports Swift 4
    • ๐Ÿ‘Œ supports RxSwift 4
    • ๐Ÿ›  fixes #58