Releases: Resembli/react-virtualized-window
@resembli/react-virtualized-window@0.6.0
Minor Changes
- #158
4584d06Thanks @leebeydoun! - Added support for pinned left columns
Patch Changes
-
#152
6e61a00Thanks @leebeydoun! - Add smart sticky disable and overscan when device with is smaller than 800pxBefore this change the sticky
divthat 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 stickdivwe can ensure that the animations
remain smooth.This is a change only to the default behavior, users can override these
-
#160
5978ba8Thanks @leebeydoun! - Added support for pinned right columns and RTL warnings for IOS devices -
#145
33c325aThanks @leebeydoun! - Made some performance improvements. Memoed useScrollAdjustedDim, and a animation frame debounce.Our translation
divnow using positioning rather than mix translations and positions. Overall the performance
is actually a little better. -
#155
75b9a9bThanks @leebeydoun! - Change gap margins to no longer be applied to the first and last element.
@resembli/react-virtualized-window@0.5.0
Minor Changes
-
#135
c84c807Thanks @leebeydoun! - Added getKey property to allow custom keys be set on individual window items. Default is the cell index. -
#135
c84c807Thanks @leebeydoun! - Removed the separate ListHorizontalComponent in favor of a List component with a layout property
Patch Changes
- #139
e878741Thanks @leebeydoun! - Fixed type error exception when an empty array is passed as data to the window components."
@resembli/react-virtualized-window@0.4.0
Minor Changes
-
#132
b0ec4e6Thanks @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
Minor Changes
- #129
b2ebb3cThanks @leebeydoun! - Updated build process to use browserlists.
@resembli/react-virtualized-window@0.2.0
Minor Changes
- #126
d033303Thanks @leebeydoun! - Switched to using the classic React runtime