Skip to content

Releases: bannzai/SpreadsheetView

v0.7.0

29 May 04:53
Compare
Choose a tag to compare
Breaking
  • None.
Enhancements
  • Make contentOffset and scrollIndicatorInsets public.
    #55
Bug Fixes

v0.6.4

26 May 01:15
Compare
Choose a tag to compare
Breaking
  • None.
Enhancements
  • None.
Bug Fixes
  • Reset column/row header view frame when reloading to fix a rendering issue after reloadData().
    #54

v0.6.3

19 May 21:55
Compare
Choose a tag to compare
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

v0.6.2

19 May 05:32
Compare
Choose a tag to compare
Breaking
  • None.
Enhancements
  • None.
Bug Fixes
  • Fix returning incorrect rect from rectForItem(at:)
    #13
  • Fix not working flashScrollIndicators() method.
    #14

v0.6.1

13 May 11:58
Compare
Choose a tag to compare
Breaking
  • None.
Enhancements
  • None.
Bug Fixes
  • Fix scrollToItem(indexPath:scrollPosition:animated:) generates incorrect results
    when specified index path for merged cells.
    5aab179

v0.6.0

11 May 09:27
Compare
Choose a tag to compare

First release!