Skip to content

Latest commit

History

History
345 lines (173 loc) 路 22.3 KB

CHANGELOG.md

File metadata and controls

345 lines (173 loc) 路 22.3 KB

react-cool-virtual

0.7.0

Minor Changes

0.6.0

Minor Changes

0.5.8

Patch Changes

  • 9ee5ae5 Thanks @wellyshen! - fix: the e.userScroll of onScroll and loadMore should be false when using scrollTo or scrollToItem with smooth mode

0.5.7

Patch Changes

  • #353 70e0581 Thanks @wellyshen! - fix: wrong item length when using ssrItemCount with an array type value

0.5.6

Patch Changes

0.5.5

Patch Changes

  • #285 41878e3 Thanks @wellyshen! - fix: correct the event properties of loadMore when scrolling backward

0.5.4

Patch Changes

0.5.3

Patch Changes

0.5.2

Patch Changes

0.5.1

Patch Changes

0.5.0

Patch Changes

0.4.6

Patch Changes

0.4.4

Patch Changes

  • #183 737996f Thanks @wellyshen! - fix: correct the initial e.userScroll of loadMore callback from true to false

0.4.3

Patch Changes

0.4.2

Patch Changes

  • #173 70d04ac Thanks @wellyshen! - perf(useVirtual): mutate inner element styles only when items are updated

0.4.1

Patch Changes

  • #155 72f2a6c Thanks @wellyshen! - perf(useVirtual): remove unnecessary internal useDebounce for reducing bundle size
  • #154 abc5880 Thanks @wellyshen! - fix(useVirtual): do not trigger onScroll and loadMore by internally scroll-to method

0.4.0

Minor Changes

0.3.1

Patch Changes

0.3.0

Minor Changes

  • #142 b1f96f3 Thanks @wellyshen! - feat: provides a callback with given distance parameter for scrollDuration option

Patch Changes

0.2.2

Patch Changes

0.2.0

Minor Changes

Patch Changes

0.1.3

Patch Changes

0.1.2

Patch Changes

0.1.1

Patch Changes

0.0.28

Patch Changes

0.0.27

Patch Changes

  • #97 79ae7bd Thanks @wellyshen! - fix: scrollToItem causes empty items when working with dynamic size

0.0.26

Patch Changes

  • #96 90e093c Thanks @wellyshen! - fix: the callback of scrollTo not called when scroll to the same position
  • #95 ddc2846 Thanks @wellyshen! - fix: wrong the scroll position of scrollToItem when working with dynamic size

0.0.25

Patch Changes

0.0.24

Patch Changes

0.0.23

Patch Changes

0.0.22

Patch Changes

0.0.21

Patch Changes

  • eaf35c9 Thanks @wellyshen! - perf: limit the cache number of resize observers with the length of items

0.0.20

Patch Changes

0.0.19

Patch Changes

0.0.18

Patch Changes

0.0.17

Patch Changes

  • bf7d25b Thanks @wellyshen! - fix: correct the high of bindary-search for finding the item index from scroll

0.0.16

Patch Changes

  • #60 c25f06d Thanks @wellyshen! - feat: support enable/disable isScrolling property of items by speed

0.0.15

Patch Changes

0.0.14

Patch Changes

0.0.13

Patch Changes

0.0.12

Patch Changes

0.0.11

Patch Changes

0.0.10

Patch Changes

0.0.9

Patch Changes

  • #31 3fb42de Thanks @wellyshen! - Fix(useVirtual): fix the randomly grid cells when working with dynamic size

0.0.8

Patch Changes

0.0.7

Patch Changes

  • #24 8ff6c76 Thanks @wellyshen! - Refactor(useVirtual): rename the event properties of onScroll from itemStartIndex/itemStopIndex to visibleStartIndex/visibleStopIndex