Skip to content

Commit

Permalink
Merge pull request #122 from kishikawakatsumi/release081
Browse files Browse the repository at this point in the history
Bump version to 0.8.1
  • Loading branch information
kishikawakatsumi committed Aug 15, 2017
2 parents 8fea376 + 495156d commit 093fb7e
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 3 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,25 @@

* None.

## 0.8.1 Release notes (2017-08-14)

##### Breaking

* None.

##### Enhancements

* Expose the scroll view associated with the spreadsheet view. It allows interacting the scroll view's delegate.
[#115](https://github.com/kishikawakatsumi/SpreadsheetView/pull/115)

* Expose `adjustedContentInset` property which is introduced from iOS 11 as well as `UIScrollView`.
[#115](https://github.com/kishikawakatsumi/SpreadsheetView/pull/115)

##### Bug Fixes

* Fix an issue that content offset jumps after reloading.
[#117](https://github.com/kishikawakatsumi/SpreadsheetView/pull/117)

## 0.8.0 Release notes (2017-07-23)

##### Breaking
Expand Down
2 changes: 1 addition & 1 deletion Framework/Sources/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>0.8.0</string>
<string>0.8.1</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSPrincipalClass</key>
Expand Down
4 changes: 2 additions & 2 deletions SpreadsheetView.podspec
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
Pod::Spec.new do |s|
s.name = 'SpreadsheetView'
s.version = '0.8.0'
s.version = '0.8.1'
s.summary = 'Full configurable spreadsheet view user interfaces for iOS applications.'
s.description = <<-DESC
Full configurable spreadsheet view user interfaces for iOS applications. With this framework,
Full configurable spreadsheet view user interfaces for iOS applications. With this framework,
you can easily create complex layouts like schedule, gantt chart or timetable as if you are using Excel.
Features
Expand Down

0 comments on commit 093fb7e

Please sign in to comment.