Skip to content

v1.0.0-rc.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@Akryum Akryum released this 20 Feb 19:51
· 150 commits to master since this release

BREAKING CHANGES

  • Renamed props in RecycleScroller and DynamicScroller:
itemHeight => itemSize
minItemHeight => minItemSize
heightField => sizeField
  • Renamed slots in RecycleScroller and DynamicScroller:
before-container => before
after-container => after
  • Slot variables changed in DynamicScroller:
itemWithHeight => itemWithSize

New

  • direction prop (either 'vertical' or 'horizontal')

Fixed

  • Do not forward keyField prop from DynamicScroller - closes #132 (#133)