All Versions
14
Latest Version
Avg Release Cycle
9 days
Latest Release
2412 days ago

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
  • v0.8.3 Changes

    August 19, 2017
    ๐Ÿ’ฅ Breaking
    • None.
    โœจ Enhancements
    • None.
    ๐Ÿ› Bug Fixes
    • ๐Ÿ›  Fix flickering column header when circular scrolling is enabled.
      #131
  • v0.8.2 Changes

    August 16, 2017
    ๐Ÿ’ฅ 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 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 as UIScrollView.
      #115

    ๐Ÿ› Bug Fixes
    • ๐Ÿ›  Fix an issue that content offset jumps after reloading.
      #117
  • v0.8.0 Changes

    July 23, 2017
    ๐Ÿ’ฅ 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 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
    ๐Ÿ’ฅ 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

  • v0.7.0 Changes

    May 29, 2017
    ๐Ÿ’ฅ Breaking
    • None.
    โœจ Enhancements
    • ๐Ÿ‘‰ Make contentOffset and scrollIndicatorInsets public.
      #55
    ๐Ÿ› Bug Fixes

    ๐Ÿ›  Fixed an issue that behavior when adding subviews to spreadsheet view directly is not intuitive.
    #57

    Reset table view frame when reloading.
    #60

  • 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