All Versions
17
Latest Version
Avg Release Cycle
53 days
Latest Release
1262 days ago

Changelog History
Page 1

  • v2.9.0 Changes

    November 11, 2020

    ๐Ÿš€ Pulley 2.9.0 has new properties to support a new displayMode. The base functionality should work without any significant changes. The biggest change being the new displayMode of .compact to replicate Apple Maps Behavior on the iPhone SE size class devices. This is an exact replica of the behavior of the Apple Maps drawer, therefor when the currentDisplayMode of the PulleyViewController is .compact then the only supportedDrawerPositions for the view controller when in .compact mode are .open, .closed, and .collapsed. This mode also has new @IBInspectable properties, compactInsets and compactWidth. This mode behaves in a very similar way to .panel mode. See the pull request here for the motivation behind this feature. Also in this release, setDrawerContentViewController(controller: UIViewController, position: PulleyPosition? = nil, animated: Bool = true, completion: PulleyAnimationCompletionBlock?) has a new optional parameter position to set a new drawer position the drawer when a new DrawerContentViewController is set. See this pull request for the motivation behind this feature.

  • v2.8.5

    October 08, 2020
  • v2.8.4 Changes

    September 30, 2020

    ๐Ÿ›  โ€ข Fixes new issues related to issue #390
    ๐Ÿ›  โ€ข Fixes issue #396

  • v2.8.3 Changes

    September 19, 2020

    ๐Ÿ‘€ โ€ข See Issue #390

  • v2.8.2

    September 18, 2020
  • v2.8.1 Changes

    August 20, 2020

    โ€ข Add option for pulley position when mask has been tapped

  • v2.8.0

    November 12, 2019
  • v2.7.0 Changes

    March 31, 2019

    โšก๏ธ A very small update to the Pulley Library to support Swift 5.0

  • v2.6.4 Changes

    March 31, 2019

    ๐Ÿš€ This release Fixes drawer mask via issue #284 and Fixes issue #302 by preparing the feedback generator in scrollViewWillBeginDecelerating.

  • v2.6.3 Changes

    February 16, 2019

    ๐Ÿš€ This release adds a public initializer and makes the drawer position raw value pubically assessable.