Releases: bannzai/SpreadsheetView
Releases · bannzai/SpreadsheetView
Swift 5 🌟
Migrate swift version to 5
#256
v0.8.4
Breaking
Enhancements
Bug Fixes
- Fix to crash in iOS 11 if binary built with base SDK iOS 10.
#138
v0.8.3
Breaking
Enhancements
Bug Fixes
- Fix flickering column header when circular scrolling is enabled.
#131
v0.8.2
Breaking
Enhancements
Bug Fixes
v0.8.1
Breaking
Enhancements
-
Expose the scroll view associated with the spreadsheet view. It allows interacting the scroll view's delegate.
#115
-
Expose adjustedContentInset
property which is introduced from iOS 11 as well as UIScrollView
.
#115
Bug Fixes
- Fix an issue that content offset jumps after reloading.
#117
v0.8.0
Breaking
Enhancements
- Add
stickyRowHeader
and stickyColumnHeader
options those make row/column headers stick to the top/left.
Leo Mehlig
#93
Bug Fixes
v0.7.3
Breaking
Enhancements
Bug Fixes
-
Clear cached merged cell size after reloading.
#85
-
Fix an issue that may crash when paging is enabled.
#96
-
Fix Swift 4 compilation error.
#98
-
Fix an issue that an app crashes if spreadsheet view with UINavigationController on iOS 11.
#90
v0.7.2
Breaking
Enhancements
Bug Fixes
-
Fix an issue where resizableSnapshotView (from: afterScreenUpdates: withCapInsets:)
does not work as intended.
#75
-
Fix an issue where the scroll area isn't correct in some cases.
#76
-
Fix scrolling doesn't sync during deceleration.
#77
v0.7.1
Breaking
Enhancements
- Add an initializer that makes
CellRange
from IndexPath
.
#71
Bug Fixes