Releases: Resembli/react-virtualized-window
@resembli/react-virtualized-window@1.0.0
Major Changes
- #209
3fdfcf3Thanks @leebeydoun! - First stable release
@resembli/react-virtualized-window@0.8.6
Patch Changes
71a7abaThanks @leebeydoun! - Update package.json for the virtual window package.
@resembli/react-virtualized-window@0.8.5
Patch Changes
- #202
ce9800bThanks @leebeydoun! - Removed other supporting packages.
@resembli/react-virtualized-window@0.8.4
Patch Changes
- #189
bdd8af2Thanks @leebeydoun! - Transpile target is now es2022.
@resembli/react-virtualized-window@0.8.3
Patch Changes
- #174
270f05cThanks @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
Patch Changes
-
#171
18efba3Thanks @leebeydoun! - Added support for pinned rows top and bottom -
#173
4bd960fThanks @leebeydoun! - Added full support for pinned left and pinned right columns and pinned top and bottom rows
@resembli/react-virtualized-window@0.8.1
Patch Changes
- #168
ad418a3Thanks @leebeydoun! - Update package.json to have sideEffects false and removed getScrollbar memo.
@resembli/react-virtualized-window@0.8.0
Minor Changes
- #166
42635d0Thanks @leebeydoun! - Make react-virtualized-window an esm module
@resembli/react-virtualized-window@0.7.1
Patch Changes
-
#163
635fea5Thanks @leebeydoun! - Fixed gap margins when using pinned columns left or right. -
#165
4e014f6Thanks @leebeydoun! - Remove support for the gap prop. Can be achieved by applying padding.
@resembli/react-virtualized-window@0.7.0
Minor Changes
-
#161
12bd4fdThanks @leebeydoun! - Removed rtl supportRTL support with
stickypositioning 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.