|
12 | 12 |
|
13 | 13 | * None.
|
14 | 14 |
|
| 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 | + |
15 | 36 | ## 0.7.1 Release notes (2017-06-01)
|
16 | 37 |
|
17 | 38 | ##### Breaking
|
|
25 | 46 |
|
26 | 47 | ##### Bug Fixes
|
27 | 48 |
|
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. |
29 | 50 | [#69](https://github.com/kishikawakatsumi/SpreadsheetView/pull/69)
|
30 | 51 |
|
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. |
32 | 53 | [#70](https://github.com/kishikawakatsumi/SpreadsheetView/pull/70)
|
33 | 54 |
|
34 | 55 | ## 0.7.0 Release notes (2017-05-29)
|
|
44 | 65 |
|
45 | 66 | ##### Bug Fixes
|
46 | 67 |
|
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. |
48 | 69 | [#57](https://github.com/kishikawakatsumi/SpreadsheetView/pull/57)
|
49 | 70 |
|
50 | 71 | * Reset table view frame when reloading.
|
|
81 | 102 |
|
82 | 103 | * Fix a view on the cell cannot receive touch events.
|
83 | 104 | [#42](https://github.com/kishikawakatsumi/SpreadsheetView/pull/42)
|
| 105 | + |
84 | 106 | * Fix an issue that `reloadData()` doesn't reflect the latest state correctly.
|
85 | 107 | [#37](https://github.com/kishikawakatsumi/SpreadsheetView/pull/37)
|
86 | 108 |
|
|
98 | 120 |
|
99 | 121 | * Fix returning incorrect rect from `rectForItem(at:)`
|
100 | 122 | [#13](https://github.com/kishikawakatsumi/SpreadsheetView/pull/13)
|
| 123 | + |
101 | 124 | * Fix not working `flashScrollIndicators()` method.
|
102 | 125 | [#14](https://github.com/kishikawakatsumi/SpreadsheetView/pull/14)
|
103 | 126 |
|
|
0 commit comments