Skip to content

Latest commit

 

History

History
256 lines (145 loc) · 6 KB

CHANGELOG.md

File metadata and controls

256 lines (145 loc) · 6 KB

Master

Breaking
  • None.
Enhancements
  • None.
Bug Fixes
  • None.

0.8.4 Release notes (2017-09-09)

Breaking
  • None.
Enhancements
  • None.
Bug Fixes
  • Fix to crash in iOS 11 if binary built with base SDK iOS 10.
    #138

0.8.3 Release notes (2017-08-19)

Breaking
  • None.
Enhancements
  • None.
Bug Fixes
  • Fix flickering column header when circular scrolling is enabled.
    #131

0.8.2 Release notes (2017-08-15)

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

0.8.1 Release notes (2017-08-14)

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

0.8.0 Release notes (2017-07-23)

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

0.7.3 Release notes (2017-07-16)

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

0.7.2 Release notes (2017-06-03)

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.
    #76

  • Fix scrolling doens't sync during deceleration.
    #77

0.7.1 Release notes (2017-06-01)

Breaking
  • None.
Enhancements
  • Add an initializer that makes CellRange from IndexPath.
    #71
Bug Fixes
  • Fix an issue that spreadsheet view doesn't render merged cells correctly.
    #69

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

0.7.0 Release notes (2017-05-29)

Breaking
  • None.
Enhancements
  • Make contentOffset and scrollIndicatorInsets public.
    #55
Bug Fixes
  • Fix an issue that behavior when adding subviews to spreadsheet view directly is not intuitive.
    #57

  • Reset table view frame when reloading.
    #60

0.6.4 Release notes (2017-05-25)

Breaking
  • None.
Enhancements
  • None.
Bug Fixes
  • Reset column/row header view frame when reloading to fix a rendering issue after reloadData().
    #54

0.6.3 Release notes (2017-05-19)

Breaking
  • Rename Grids/Cell.grids to Gridlines/Cell.gridlines. Old type and property are now deprecated. They will be removed in future version.
    #30
Enhancements
  • None.
Bug Fixes
  • Fix a view on the cell cannot receive touch events.
    #42

  • Fix an issue that reloadData() doesn't reflect the latest state correctly.
    #37

0.6.2 Release notes (2017-05-16)

Breaking
  • None.
Enhancements
  • None.
Bug Fixes
  • Fix returning incorrect rect from rectForItem(at:)
    #13

  • Fix not working flashScrollIndicators() method.
    #14

0.6.1 Release notes (2017-05-14)

Breaking
  • None.
Enhancements
  • None.
Bug Fixes
  • Fix scrollToItem(indexPath:scrollPosition:animated:) generates incorrect results when specified index path for merged cells.
    5aab179

0.6.0 Release notes (2017-05-11)

First Version!