@@ -6,6 +6,7 @@ CHANGELOG
6
6
7
7
| Contents |
8
8
| :------------------------------ |
9
+ | [ 2.0.0] ( #200-2017-12-05 ) |
9
10
| [ 1.0.0] ( #100-2017-03-20 ) |
10
11
| [ 0.9.0] ( #090-2017-03-08 ) |
11
12
| [ 0.8.2] ( #082-2017-02-23 ) |
@@ -14,20 +15,23 @@ CHANGELOG
14
15
15
16
</details >
16
17
17
- 2.0.0 (TBD )
18
+ [ 2.0.0] ( https://github.com/louisdh/panelkit/tree/2.0.0 ) (2017-12-05 )
18
19
--------------
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
22
24
* Improved documentation
25
+ * Updated to Swift 4.0
23
26
* Added PanelViewController convenience initializer
24
27
* Maintain panel at drag position when unpinned
25
28
* 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
27
30
* Fixes UITableViewCell swipe actions on iOS 11
28
31
* PanelContentDelegate: add panelDragGestureRecognizer(shouldReceive: touch) API
29
32
* Improved debug logging
30
33
* Improved performance
34
+ * Removed iOS 9 support (iOS 10.0 or newer is now required)
31
35
32
36
[ 1.0.0] ( https://github.com/louisdh/panelkit/tree/1.0.0 ) (2017-03-20)
33
37
--------------
0 commit comments