Skip to content

Commit 016588c

Browse files
Merge pull request #78 from kishikawakatsumi/release-072
Bump version to 0.7.2
2 parents 3c4e29b + a30f2db commit 016588c

File tree

3 files changed

+28
-5
lines changed

3 files changed

+28
-5
lines changed

CHANGELOG.md

+26-3
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,27 @@
1212

1313
* None.
1414

15+
## 0.7.2 Release notes (2017-06-03)
16+
17+
##### Breaking
18+
19+
* None.
20+
21+
##### Enhancements
22+
23+
* None.
24+
25+
##### Bug Fixes
26+
27+
* Fix an issue where `resizableSnapshotView (from: afterScreenUpdates: withCapInsets:)` does not work as intended.
28+
[#75](https://github.com/kishikawakatsumi/SpreadsheetView/pull/75)
29+
30+
* Fix an issue where the scroll area isn't correct.
31+
[#76](https://github.com/kishikawakatsumi/SpreadsheetView/pull/76)
32+
33+
* Fix scrolling doens't sync during deceleration.
34+
[#77](https://github.com/kishikawakatsumi/SpreadsheetView/pull/77)
35+
1536
## 0.7.1 Release notes (2017-06-01)
1637

1738
##### Breaking
@@ -25,10 +46,10 @@
2546

2647
##### Bug Fixes
2748

28-
* Fixed an issue that spreadsheet view doesn't render merged cells correctly.
49+
* Fix an issue that spreadsheet view doesn't render merged cells correctly.
2950
[#69](https://github.com/kishikawakatsumi/SpreadsheetView/pull/69)
3051

31-
* Fixed an issue where the `rectForItem(at:)` method returns incorrect values for merged cells.
52+
* Fix an issue where the `rectForItem(at:)` method returns incorrect values for merged cells.
3253
[#70](https://github.com/kishikawakatsumi/SpreadsheetView/pull/70)
3354

3455
## 0.7.0 Release notes (2017-05-29)
@@ -44,7 +65,7 @@
4465

4566
##### Bug Fixes
4667

47-
* Fixed an issue that behavior when adding subviews to spreadsheet view directly is not intuitive.
68+
* Fix an issue that behavior when adding subviews to spreadsheet view directly is not intuitive.
4869
[#57](https://github.com/kishikawakatsumi/SpreadsheetView/pull/57)
4970

5071
* Reset table view frame when reloading.
@@ -81,6 +102,7 @@
81102

82103
* Fix a view on the cell cannot receive touch events.
83104
[#42](https://github.com/kishikawakatsumi/SpreadsheetView/pull/42)
105+
84106
* Fix an issue that `reloadData()` doesn't reflect the latest state correctly.
85107
[#37](https://github.com/kishikawakatsumi/SpreadsheetView/pull/37)
86108

@@ -98,6 +120,7 @@
98120

99121
* Fix returning incorrect rect from `rectForItem(at:)`
100122
[#13](https://github.com/kishikawakatsumi/SpreadsheetView/pull/13)
123+
101124
* Fix not working `flashScrollIndicators()` method.
102125
[#14](https://github.com/kishikawakatsumi/SpreadsheetView/pull/14)
103126

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.7.1</string>
18+
<string>0.7.2</string>
1919
<key>CFBundleVersion</key>
2020
<string>$(CURRENT_PROJECT_VERSION)</string>
2121
<key>NSPrincipalClass</key>

SpreadsheetView.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'SpreadsheetView'
3-
s.version = '0.7.1'
3+
s.version = '0.7.2'
44
s.summary = 'Full configurable spreadsheet view user interfaces for iOS applications.'
55
s.description = <<-DESC
66
Full configurable spreadsheet view user interfaces for iOS applications. With this framework,

0 commit comments

Comments
 (0)