Commit 495156d 1 parent 8690d6a commit 495156d Copy full SHA for 495156d
File tree 3 files changed +22
-3
lines changed
3 files changed +22
-3
lines changed Original file line number Diff line number Diff line change 12
12
13
13
* None.
14
14
15
+ ## 0.8.1 Release notes (2017-08-14)
16
+
17
+ ##### Breaking
18
+
19
+ * None.
20
+
21
+ ##### Enhancements
22
+
23
+ * Expose the scroll view associated with the spreadsheet view. It allows interacting the scroll view's delegate.
24
+ [ #115 ] ( https://github.com/kishikawakatsumi/SpreadsheetView/pull/115 )
25
+
26
+ * Expose ` adjustedContentInset ` property which is introduced from iOS 11 as well as ` UIScrollView ` .
27
+ [ #115 ] ( https://github.com/kishikawakatsumi/SpreadsheetView/pull/115 )
28
+
29
+ ##### Bug Fixes
30
+
31
+ * Fix an issue that content offset jumps after reloading.
32
+ [ #117 ] ( https://github.com/kishikawakatsumi/SpreadsheetView/pull/117 )
33
+
15
34
## 0.8.0 Release notes (2017-07-23)
16
35
17
36
##### Breaking
Original file line number Diff line number Diff line change 15
15
<key >CFBundlePackageType </key >
16
16
<string >FMWK </string >
17
17
<key >CFBundleShortVersionString </key >
18
- <string >0.8.0 </string >
18
+ <string >0.8.1 </string >
19
19
<key >CFBundleVersion </key >
20
20
<string >$(CURRENT_PROJECT_VERSION) </string >
21
21
<key >NSPrincipalClass </key >
Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
s . name = 'SpreadsheetView'
3
- s . version = '0.8.0 '
3
+ s . version = '0.8.1 '
4
4
s . summary = 'Full configurable spreadsheet view user interfaces for iOS applications.'
5
5
s . description = <<-DESC
6
- Full configurable spreadsheet view user interfaces for iOS applications. With this framework,
6
+ Full configurable spreadsheet view user interfaces for iOS applications. With this framework,
7
7
you can easily create complex layouts like schedule, gantt chart or timetable as if you are using Excel.
8
8
9
9
Features
You can’t perform that action at this time.
0 commit comments