Skip to content

Latest commit

 

History

History
145 lines (82 loc) · 3.27 KB

CHANGELOG.md

File metadata and controls

145 lines (82 loc) · 3.27 KB

Master

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

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!