All Versions
13
Latest Version
Avg Release Cycle
111 days
Latest Release
156 days ago

Changelog History
Page 1

  • v2.0.0-beta.3 Changes

    October 18, 2022

    ๐ŸŽ Performance Improvements

    • ๐ŸŽ small code changes to maximize performance (3b4dbf3)

    โช Reverts

  • v2.0.0-beta.2 Changes

    October 17, 2022

    ๐Ÿ› Bug Fixes

    • ๐Ÿ›  fix: height NaN, fix #757
  • v2.0.0-beta.1 Changes

    October 15, 2022

    ๐Ÿ› Bug Fixes

    • Account for the height of the leading and trailing slots when calculating visible items, fix #685 (24ab3ba)
    • avoid jumping scroll position when upper item size is calculated (#374) (fd58a95)
    • clamp endIndex if less items than prerender (#473) (f9124aa)
    • DynamicScroller should pass its own keyField prop to child RecycleScroller (#732) (9673679)
    • DynamicScrollerItem: watch item prop (#700) (4d3b956)
    • issue with beforeDestroy hook (#748) (59f3f1b)
    • ๐Ÿ”€ merge (c8363b1)
    • โช restore scroll in keep-alive (#724) (5011e06)
    • scrollToItem works with pageMode (#396) (c9772bf)
    • wrap the callback in requestAnimationFrame, fix #516 (#517) (6f359ab)

    ๐Ÿ”‹ Features

    • โž• add an empty slot (#398) (5c2715c)
    • โž• add skipHover prop to deactive the hover detection (#752) (b613318)
    • โž• adds configurable list/item tags for semantic html (#203) (3d24dc3)
    • custom classes for list wrapper and list items. (#397) (32b285d)
    • Emit events for scroll to begin and end of list (#364) (2a7bfd4)
    • gridItems prop (#27) (6339e72)
    • itemSecondarySize (43d311c)
    • throw error when key field does not exist in item (#265) (c63129f)
    • โšก๏ธ update event provide range of the visible items (#115) (f19af6c)

    ๐ŸŽ Performance Improvements

    • skipHover: don't add event listeners (6b623b5)
  • v1.0.10 Changes

    April 17, 2020

    ๐Ÿ›  Fixed

    • Cannot set property 'item' of undefined
  • v1.0.9 Changes

    April 15, 2020

    ๐Ÿ›  Fixed

    • โšก๏ธ Avoid updatingVisibleItems loop (#392)
    • ๐Ÿ†• new views not used immediately (#391)
  • v1.0.7 Changes

    April 15, 2020

    ๐Ÿ›  Fixed

    • โœ‚ remove text unselect, closes #389
  • v1.0.6 Changes

    April 14, 2020

    ๐Ÿ›  Fixed

    • Item with wrong heights if the scroller is created but hidden while the items are added
    • ssr: template mismatch, closes #343

    ๐Ÿ‘Œ Improved

    • sort views after scrolling so text selection is correct, closes #359
    • โšก๏ธ perf: skip update if the user hasn't scrolled more than min item height
  • v1.0.4 Changes

    March 31, 2020

    ๐Ÿ›  Fixed

    • Missing resize observer CSS
  • v1.0.3 Changes

    March 31, 2020

    ๐Ÿ†• New

    • ๐Ÿ’ป On supported browsers, uses a ResizeObserver to more accurately detect size changes for DynamicScrollerItem

    ๐Ÿ‘Œ Improved

    • ๐Ÿ‘Œ Improved scrollToBottom implementation

    ๐Ÿ›  Fixed

    • ๐Ÿ— Exclude dependencies for esm build (#257, #207)

    Other

    • โšก๏ธ Updated rollup and build toolchain
  • v1.0.0-rc.2 Changes

    February 21, 2019

    ๐Ÿ›  Fixed

    • โช issue with Vue 2.6 compiler, revert back to 2.5, closes #136