Skip to content

v1.1.0

Compare
Choose a tag to compare
@Akryum Akryum released this 14 Oct 22:53
· 98 commits to master since this release
fe72c43

Features

  • Create grids with the new gridItems prop (#27)
  • New itemSecondarySize prop
  • add skipHover prop to deactive the hover detection (#752)
  • update event provide range of the visible items (#115)
  • adds configurable list/item tags for semantic html (#203)
  • throw error when key field does not exist in item (#265)
  • custom classes for list wrapper and list items. (#397)
  • add an empty slot (#398)
  • Emit events for scroll to begin and end of list (#364)

Bug fixes

  • DynamicScrollerItem: watch item prop (#700)
  • Account for the height of the leading and trailing slots when calculating visible items, fix #685
  • restore scroll in keep-alive (#724)
  • DynamicScroller should pass its own keyField prop to child RecycleScroller (#732)
  • issue with beforeDestroy hook (#748)
  • avoid jumping scroll position when upper item size is calculated (#374)
  • scrollToItem works with pageMode (#396)
  • clamp endIndex if less items than prerender (#473)
  • wrap the callback in requestAnimationFrame, fix #516 (#517)