Releases: bannzai/SpreadsheetView
Releases · bannzai/SpreadsheetView
Bugfix
09 Nov 10:52
Compare
Sorry, something went wrong.
No results found
Swift 5 🌟
09 Oct 03:30
Compare
Sorry, something went wrong.
No results found
Migrate swift version to 5
#256
v0.8.4
11 Sep 10:53
Compare
Sorry, something went wrong.
No results found
Breaking
Enhancements
Bug Fixes
Fix to crash in iOS 11 if binary built with base SDK iOS 10.
#138
v0.8.3
19 Aug 11:12
Compare
Sorry, something went wrong.
No results found
Breaking
Enhancements
Bug Fixes
Fix flickering column header when circular scrolling is enabled.
#131
v0.8.2
16 Aug 09:18
Compare
Sorry, something went wrong.
No results found
Breaking
Enhancements
Bug Fixes
v0.8.1
15 Aug 01:22
Compare
Sorry, something went wrong.
No results found
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
23 Jul 17:12
Compare
Sorry, something went wrong.
No results found
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
17 Jul 00:32
Compare
Sorry, something went wrong.
No results found
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
04 Jun 04:57
Compare
Sorry, something went wrong.
No results found
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
01 Jun 17:19
Compare
Sorry, something went wrong.
No results found
Breaking
Enhancements
Add an initializer that makes CellRange from IndexPath.
#71
Bug Fixes