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@1.0.0

Choose a tag to compare

@github-actions github-actions released this 02 Nov 07:46
c876229

Major Changes

@resembli/react-virtualized-window@0.8.6

Choose a tag to compare

@github-actions github-actions released this 12 Mar 15:03
ae28fe8

Patch Changes

@resembli/react-virtualized-window@0.8.5

Choose a tag to compare

@github-actions github-actions released this 12 Mar 14:03
bc19413

Patch Changes

@resembli/react-virtualized-window@0.8.4

Choose a tag to compare

@github-actions github-actions released this 06 Mar 17:30
98ae795

Patch Changes

@resembli/react-virtualized-window@0.8.3

Choose a tag to compare

@github-actions github-actions released this 26 Feb 19:15
9882128

Patch Changes

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

@resembli/react-virtualized-window@0.8.2

Choose a tag to compare

@github-actions github-actions released this 26 Feb 12:20
61ea722

Patch Changes

@resembli/react-virtualized-window@0.8.1

Choose a tag to compare

@github-actions github-actions released this 25 Feb 00:43
d6ae5d2

Patch Changes

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

@resembli/react-virtualized-window@0.8.0

Choose a tag to compare

@github-actions github-actions released this 25 Feb 00:28
e464660

Minor Changes

@resembli/react-virtualized-window@0.7.1

Choose a tag to compare

@github-actions github-actions released this 24 Feb 08:36
1789f5f

Patch Changes

@resembli/react-virtualized-window@0.7.0

Choose a tag to compare

@github-actions github-actions released this 23 Feb 00:45
dda1247

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.