All Versions
7
Latest Version
Avg Release Cycle
74 days
Latest Release
1932 days ago
Changelog History
Changelog History
-
v2.0.1 Changes
December 14, 2017- ๐ Fixed an animation glitch when unpinning a panel
-
v2.0.0 Changes
December 05, 2017- ๐ Multi-pinning, pin multiple panels to a side (guide)
- ๐ Panel resizing (guide)
- ๐ State restoring, save and load panel states (guide)
- โ Added APIs to pin or float a panel, without the use of a popover
- ๐ Improved documentation
- โก๏ธ Updated to Swift 4.0
- โ Added PanelViewController convenience initializer
- ๐ Maintain panel at drag position when unpinned
- Respect dragInsets when adjusting panel position for keyboard
- โ Added preferredPanelPinnedWidth API: specifies width for panel while pinned, which can now differ from the panel width while floating
- ๐ Fixes UITableViewCell swipe actions on iOS 11
- PanelContentDelegate: add panelDragGestureRecognizer(shouldReceive: touch) API
- ๐ Improved debug logging
- ๐ Improved performance
- โ Removed iOS 9 support (iOS 10.0 or newer is now required)
-
v1.0.0 Changes
March 20, 2017- Replaced
PanelContentViewController
withPanelContentDelegate
protocol. - ๐ Fixed memory leaks.
- โ Added unit tests.
- Replaced
-
v0.9.0 Changes
March 08, 2017- Introduced exposรฉ with optional double 3 finger tap gesture recognizer to active.
- โฌ๏ธ Reduced public API.
- ๐ Moved panel state properties from
PanelContentViewController
toPanelViewController
.
-
v0.8.2 Changes
February 23, 2017 -
v0.8.1 Changes
February 21, 2017- ๐ Updated documentation
-
v0.8 Changes
March 01, 2017- ๐ Initial release with support for floating and pinned panels.