All Versions
4
Latest Version
Avg Release Cycle
224 days
Latest Release
1848 days ago

Changelog History

  • v3.0.0 Changes

    April 16, 2019

    Version 3.0.0 of Gagat migrates the project to Swift 5.0 and Xcode 10.2. There are no changes to the API in this release, but the project now requires Xcode 10.2 to compile.

    Thanks once again to @douglashill for contributing these changes and keeping Gagat up-to-date!

  • v2.0.0 Changes

    October 22, 2018

    Version 2.0.0 of Gagat migrates the project to Swift 4.2 and Xcode 10, and adds an Objective-C example app. There are no changes to the public API in this release, but the project now requires Xcode 10 to compile.
    This is a breaking change compared to v1.1.0.

    Thanks to @douglashill who contributed these changes!

  • v1.1.0 Changes

    December 06, 2017

    🔖 Version 1.1.0 of Gagat adds support for Objective-C clients (i.e. using
    👀 Gagat from apps written in Objective-C)! See the README for instructions
    on how to use Gagat from Objective-C.

    💅 There's also two new (optional) methods in GagatStyleable:
    💅 styleTransitionWillBegin() and styleTransitionDidEnd() which allow you
    to do things right before a Gagat transition begins or right after it
    ends. Thanks to @iKenndac for contributing these methods!

  • v1.0.0 Changes

    June 12, 2017

    🔖 Version 1.0.0 supports toggling between two alternative styles by
    🔧 panning downwards using two fingers. The only configurable property is
    the "jelly factor", which controls how much the transition edge is
    deformed when dragging.