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

Releases: Resembli/react-virtualized-window

@resembli/[email protected]

02 Nov 07:46
c876229
Compare
Choose a tag to compare

Major Changes

@resembli/[email protected]

12 Mar 15:03
ae28fe8
Compare
Choose a tag to compare

Patch Changes

@resembli/[email protected]

12 Mar 14:03
bc19413
Compare
Choose a tag to compare

Patch Changes

@resembli/[email protected]

06 Mar 17:30
98ae795
Compare
Choose a tag to compare

Patch Changes

@resembli/[email protected]

26 Feb 19:15
9882128
Compare
Choose a tag to compare

Patch Changes

  • #174 270f05c Thanks @leebeydoun! - Add conditional checks so we don't render pinned column and row divs when they are empty.

@resembli/[email protected]

26 Feb 12:20
61ea722
Compare
Choose a tag to compare

Patch Changes

@resembli/[email protected]

25 Feb 00:43
d6ae5d2
Compare
Choose a tag to compare

Patch Changes

  • #168 ad418a3 Thanks @leebeydoun! - Update package.json to have sideEffects false and removed getScrollbar memo.

@resembli/[email protected]

25 Feb 00:28
e464660
Compare
Choose a tag to compare

Minor Changes

@resembli/[email protected]

24 Feb 08:36
1789f5f
Compare
Choose a tag to compare

Patch Changes

@resembli/[email protected]

23 Feb 00:45
dda1247
Compare
Choose a tag to compare

Minor Changes

  • #161 12bd4fd Thanks @leebeydoun! - Removed rtl support

    RTL support with sticky positioning is not widely supported, in particular it breaks in IOS touch devices.
    The decision was made to drop RTL support in the virtualized window due to the complexity supporting brings vs
    the actual use cases. If we need to support virtualized rtl views, this can be done through a separate purpose
    built package.