Skip to content

Releases: bannzai/SpreadsheetView

Bugfix

09 Nov 10:52
f881358
Compare
Choose a tag to compare

Swift 5 🌟

09 Oct 03:30
7ac6b09
Compare
Choose a tag to compare

Migrate swift version to 5

#256

v0.8.4

11 Sep 10:53
Compare
Choose a tag to compare
Breaking
  • None.
Enhancements
  • None.
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
Choose a tag to compare
Breaking
  • None.
Enhancements
  • None.
Bug Fixes
  • Fix flickering column header when circular scrolling is enabled.
    #131

v0.8.2

16 Aug 09:18
Compare
Choose a tag to compare
Breaking
  • None.
Enhancements
  • None.
Bug Fixes
  • Reflect the content size from the model to the view after reloading.
    #126

  • Fixed an issue that contentSize value was slightly incorrect.
    #127

v0.8.1

15 Aug 01:22
Compare
Choose a tag to compare
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 as UIScrollView.
    #115

Bug Fixes
  • Fix an issue that content offset jumps after reloading.
    #117

v0.8.0

23 Jul 17:12
Compare
Choose a tag to compare
Breaking
  • None.
Enhancements
  • Add stickyRowHeader and stickyColumnHeader options those make row/column headers stick to the top/left.
    Leo Mehlig
    #93
Bug Fixes
  • Fix an issue that rendering of merged cells might be misaligned.
    #103

  • Fixed an issue where the scrollToItem (at: at: animated:) method caused the view to scroll beyond the scrollable area.
    #104

v0.7.3

17 Jul 00:32
Compare
Choose a tag to compare
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

04 Jun 04:57
Compare
Choose a tag to compare
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

01 Jun 17:19
Compare
Choose a tag to compare
Breaking
  • None.
Enhancements
  • Add an initializer that makes CellRange from IndexPath.
    #71
Bug Fixes
  • Fixed an issue that spreadsheet view doesn't render merged cells correctly.
    #69

  • Fixed an issue where the rectForItem(at:) method returns incorrect values for merged cells.
    #70