Skip to content

Commit

Permalink
Merge pull request #107 from kishikawakatsumi/release080
Browse files Browse the repository at this point in the history
Bump version to 0.8.0
  • Loading branch information
kishikawakatsumi committed Jul 23, 2017
2 parents 2c8dff6 + a42e175 commit f22a864
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 2 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,26 @@

* None.

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

##### Breaking

* None.

##### Enhancements

* Add `stickyRowHeader` and `stickyColumnHeader` options those make row/column headers stick to the top/left.
[Leo Mehlig](https://github.com/leoMehlig)
[#93](https://github.com/kishikawakatsumi/SpreadsheetView/pull/93)

##### Bug Fixes

* Fix an issue that rendering of merged cells might be misaligned.
[#103](https://github.com/kishikawakatsumi/SpreadsheetView/pull/103)

* Fixed an issue where the `scrollToItem (at: at: animated:)` method caused the view to scroll beyond the scrollable area.
[#104](https://github.com/kishikawakatsumi/SpreadsheetView/pull/104)

## 0.7.3 Release notes (2017-07-16)

##### 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.7.3</string>
<string>0.8.0</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSPrincipalClass</key>
Expand Down
2 changes: 1 addition & 1 deletion SpreadsheetView.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'SpreadsheetView'
s.version = '0.7.3'
s.version = '0.8.0'
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,
Expand Down

0 comments on commit f22a864

Please sign in to comment.