@@ -6,6 +6,7 @@ CHANGELOG
66
77| Contents |
88| :------------------------------ |
9+ | [ 2.0.0] ( #200-2017-12-05 ) |
910| [ 1.0.0] ( #100-2017-03-20 ) |
1011| [ 0.9.0] ( #090-2017-03-08 ) |
1112| [ 0.8.2] ( #082-2017-02-23 ) |
@@ -14,20 +15,23 @@ CHANGELOG
1415
1516</details >
1617
17- 2.0.0 (TBD )
18+ [ 2.0.0] ( https://github.com/louisdh/panelkit/tree/2.0.0 ) (2017-12-05 )
1819--------------
19- * Updated to Swift 4.0
20- * Requires iOS 10.0 or newer
21- * Panel resizing
20+ * Multi-pinning, pin multiple panels to a side
21+ * Panel resizing
22+ * State restoring, save and load panel states
23+ * Added APIs to pin or float a panel, without the use of a popover
2224* Improved documentation
25+ * Updated to Swift 4.0
2326* Added PanelViewController convenience initializer
2427* Maintain panel at drag position when unpinned
2528* Respect dragInsets when adjusting panel position for keyboard
26- * Added preferredPanelPinnedWidth: specifies width for panel while pinned, which can now differ from the panel width while floating
29+ * Added preferredPanelPinnedWidth API : specifies width for panel while pinned, which can now differ from the panel width while floating
2730* Fixes UITableViewCell swipe actions on iOS 11
2831* PanelContentDelegate: add panelDragGestureRecognizer(shouldReceive: touch) API
2932* Improved debug logging
3033* Improved performance
34+ * Removed iOS 9 support (iOS 10.0 or newer is now required)
3135
3236[ 1.0.0] ( https://github.com/louisdh/panelkit/tree/1.0.0 ) (2017-03-20)
3337--------------
0 commit comments