Skip to content

Commit 495156d

Browse files
Bump version to 0.8.1
1 parent 8690d6a commit 495156d

File tree

3 files changed

+22
-3
lines changed

3 files changed

+22
-3
lines changed

CHANGELOG.md

+19
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,25 @@
1212

1313
* None.
1414

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+
1534
## 0.8.0 Release notes (2017-07-23)
1635

1736
##### Breaking

Framework/Sources/Info.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>0.8.0</string>
18+
<string>0.8.1</string>
1919
<key>CFBundleVersion</key>
2020
<string>$(CURRENT_PROJECT_VERSION)</string>
2121
<key>NSPrincipalClass</key>

SpreadsheetView.podspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
Pod::Spec.new do |s|
22
s.name = 'SpreadsheetView'
3-
s.version = '0.8.0'
3+
s.version = '0.8.1'
44
s.summary = 'Full configurable spreadsheet view user interfaces for iOS applications.'
55
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,
77
you can easily create complex layouts like schedule, gantt chart or timetable as if you are using Excel.
88
99
Features

0 commit comments

Comments
 (0)