Changelog History
-
v3.0.0 Changes
April 16, 2019Version 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, 2018Version 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()
andstyleTransitionDidEnd()
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.