All Versions
14
Latest Version
Avg Release Cycle
9 days
Latest Release
2562 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v0.8.4 Changes
September 11, 2017๐ฅ Breaking
- None.
โจ Enhancements
- None.
๐ Bug Fixes
- ๐ Fix to crash in iOS 11 if binary built with base SDK iOS 10.
#138
- None.
-
v0.8.3 Changes
August 19, 2017๐ฅ Breaking
- None.
โจ Enhancements
- None.
๐ Bug Fixes
- ๐ Fix flickering column header when circular scrolling is enabled.
#131
- None.
-
v0.8.2 Changes
August 16, 2017 -
v0.8.1 Changes
August 15, 2017๐ฅ Breaking
- None.
โจ 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 asUIScrollView
.
#115
๐ Bug Fixes
- ๐ Fix an issue that content offset jumps after reloading.
#117
- None.
-
v0.8.0 Changes
July 23, 2017๐ฅ Breaking
- None.
โจ Enhancements
- โ Add
stickyRowHeader
andstickyColumnHeader
options those make row/column headers stick to the top/left.
Leo Mehlig #93
๐ Bug Fixes
- None.
-
v0.7.3 Changes
July 17, 2017๐ฅ Breaking
- None.
โจ Enhancements
- None.
๐ 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 Changes
June 04, 2017๐ฅ Breaking
- None.
โจ Enhancements
- None.
๐ 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 Changes
June 01, 2017 -
v0.7.0 Changes
May 29, 2017 -
v0.6.4 Changes
May 26, 2017๐ฅ Breaking
- None.
โจ Enhancements
- None.
๐ Bug Fixes
- Reset column/row header view frame when reloading to fix a rendering issue after
reloadData()
.
#54