Skip to content
This repository was archived by the owner on Dec 16, 2022. It is now read-only.

Releases: Resembli/react-virtualized-window

@resembli/react-virtualized-window@0.6.0

22 Feb 20:48
0e32043

Choose a tag to compare

Minor Changes

Patch Changes

  • #152 6e61a00 Thanks @leebeydoun! - Add smart sticky disable and overscan when device with is smaller than 800px

    Before this change the sticky div that prevents content from going out of view was
    enabled by default. In order for the scroll to appear smooth the device needs to be
    relatively powerful, but mobile phones are on the weaker end and struggle to maintain
    a consistent 60fps. By disabling the stick div we can ensure that the animations
    remain smooth.

    This is a change only to the default behavior, users can override these

  • #160 5978ba8 Thanks @leebeydoun! - Added support for pinned right columns and RTL warnings for IOS devices

  • #145 33c325a Thanks @leebeydoun! - Made some performance improvements. Memoed useScrollAdjustedDim, and a animation frame debounce.

    Our translation div now using positioning rather than mix translations and positions. Overall the performance
    is actually a little better.

  • #155 75b9a9b Thanks @leebeydoun! - Change gap margins to no longer be applied to the first and last element.

@resembli/react-virtualized-window@0.5.0

14 Feb 07:21
4f3c3bd

Choose a tag to compare

Minor Changes

  • #135 c84c807 Thanks @leebeydoun! - Added getKey property to allow custom keys be set on individual window items. Default is the cell index.

  • #135 c84c807 Thanks @leebeydoun! - Removed the separate ListHorizontalComponent in favor of a List component with a layout property

Patch Changes

  • #139 e878741 Thanks @leebeydoun! - Fixed type error exception when an empty array is passed as data to the window components."

@resembli/react-virtualized-window@0.4.0

12 Feb 12:38
ed43877

Choose a tag to compare

Minor Changes

  • #132 b0ec4e6 Thanks @leebeydoun! - Switched to using a render prop instead of a render function.

    Using a render prop allows items the grid will render to use hooks.

@resembli/react-virtualized-window@0.3.0

12 Feb 10:44
17d314f

Choose a tag to compare

Minor Changes

@resembli/react-virtualized-window@0.2.0

12 Feb 10:22
fc3eb2b

Choose a tag to compare

Minor Changes